diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-22 15:50:38 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-22 15:50:38 +0000 |
commit | 0920dee7bad8a96ae1866b9cd451103d8897abf5 (patch) | |
tree | 4996079f899d9f1fe4a8d0acee18d64ab2742f76 /ld/testsuite/ld-elf/note-1.d | |
parent | 7d12900b6ef86df2cf80a0a3b41aa00734a2e9cc (diff) | |
download | gdb-0920dee7bad8a96ae1866b9cd451103d8897abf5.zip gdb-0920dee7bad8a96ae1866b9cd451103d8897abf5.tar.gz gdb-0920dee7bad8a96ae1866b9cd451103d8897abf5.tar.bz2 |
bfd/
2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4007
* elf.c (assign_file_positions_for_load_sections): Check if
all sections are in the segment.
ld/testsuite/
2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4007
* ld-elf/note-1.d: New file.
* ld-elf/note-1.s: Likewise.
* ld-elf/note-1.t: Likewise.
* ld-i386/alloc.d: Likewise.
* ld-i386/alloc.s: Likewise.
* ld-i386/alloc.t: Likewise.
* ld-i386/i386.exp: Run "alloc".
Diffstat (limited to 'ld/testsuite/ld-elf/note-1.d')
-rw-r--r-- | ld/testsuite/ld-elf/note-1.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/note-1.d b/ld/testsuite/ld-elf/note-1.d new file mode 100644 index 0000000..a5fc40f --- /dev/null +++ b/ld/testsuite/ld-elf/note-1.d @@ -0,0 +1,8 @@ +#ld: -Tnote-1.t +#readelf: -l --wide + +#... + Section to Segment mapping: + Segment Sections... + 00 .foo + 01 .note |