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: IA-64 gcc unwind/EH patch, and shared library bug fix


	Doesn't this preclude building 32bit-> ia64-*-* crosses?

Yes.  I had already put it on my list of things to fix.

The change was necessary though.  It fixed an endian bug, and makes the code
conform to the ABI.  Also, there are other people who are already using this
code, so it makes sense to accept the code, and then write another patch
which fixes the cross compile problem which I can then give to people that
are already using the first patch.  We have some unfortunate out of sync
parallel development here.

I believe most people are doing native builds nowadays, so the cross compile
isn't as serious a problem as some of the other ones I am trying to fix.
Also, the only thing that breaks here is C++ EH, which has numerous other
problems anyways, so it is still better off than it was before.

Note, in general, I do not recommend use of the IA-64 port in the FSF gcc
source tree, because it is not finished yet, and is not stable yet.

Jim

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