Skip to content
Snippets Groups Projects
Commit 425621e7 authored by Alan Modra's avatar Alan Modra
Browse files

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

parent 6e47323b
No related branches found
No related tags found
No related merge requests found
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> 2009-08-30 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10569 PR ld/10569
......
...@@ -122,7 +122,7 @@ proc contains_irelative_reloc { binary_file } { ...@@ -122,7 +122,7 @@ proc contains_irelative_reloc { binary_file } {
# 080496f4 0000002a R_386_IRELATIVE # 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 return 0
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment