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: [CFT] kill darwin encode_section_info, rev 2


Richard Henderson wrote:

Next iteration.  Fixes the -fPIC crash reported before by duplicating
what x86 does for deciding whether to save the pic register.  In order
to do this cleanly, this meant factoring out code into the new
gpr_mask_to_save function.

Once we get this working on Darwin I'll worry about testing other
powerpc targets to see what I may have broken...


Have a look at later @ work. Have to go now. (to work)

Which is your latest sync? Could the one below belong to R.Sandifords unwind-dw2.c patch from 13-05-2003?
Though, I bootstrapped the exact same base without your patch successfully.


Andreas

/Volumes/xufs/gcc-cvs/objdir/gcc/xgcc -B/Volumes/xufs/gcc-cvs/objdir/gcc/ -B/var/tmp/powerpc-apple-darwin6.3/bin/ -B/var/tmp/powerpc-apple-darwin6.3/lib/ -isystem /var/tmp/powerpc-apple-darwin6.3/include -isystem /var/tmp/powerpc-apple-darwin6.3/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -fexceptions -c ../../gcc/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
[address=06d24918 pc=002969a0]
../../gcc/gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/gcc/unwind-dw2.c:1291: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[2]: *** [stmp-multilib] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2



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