diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-05-06 20:04:27 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-05-06 20:04:27 +0000 |
commit | 82794b691e27347c6956208f3ef7433ec14a3729 (patch) | |
tree | e6fa0810a033a3f25e11f23b785c3db1d82222d0 /ld/testsuite/ld-elf | |
parent | 308d96edc1e82c7bb9440d20b868ee9dd93959ea (diff) | |
download | gdb-82794b691e27347c6956208f3ef7433ec14a3729.zip gdb-82794b691e27347c6956208f3ef7433ec14a3729.tar.gz gdb-82794b691e27347c6956208f3ef7433ec14a3729.tar.bz2 |
* ld-elf/orphan-region.d: Use ld -N.
Diffstat (limited to 'ld/testsuite/ld-elf')
-rw-r--r-- | ld/testsuite/ld-elf/orphan-region.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elf/orphan-region.d b/ld/testsuite/ld-elf/orphan-region.d index eb3d2cf..5754079 100644 --- a/ld/testsuite/ld-elf/orphan-region.d +++ b/ld/testsuite/ld-elf/orphan-region.d @@ -1,5 +1,5 @@ #source: orphan-region.s -#ld: -T orphan-region.ld +#ld: -T orphan-region.ld -N #readelf: -S -l --wide #... @@ -9,7 +9,7 @@ #... Program Headers: Type.* - LOAD[ \t]+0x[0-9a-f]+ 0x0*40000000 0x0*40000000 0x[0-9a-f]+ 0x[0-9a-f]+ R E 0x[0-9a-f]+ + LOAD[ \t]+0x[0-9a-f]+ 0x0*40000000 0x0*40000000 0x[0-9a-f]+ 0x[0-9a-f]+ RWE 0x[0-9a-f]+ Section to Segment mapping: Segment Sections... |