mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
1e81e12b2c
* elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered dynamic relocs for the removed section. ld/testsuite/ * ld-arm/gc-thumb-lib.s, ld-arm/gc-thumb.s, ld-arm/gc-thumb.d: New test. * ld-arm/arm-elf.exp: Run it.
7 lines
65 B
ArmAsm
7 lines
65 B
ArmAsm
.data
|
|
.globl foo
|
|
.type foo,%object
|
|
.size foo,4
|
|
foo:
|
|
.word 0
|