This website requires JavaScript.
Explore
Help
Sign In
mirror
/
binutils-gdb
Watch
2
Star
0
Fork
0
You've already forked binutils-gdb
mirror of
https://sourceware.org/git/binutils-gdb.git
synced
2024-12-15 04:31:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb66883a82
binutils-gdb
/
binutils
/
testsuite
/
binutils-all
/
needed-by-reloc.s
8 lines
73 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
* objcopy.c (filter_symbols): Explicitly stripping a symbol used in relocations is an error. 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.
2007-04-24 18:56:58 +08:00
.globl
foo
.data
* binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
2007-05-11 15:16:28 +08:00
.long
foo
* objcopy.c (filter_symbols): Explicitly stripping a symbol used in relocations is an error. 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.
2007-04-24 18:56:58 +08:00
.text
foo
:
.long
1
Reference in New Issue
Copy Permalink