diff options
author | Jeff Law <law@redhat.com> | 1997-09-03 00:31:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-09-03 00:31:34 +0000 |
commit | a9d67a8857501e03c3436937ebbe69f4ffa7cc43 (patch) | |
tree | afdcc29f6e0d9831ade5bfb3e42325349977dcf2 /bfd | |
parent | dbd850bb60693119cd4bce90ae265d0cbf21c668 (diff) | |
download | fsf-binutils-gdb-a9d67a8857501e03c3436937ebbe69f4ffa7cc43.zip fsf-binutils-gdb-a9d67a8857501e03c3436937ebbe69f4ffa7cc43.tar.gz fsf-binutils-gdb-a9d67a8857501e03c3436937ebbe69f4ffa7cc43.tar.bz2 |
* elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
instructions are relative to the next instruction, not the
current instruction.
(mn10200_elf_relax_section): Similarly.
pr13171
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d3b9936..93247014 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 2 18:29:37 1997 Jeffrey A Law (law@cygnus.com) + + * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative + instructions are relative to the next instruction, not the + current instruction. + (mn10200_elf_relax_section): Similarly. + Tue Sep 2 15:45:45 1997 Nick Clifton <nickc@cygnus.com> * cpu-v850.c: Use a macro to construct bfd_arch_info_type |