mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
312aaa3cfe
Retype 'keep' to bfd_boolean. * binutils-all/objcopy.exp: Add test for stripping a symbol used in a relocation. * binutils-all/needed-by-reloc.s: New file.
8 lines
74 B
ArmAsm
8 lines
74 B
ArmAsm
.globl foo
|
|
|
|
.data
|
|
.4byte foo
|
|
.text
|
|
foo:
|
|
.long 1
|