This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] fix 64-bit eh for objc
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: echristo at apple dot com (Eric Christopher)
- Cc: gcc-patches at gcc dot gnu dot org (gcc-patches at gcc dot gnu dot org Patches)
- Date: Mon, 18 Sep 2006 21:40:45 -0400 (EDT)
- Subject: Re: [patch] fix 64-bit eh for objc
>
>
> 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.
-- Pinski