mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-23 08:29:15 +00:00
14 lines
542 B
Makefile
14 lines
542 B
Makefile
#source: compress1.s
|
|
#as: --compress-debug-sections=none
|
|
#ld: -r --compress-debug-sections=zlib-gnu
|
|
#readelf: -SW
|
|
#notarget: d30v-*-* dlx-*-* fr30-*-* frv-*-* ft32-*-* iq2000-*-* mn10200-*-* moxie-*-* msp430-*-* mt-*-* or1k-*-* pj-*-* riscv*-*-*
|
|
# Not all ELF targets use the elf.em emulation...
|
|
# RISC-V has linker relaxations that delete code, so text label subtractions
|
|
# do not get resolved at assembly time, which results in a compressed section.
|
|
|
|
#failif
|
|
#...
|
|
\[[ 0-9]+\] \.zdebug_aranges[ ]+(PROGBITS|MIPS_DWARF)[ 0-9a-z]+ .*
|
|
#...
|