binutils-gdb/sim/bfin
Mike Frysinger 39d53d0435 sim: filter out SIGSTKSZ [PR sim/28302]
We map target signals to host signals so we can propagate signals
between the host & simulated worlds.  That means we need to know
the symbolic names & values of all signals that might be sent.

The tools that generate that list use signal.h and include all
symbols that start with "SIG" so as to automatically include any
new symbols that the C library might add.  Unfortunately, this
also picks up "SIGSTKSZ" which is not actually a signal itself,
but a signal related setting -- it's the size of the stack when
a signal is handled.

By itself this doesn't super matter as we will never see a signal
with that same value (since the range of valid signals tend to be
way less than 1024, and the size of the default signal stack will
never be that small).  But with recent glibc changes that make this
into a dynamic value instead of a compile-time constant, some users
see build failures when building the sim.

As suggested by Adam Sampson, update our scripts to ignore this
symbol to simplify everything and avoid the build failure.

Bug: https://sourceware.org/PR28302
2021-10-03 12:02:53 -04:00
..
bfroms
arch.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
bfin-sim.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
bfin-sim.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
devices.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
devices.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_cec.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
dv-bfin_cec.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_ctimer.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_ctimer.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_dma.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_dma.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_dmac.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_dmac.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_ebiu_amc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_ebiu_amc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_ebiu_ddrc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_ebiu_ddrc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_ebiu_sdc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_ebiu_sdc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_emac.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_emac.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_eppi.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_eppi.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_evt.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_evt.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_gpio2.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_gpio2.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_gpio.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_gpio.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_gptimer.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_gptimer.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_jtag.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_jtag.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_mmu.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_mmu.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_nfc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_nfc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_otp.c sim: bfin: fix the otp fix fix 2021-05-28 23:31:24 -04:00
dv-bfin_otp.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_pfmon.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_pfmon.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_pint.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_pint.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_pll.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_pll.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_ppi.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_ppi.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_rtc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_rtc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_sic.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_sic.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_spi.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_spi.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_trace.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_trace.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_twi.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_twi.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_uart2.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_uart2.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_uart.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_uart.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_wdog.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_wdog.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-bfin_wp.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-bfin_wp.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-eth_phy.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
gui.c sim: bfin: add support for SDL2 2021-09-13 22:45:19 -04:00
gui.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
insn_list.def Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
interp.c sim: nltvals: localize TARGET_<ERRNO> defines 2021-08-17 21:08:57 -04:00
linux-fixed-code.h
linux-fixed-code.s Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
linux-targ-map.h sim: filter out SIGSTKSZ [PR sim/28302] 2021-10-03 12:02:53 -04:00
machs.c sim: namespace sim_machs 2021-06-30 01:52:51 -04:00
machs.h sim: namespace sim_machs 2021-06-30 01:52:51 -04:00
Makefile.in sim: bfin: move pkg-config & SDL checks to common code 2021-06-27 01:18:22 -04:00
proc_list.def Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-main.h sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00