ld/testsuite/
authorRoland McGrath <roland@gnu.org>
Fri, 30 Nov 2012 21:14:02 +0000 (21:14 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 30 Nov 2012 21:14:02 +0000 (21:14 +0000)
* ld-elf/ehdr_start.s: Put reference in .rodata section, not .data.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/ehdr_start.s

index 12026a9..493d4ba 100644 (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.
index 529d510..2efe8a6 100644 (file)
@@ -3,7 +3,7 @@
 _start:
        .space 16
 
-       .data
+       .section .rodata,"a"
        .globl foo
 foo:
        .weak __ehdr_start