* ld-elf/orphan-region.d: Use ld -N.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 6 May 2010 20:04:27 +0000 (20:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 6 May 2010 20:04:27 +0000 (20:04 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/orphan-region.d

index 34666d97fce6d70f522e688ec9fcc9b4f5e08fca..545cf5bf0b76303eaad07a9482728122005f8ad5 100644 (file)
@@ -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
index eb3d2cfb684586eec7d5ce3549286366eab2b155..5754079ad682b2ee53cbdfb6ae86375969689811 100644 (file)
@@ -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...
This page took 0.036805 seconds and 4 git commands to generate.