PR ld/13258
authorNick Clifton <nickc@redhat.com>
Sat, 8 Jan 2011 09:38:17 +0000 (09:38 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 8 Jan 2011 09:38:17 +0000 (09:38 +0000)
PR ld/13259
* ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
* ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/textaddr2.d
ld/testsuite/ld-elf/textaddr6.d

index ed2b09438091977e5a501ffdcd43409e4dcba052..66a3d7d66ca03eda9f0fc85c72ff431c6e6e2d35 100644 (file)
@@ -1,3 +1,10 @@
+2011-01-08  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/13258
+       PR ld/13259
+       * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
+       * ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.
+
 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/12366
index 60632d01f69a76ad88f6e718eb8f12b0e3e99110..bcd3658bb75327dbe0075a787e4c8a1fcaf7c885 100644 (file)
@@ -4,5 +4,5 @@
 #target: *-*-linux-gnu *-*-gnu*
 
 #...
-  LOAD +0x0+ 0x0*7000000 0x0*7000000 0x0*[0-9a-f][0-9a-f][0-9a-f] 0x0*[0-9a-f][0-9a-f][0-9a-f] R E 0x200000
+  LOAD +0x0+ 0x0*7000000 0x0*7000000 0x0*[0-9a-f]+ 0x0*[0-9a-f]+ R[ W]E 0x200000
 #pass
index 6e5f65818ebe0cd4d6b3df92767a763fe1cfc1b8..584784b2d5911300392ed7616730488e7dbee8fe 100644 (file)
@@ -4,5 +4,5 @@
 #target: *-*-linux-gnu *-*-gnu*
 
 #...
-  LOAD +0x0+ 0x0*10000 0x0*10000 0x0*[0-9a-f][0-9a-f][0-9a-f] 0x0*[0-9a-f][0-9a-f][0-9a-f] R E 0x10000
+  LOAD +0x0+ 0x0*10000 0x0*10000 0x0*[0-9a-f]+ 0x0*[0-9a-f]+ R[ W]E 0x10000
 #pass
This page took 0.024497 seconds and 4 git commands to generate.