* ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.
authorAlan Modra <amodra@gmail.com>
Mon, 31 Aug 2009 06:18:17 +0000 (06:18 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 31 Aug 2009 06:18:17 +0000 (06:18 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-ifunc/ifunc.exp

index 98268e80c5265e3f6258f61b94687d80810cd9ce..17525962c1f83281b704756d0fabf277e5940422 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.
+
 2009-08-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/10569
index 786b32b2a454677a8fad4f89db13f70af8d1dc66..cdd4ff864247fb25384b4ef4e6e12c3d3feb4fc3 100644 (file)
@@ -122,7 +122,7 @@ proc contains_irelative_reloc { binary_file } {
     #    080496f4  0000002a R_386_IRELATIVE
 
 
-    if { ![regexp "\[0-9a-f\]+\[ \]+\[0-9a-f\]+\[ \]+R_\[_0-9A-Z\]+_IRELATIVE\[ \]*\[0-9a-f\]*\n" [file_contents readelf.out]] } {
+    if { ![regexp "\[0-9a-f\]+\[ \]+\[0-9a-f\]+\[ \]+R_\[_0-9A-Z\]+_IREL(|ATIVE)\[ \]*\[0-9a-f\]*\n" [file_contents readelf.out]] } {
        return 0
     }