This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

missed ppc64 ifunc commit


I've had this in my tree for quite a while but overlooked committing it.

	* ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.

Index: ld/testsuite/ld-ifunc/ifunc.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-ifunc/ifunc.exp,v
retrieving revision 1.6
diff -u -p -r1.6 ifunc.exp
--- ld/testsuite/ld-ifunc/ifunc.exp	21 Jul 2009 21:37:26 -0000	1.6
+++ ld/testsuite/ld-ifunc/ifunc.exp	29 Aug 2009 10:29:32 -0000
@@ -122,7 +122,7 @@ proc contains_irelative_reloc { binary_f
     #    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
     }
 

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]