ld/testsuite/

* ld-elf/ehdr_start.s: Put reference in .rodata section, not .data.
This commit is contained in:
Roland McGrath 2012-11-30 21:14:02 +00:00
parent f204ddb8a8
commit 1438a3ee10
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-30 Roland McGrath <mcgrathr@google.com>
* ld-elf/ehdr_start.s: Put reference in .rodata section, not .data.
2012-11-27 Roland McGrath <mcgrathr@google.com>
* ld-elf/flags1.d: Add *-*-nacl* to xfail list.

View File

@ -3,7 +3,7 @@
_start:
.space 16
.data
.section .rodata,"a"
.globl foo
foo:
.weak __ehdr_start