PR25244, --print-memory-usage, division by zero if MEMORY length is zero
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux_eabi.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/armelf_linux.sh
6b3221b4
MM
2
3# Use the ARM ABI-compliant exception-handling sections.
4OTHER_READONLY_SECTIONS="
5 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
ce5181b4 6 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
6b3221b4 7 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
ce5181b4 8 ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"
6b3221b4 9
This page took 0.606165 seconds and 4 git commands to generate.