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]

Re: My proposal for the libgcc runtime ABI (ia64 gcc/glibc is broken.)



thorpej@zembu.com said:
> I.e. the obvious solution is to not install libgcc as a shared
> library.  I know this is how the BSDs do things, and it seems to work
> well through both libc and compiler upgrades. 

This isn't quite true.  We don't install a shared libgcc on BSD platforms 
because libc has replacements for the most common libgcc functions built 
into it.  This is an equally disgusting hack because it assumes that the 
definitions in there will be sufficient even if the compiler is upgraded.  
I suspect it will cause even more problems moving forward when we need to 
include exception management support.

Richard.


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