diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/orphan-region.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 34666d9..545cf5b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-05-06 Joseph Myers <joseph@codesourcery.com> + + * ld-elf/orphan-region.d: Use ld -N. + 2010-04-30 H.J. Lu <hongjiu.lu@intel.com> PR ld/11542 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... |