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]
Other format: [Raw text]

Re: Always link against static libgcc on hppa-linux


> We still need to figure out what to do for 3.1.

I would would suggest that gcc.c be changed to only link the shared
library.  I will temporarily hack the pa/pa-linux.h file to work
around the problem until we find what to do with the milli routines.

> The issues with linking libgcc twice are only partly about code; even
> more important is data.  There is global data in libgcc that must be
> present exactly once in the final executable.

There isn't any under hppa-linux.  Under hppa64-hp-hpux, we have
__[CD]TOR_LIST__ referenced by __main.  We would know quickly if
that was broken.

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]