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:
9fe4fad
)
Fix typo in last change.
author
Jeff Law
<law@redhat.com>
Sun, 18 Jun 1995 05:39:52 +0000
(
05:39
+0000)
committer
Jeff Law
<law@redhat.com>
Sun, 18 Jun 1995 05:39:52 +0000
(
05:39
+0000)
bfd/elf32-hppa.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-hppa.c
b/bfd/elf32-hppa.c
index 82cb6f361ca6a4534531b9046871091b32781f69..c2a6ce6ce8b364be560f75668a9f3da37ff77b1c 100644
(file)
--- a/
bfd/elf32-hppa.c
+++ b/
bfd/elf32-hppa.c
@@
-1305,7
+1305,7
@@
elf32_hppa_bfd_final_link_relocate (howto, input_bfd, output_bfd,
r_field = e_lrsel;
if (sym_sec->flags & SEC_CODE)
{
- if ((insn & 0xfc) >> 26 == 0xa
+ if ((insn & 0xfc
000000
) >> 26 == 0xa
&& (insn & 0x03e00000) >> 21 == 0x1b)
insn &= ~0x03e00000;
}