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: [patches] Make x86-64 multilib work again


On Fri, May 10, 2002 at 12:19:23PM +0200, Bo Thorsen wrote:
> Currently x86-64 needs a --disable-multilib since the 
> MD_FALLBACK_FRAME_STATE_FOR macro is taken as the same for x86 and x86-64. 
> This patch just copies the macro from linux.h to linux64.h and does an ifdef 
> to choose.

These new signal frame aware unwind macros have all the problem that they
break -Dinhibit_libc compilation because they require libc headers anyways
and making it harder to bootstrap an x86-64 cross compiler.

I guess they should be placed inside an #ifdef inhibit_libc too

-Andi


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