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: [patch] fix 64-bit eh for objc


Andrew Pinski wrote:

This is a multi-part message in MIME format. --------------070102010405050505030603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit

While wandering through test results and differences I noticed these. IIRC Mike fixed one and Fariborz fixed the other.

Tested on ppc64-darwin and x86_64-darwin, no regressions and exceptions.exp now passes cleanly for all architectures.

OK?

-eric

2006-09-18  Eric Christopher  <echristo@apple.com>
	    Mike Stump  <mrs@apple.com>
	    Fariborz Jahanian <fjahanian@apple.com>

* objc-act.c (JBLEN): Add 64-bit definitions.

I think this will break any target that does not define TARGET_64BIT.


Yeah, the code should probably be a little different, but if I'm going to hack in that I'll just make it a target define as we discussed it should be anyhow.


I'll post another patch a bit later.

-eric


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