mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
39d53d0435
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 |
||
---|---|---|
.. | ||
bfroms | ||
arch.h | ||
bfin-sim.c | ||
bfin-sim.h | ||
ChangeLog-2021 | ||
devices.c | ||
devices.h | ||
dv-bfin_cec.c | ||
dv-bfin_cec.h | ||
dv-bfin_ctimer.c | ||
dv-bfin_ctimer.h | ||
dv-bfin_dma.c | ||
dv-bfin_dma.h | ||
dv-bfin_dmac.c | ||
dv-bfin_dmac.h | ||
dv-bfin_ebiu_amc.c | ||
dv-bfin_ebiu_amc.h | ||
dv-bfin_ebiu_ddrc.c | ||
dv-bfin_ebiu_ddrc.h | ||
dv-bfin_ebiu_sdc.c | ||
dv-bfin_ebiu_sdc.h | ||
dv-bfin_emac.c | ||
dv-bfin_emac.h | ||
dv-bfin_eppi.c | ||
dv-bfin_eppi.h | ||
dv-bfin_evt.c | ||
dv-bfin_evt.h | ||
dv-bfin_gpio2.c | ||
dv-bfin_gpio2.h | ||
dv-bfin_gpio.c | ||
dv-bfin_gpio.h | ||
dv-bfin_gptimer.c | ||
dv-bfin_gptimer.h | ||
dv-bfin_jtag.c | ||
dv-bfin_jtag.h | ||
dv-bfin_mmu.c | ||
dv-bfin_mmu.h | ||
dv-bfin_nfc.c | ||
dv-bfin_nfc.h | ||
dv-bfin_otp.c | ||
dv-bfin_otp.h | ||
dv-bfin_pfmon.c | ||
dv-bfin_pfmon.h | ||
dv-bfin_pint.c | ||
dv-bfin_pint.h | ||
dv-bfin_pll.c | ||
dv-bfin_pll.h | ||
dv-bfin_ppi.c | ||
dv-bfin_ppi.h | ||
dv-bfin_rtc.c | ||
dv-bfin_rtc.h | ||
dv-bfin_sic.c | ||
dv-bfin_sic.h | ||
dv-bfin_spi.c | ||
dv-bfin_spi.h | ||
dv-bfin_trace.c | ||
dv-bfin_trace.h | ||
dv-bfin_twi.c | ||
dv-bfin_twi.h | ||
dv-bfin_uart2.c | ||
dv-bfin_uart2.h | ||
dv-bfin_uart.c | ||
dv-bfin_uart.h | ||
dv-bfin_wdog.c | ||
dv-bfin_wdog.h | ||
dv-bfin_wp.c | ||
dv-bfin_wp.h | ||
dv-eth_phy.c | ||
gui.c | ||
gui.h | ||
insn_list.def | ||
interp.c | ||
linux-fixed-code.h | ||
linux-fixed-code.s | ||
linux-targ-map.h | ||
machs.c | ||
machs.h | ||
Makefile.in | ||
proc_list.def | ||
sim-main.h |