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
2025-01-24 12:35:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a521a3297b
binutils-gdb
/
ld
/
testsuite
/
ld-elf
/
ehdr_start.s
11 lines
106 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
bfd/ * elf.c (assign_file_positions_for_non_load_sections): Define __ehdr_start symbol if it's referenced and there's a PT_LOAD segment that covers both the file and program headers. ld/ * NEWS: Mention __ehdr_start. ld/testsuite/ * ld-elf/ehdr_start.s: New file. * ld-elf/ehdr_start.d: New file.
2012-06-23 00:52:33 +08:00
.text
.globl
_start
_start
:
.space
16
* ld-elf/ehdr_start.s: Use data rather than rodata. * ld-elf/ehdr_start.d: Run on linux and gnu targets only.
2012-06-27 09:18:09 +08:00
.data
bfd/ * elf.c (assign_file_positions_for_non_load_sections): Define __ehdr_start symbol if it's referenced and there's a PT_LOAD segment that covers both the file and program headers. ld/ * NEWS: Mention __ehdr_start. ld/testsuite/ * ld-elf/ehdr_start.s: New file. * ld-elf/ehdr_start.d: New file.
2012-06-23 00:52:33 +08:00
.globl
foo
foo
:
.weak
__ehdr_start
.dc
.a
__ehdr_start
Reference in New Issue
Copy Permalink