This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcc c++ support bits moved


> On Mon, Oct 09, 2000 at 10:38:46PM -0400, John David Anglin wrote:
> > The vax ultrix target still uses libgcc1.c.
> 
> Why?  It appears we generate direct calls to urem/udiv, 
> and everything else appears to be present and accounted
> for in the md file.

I would guess the answer is that nobody noticed before.  Probably,
a t-vax file is needed with the following statements

LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null

to suppress building of the libgcc1 stuff.  I will try this on my next vax
build.  If you feel an urgent need to delete the libgcc1 infrastructure,
I will break off the current build and start a new one.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]