-
- Downloads
configure.in: Check for ld.
* configure.in: Check for ld. (HAVE_LD_EH_FRAME_HDR): Define if ld supports --eh-frame-hdr option. * configure, config.in: Rebuilt. * config.gcc: Add crtbeginT.o to extra_parts where needed. * config/t-linux (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde-glibc frame unwinding on Linux. * config/t-linux-gnulibc1 (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde frame unwinding. * config/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static. (LINK_EH_SPEC): Define. * config/i386/gnu.h (STARTFILE_SPEC): Use crtbeginT.o for -static. * config/ia64/linux.h (STARTFILE_SPEC, LINK_EH_SPEC): Define. * config/ia64/fde-glibc.c (_Unwind_IteratePhdrCallback): Don't iterate further if pc falls into current library, but fde was not found. * config/sparc/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static if using glibc. (LINK_EH_SPEC): Define. * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64): Use crtbeginT.o for -static. (LINK_EH_SPEC): Define. * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtbeginT.o. * Makefile.in (crtbeginT.o): Add rule. * gcc.c (init_gcc_specs): For -static-libgcc, use -lgcc -lgcc_eh. If neither -static-libgcc nor -shared-libgcc is passed and -shared, use -lgcc if LINK_EH_SPEC is defined and -lgcc_s -lgcc if not. If none of the above switches are passed, use -lgcc -lgcc_eh. (init_spec): If LINK_EH_SPEC is defined, prepend it to link_spec. * mklibgcc.in: Don't include LIB2ADDEH objects into libgcc.a if creating libgcc_s.so, put them into separate libgcc_eh.a instead. * unwind-dw2-fde.c: Don't include any headers if this file is included from other .c file. * unwind-dw2-fde-glibc.c: New file. * crtstuff.c (USE_PT_GNU_EH_FRAME, USE_EH_FRAME_REGISTRY): Define. Use it instead of EH_FRAME_SECTION_NAME where appropriate. From-SVN: r48039
Showing
- gcc/ChangeLog 38 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 30 additions, 5 deletionsgcc/Makefile.in
- gcc/config.gcc 11 additions, 11 deletionsgcc/config.gcc
- gcc/config.in 3 additions, 0 deletionsgcc/config.in
- gcc/config/i386/gnu.h 2 additions, 1 deletiongcc/config/i386/gnu.h
- gcc/config/ia64/fde-glibc.c 3 additions, 1 deletiongcc/config/ia64/fde-glibc.c
- gcc/config/ia64/linux.h 15 additions, 0 deletionsgcc/config/ia64/linux.h
- gcc/config/linux.h 14 additions, 0 deletionsgcc/config/linux.h
- gcc/config/sparc/linux.h 11 additions, 0 deletionsgcc/config/sparc/linux.h
- gcc/config/sparc/linux64.h 9 additions, 3 deletionsgcc/config/sparc/linux64.h
- gcc/config/sparc/t-linux64 1 addition, 1 deletiongcc/config/sparc/t-linux64
- gcc/config/t-linux 5 additions, 0 deletionsgcc/config/t-linux
- gcc/config/t-linux-gnulibc1 5 additions, 0 deletionsgcc/config/t-linux-gnulibc1
- gcc/configure 107 additions, 0 deletionsgcc/configure
- gcc/configure.in 108 additions, 1 deletiongcc/configure.in
- gcc/crtstuff.c 20 additions, 7 deletionsgcc/crtstuff.c
- gcc/gcc.c 27 additions, 11 deletionsgcc/gcc.c
- gcc/mklibgcc.in 29 additions, 6 deletionsgcc/mklibgcc.in
- gcc/unwind-dw2-fde-glibc.c 291 additions, 0 deletionsgcc/unwind-dw2-fde-glibc.c
- gcc/unwind-dw2-fde.c 2 additions, 0 deletionsgcc/unwind-dw2-fde.c
Loading
Please register or sign in to comment