diff options
author | Jeff Law <law@redhat.com> | 1995-06-17 15:43:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-17 15:43:06 +0000 |
commit | 9a6880571c8a7f48a01b0502574712e75864dd49 (patch) | |
tree | 2190d313170808a99bc24a06df5889f44e8d2815 /bfd/ChangeLog | |
parent | 018dafca8a6af00b7d6c06de0db0c211811849d3 (diff) | |
download | gdb-9a6880571c8a7f48a01b0502574712e75864dd49.zip gdb-9a6880571c8a7f48a01b0502574712e75864dd49.tar.gz gdb-9a6880571c8a7f48a01b0502574712e75864dd49.tar.bz2 |
* elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Don't mess
with the operands of an R_PARISC_DPREL21L relocation if the insn
is not "addil <symbol>,%r27".
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2426427..d9aa3e0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 17 09:40:44 1995 Jeff Law (law@snake.cs.utah.edu) + + * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Don't mess + with the operands of an R_PARISC_DPREL21L relocation if the insn + is not "addil <symbol>,%r27". + Fri Jun 16 15:04:47 1995 Stan Shebs <shebs@andros.cygnus.com> * bfd-in.h (NT_subsystem, NT_stack_heap): Declare but don't |