mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Silently zapping them is certainly wrong. When they're not replaced due to user request, simply keeping them may not always be correct (we don't know what such a flag means, after all), but is certainly at least closer to having the output object still represent what the input object had. This introduces new binutils/ testsuite failures, but only for two targets where most of the tests there fail anyway (amdgcn-elf and nfp-elf), due to there not being an assembler available.
8 lines
97 B
ArmAsm
8 lines
97 B
ArmAsm
.globl text_symbol
|
|
.text
|
|
text_symbol:
|
|
.nop
|
|
|
|
.section .special,"0x10000", %progbits
|
|
.long -1
|