This is the mail archive of the gcc@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: PATCH RFC: Remove fork from collect2


Dale Johannesen <dalej@apple.com> writes:

> This must have come up before; HP, for example, has a lot of magic
> library routines.
> What's the expected resolution?  Just don't put things in libiberty
> that do that?

This is only a problem if the HP compiler causes the code to call
functions which are in libraries which gcc does not link against.
Perhaps there are no such functions, or perhaps libiberty simply
doesn't generate calls to them.

Ian


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