diff options
author | Jeff Law <law@redhat.com> | 1995-06-18 05:39:52 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-18 05:39:52 +0000 |
commit | c2730ba305d14b3a058019b5447b89cd17202ec0 (patch) | |
tree | 11d5669813d57c5e51f3d6c9b2a96b459d25f598 /bfd | |
parent | 9fe4fade3136122efe5f5ecf1f9ca4e33f5b8d56 (diff) | |
download | gdb-c2730ba305d14b3a058019b5447b89cd17202ec0.zip gdb-c2730ba305d14b3a058019b5447b89cd17202ec0.tar.gz gdb-c2730ba305d14b3a058019b5447b89cd17202ec0.tar.bz2 |
Fix typo in last change.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf32-hppa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 82cb6f3..c2a6ce6 100644 --- 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 & 0xfc000000) >> 26 == 0xa && (insn & 0x03e00000) >> 21 == 0x1b) insn &= ~0x03e00000; } |