gcc/libgcc/config/ia64
Sergei Trofimovich cef0372823 libgcc: IA64: don't compile glibc-based unwinder without libc headers
In --without-headers mode gcc fails to bootstrap on libgcc as:

    /build/build/./gcc/xgcc -B/build/build/./gcc/ ... -Dinhibit_libc -c fde-glibc.c
    ../../../gcc-12-20220403/libgcc/config/ia64/fde-glibc.c:33:10:
        fatal error: stdlib.h: No such file or directory

Most other linux targets are able to build the --without-headers
compiler without additional effort. This change adds IA64 to the fold.

The change drops part of the code that relies on DYNAMIC glibc
section traversal for backtraces.

Tested bootstrap of ia64-unknown-linux-gnu with and without libc
headers present.

libgcc/
	* config/ia64/fde-glibc.c: Make a no-op in inhibit_libc mode.
2022-04-08 08:01:06 +01:00
..
__divxf3.S
_fixtfdi.S
_fixunstfdi.S
_floatditf.S
crtbegin.S Update copyright years. 2022-01-03 10:42:10 +01:00
crtend.S Update copyright years. 2022-01-03 10:42:10 +01:00
crtfastmath.c Update copyright years. 2022-01-03 10:42:10 +01:00
crti.S Update copyright years. 2022-01-03 10:42:10 +01:00
crtn.S Update copyright years. 2022-01-03 10:42:10 +01:00
divtf3.c
fde-glibc.c libgcc: IA64: don't compile glibc-based unwinder without libc headers 2022-04-08 08:01:06 +01:00
fde-vms.c Update copyright years. 2022-01-03 10:42:10 +01:00
lib1funcs.S Update copyright years. 2022-01-03 10:42:10 +01:00
libgcc-glibc.ver Update copyright years. 2022-01-03 10:42:10 +01:00
libgcc-ia64.ver Update copyright years. 2022-01-03 10:42:10 +01:00
linux-unwind.h Update copyright years. 2022-01-03 10:42:10 +01:00
quadlib.c Update copyright years. 2022-01-03 10:42:10 +01:00
sfp-exceptions.c Update copyright years. 2022-01-03 10:42:10 +01:00
sfp-machine.h
t-eh-ia64
t-hpux
t-ia64
t-ia64-elf
t-linux
t-linux-libunwind
t-slibgcc-hpux
t-softfp
t-softfp-compat
t-vms
tf-signs.c Update copyright years. 2022-01-03 10:42:10 +01:00
unwind-ia64.c Update copyright years. 2022-01-03 10:42:10 +01:00
unwind-ia64.h Update copyright years. 2022-01-03 10:42:10 +01:00
vms-crtinit.S Update copyright years. 2022-01-03 10:42:10 +01:00
vms-unwind.h Update copyright years. 2022-01-03 10:42:10 +01:00