From 425621e75f46d525c088d8325df05e0e828e846b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 31 Aug 2009 06:18:17 +0000 Subject: [PATCH] * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-ifunc/ifunc.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 98268e8..1752596 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-08-31 Alan Modra + + * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL. + 2009-08-30 H.J. Lu PR ld/10569 diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index 786b32b..cdd4ff8 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -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 } -- 2.7.4