projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bb48e
)
X
author
Jeff Law
<law@redhat.com>
Thu, 1 Jul 1999 13:02:50 +0000
(13:02 +0000)
committer
Jeff Law
<law@redhat.com>
Thu, 1 Jul 1999 13:02:50 +0000
(13:02 +0000)
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
with 22bit format.
bfd/elf-hppa.h
patch
|
blob
|
history
diff --git
a/bfd/elf-hppa.h
b/bfd/elf-hppa.h
index 9e951838868fb4b503aa85bb1bf906524bde9a95..7138459cbf1d0c816a3b151f05d4717ed88515f0 100644
(file)
--- a/
bfd/elf-hppa.h
+++ b/
bfd/elf-hppa.h
@@
-480,6
+480,17
@@
_bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym)
}
break;
+ case 22:
+ switch (field)
+ {
+ case e_fsel:
+ final_type = R_PARISC_PCREL22F;
+ break;
+ default:
+ return NULL;
+ }
+ break;
+
case 21:
switch (field)
{