summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-08-31 06:18:17 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-08-31 06:18:17 +0000
commit63ad3228b7aa316a3a3376ab09019524a5b9627a (patch)
treef02cd45bbe23629a3a8c444d7d8310ca8783af8d /ld/testsuite/ld-ifunc
parent00f0a937f092de8bcc5111fbb39d20dfcec3028c (diff)
downloadbinutils-redhat-63ad3228b7aa316a3a3376ab09019524a5b9627a.tar.gz
* ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.
Diffstat (limited to 'ld/testsuite/ld-ifunc')
-rw-r--r--ld/testsuite/ld-ifunc/ifunc.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp
index 786b32b2a4..cdd4ff8642 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
}