Re: unwind-dw2-fde-darwin.c changes

2006-10-03 Thread Geoffrey Keating
[EMAIL PROTECTED] (Jack Howarth) writes: > Geoff, > Can you explain why we don't have... > > Index: unwind-dw2-fde-darwin.c > =========== > --- unwind-dw2-fde-darwin.c (revision 117350) > +++ unwind-dw2

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Mike Stump
On Oct 2, 2006, at 4:33 PM, Jack Howarth wrote: diff -uNr gcc-4.2-20061002/gcc/unwind-dw2-fde-darwin.c gcc-4.2-20061002.allocatable_unwind-dw2-fde-darwin/gcc/unwind-dw2- fde-darwin.c --- gcc-4.2-20061002/gcc/unwind-dw2-fde-darwin.c2006-10-01 23:03:13.0 0400 +++ gcc-4.2

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Geoffrey Keating
d-dw2-fde-darwin.c gcc-4.2-20061002.allocatable_unwind-dw2-fde-darwin/gcc/unwind-dw2- fde-darwin.c --- gcc-4.2-20061002/gcc/unwind-dw2-fde-darwin.c2006-10-01 23:03:13.0 -0400 +++ gcc-4.2-20061002.allocatable_unwind-dw2-fde-darwin/gcc/unwind- dw2-fde-darwin.c 2006-10-02

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Jack Howarth
Geoff, Well removing the portions of my previous patch which weren't being used, the effective change that I had (which eliminated the failures under MacOS X 10.4.8 with the -m64 objc testsuite) was... diff -uNr gcc-4.2-20061002/gcc/unwind-dw2-fde-darwin.c gcc-4.2-20061002.allocatable_u

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Geoffrey Keating
On 02/10/2006, at 4:17 PM, Jack Howarth wrote: Geoff, So should we have... #ifdef __ppc__ fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz); #endif #ifdef __ppc64__ fde = getsectdatafromheader_64 ((struct mach_header_64 *)image- >mh, "__DATA", "__eh_frame", &sz

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Jack Howarth
Geoff, So should we have... #ifdef __ppc__ fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz); #endif #ifdef __ppc64__ fde = getsectdatafromheader_64 ((struct mach_header_64 *)image->mh, "__DATA", "__eh_frame", &sz); #endif or does the check for __DATA eh frames have

Re: unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Geoffrey Keating
On 02/10/2006, at 3:37 PM, Jack Howarth wrote: Geoff, I made one typo in my original proposed patch for unwind-dw2-fde-darwin.c. It should be... Index: unwind-dw2-fde-darwin.c === --- unwind-dw2-fde-darwin.c (revision

unwind-dw2-fde-darwin.c corrections

2006-10-02 Thread Jack Howarth
Geoff, I made one typo in my original proposed patch for unwind-dw2-fde-darwin.c. It should be... Index: unwind-dw2-fde-darwin.c === --- unwind-dw2-fde-darwin.c (revision 117350) +++ unwind-dw2-fde-darwin.c (working copy

unwind-dw2-fde-darwin.c changes

2006-10-01 Thread Jack Howarth
Geoff, Can you explain why we don't have... Index: unwind-dw2-fde-darwin.c === --- unwind-dw2-fde-darwin.c (revision 117350) +++ unwind-dw2-fde-darwin.c (working copy) @@ -61,7 +61,7 @@ struct mach_header; s

unwind-dw2-fde-darwin.c

2006-09-30 Thread Jack Howarth
I'm a little confused by the current usage of getsectdatafromheader_64 in unwind-dw2-fde-darwin.c on Darwin PPC. I see a build warning of... /sw/src/fink.build/gcc4-4.1.-20060928/darwin_objdir/./gcc/xgcc -B/sw/src/fink.build/gcc4-4.1.-20060928/darwin_objdir/./gcc/ -B/sw/lib