Fix PR14926

H.J. Lu hjl.tools@gmail.com
Fri Dec 7 12:34:00 GMT 2012


On Thu, Dec 6, 2012 at 8:59 PM, Alan Modra <amodra@gmail.com> wrote:
> Applied.
>
>         PR ld/14926
>         * elf.c (_bfd_elf_map_sections_to_segments): Include elf header
>         size when determining phdr_in_segment.

I checked in this to add a testase:

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index da5d820..c06f8ab 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/ld/testsuite/ld-elf/pr14926.d b/ld/testsuite/ld-elf/pr14926.d
new file mode 100644
index 0000000..2352b0b
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr14926.d
@@ -0,0 +1,13 @@
+#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 *
diff --git a/ld/testsuite/ld-elf/pr14926.s b/ld/testsuite/ld-elf/pr14926.s
new file mode 100644
index 0000000..3d132f6
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr14926.s
@@ -0,0 +1,10 @@
+	.text
+	.globl main
+	.globl start
+	.globl _start
+	.globl __start
+main:
+start:
+_start:
+__start:
+	.byte 0


-- 
H.J.



More information about the Binutils mailing list