PR ld/14926
* ld-elf/pr14926.d: New file.
* ld-elf/pr14926.s: Likewise.
+2012-12-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/14926
+ * ld-elf/pr14926.d: New file.
+ * ld-elf/pr14926.s: Likewise.
+
2012-12-07 Alan Modra <amodra@gmail.com>
* ld-elf/comm-data.exp: Revert last change.
--- /dev/null
+#ld: -Ttext=0x60
+#readelf: -S -l --wide
+
+#...
+ \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*60[ \t]+.*
+#...
+Program Headers:
+ Type.*
+ LOAD[ \t]+0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ R E 0x[0-9a-f]+
+
+ Section to Segment mapping:
+ Segment Sections...
+ 00 .text *
--- /dev/null
+ .text
+ .globl main
+ .globl start
+ .globl _start
+ .globl __start
+main:
+start:
+_start:
+__start:
+ .byte 0