diff options
author | Jeff Law <law@redhat.com> | 1997-01-06 22:20:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-01-06 22:20:38 +0000 |
commit | 40131692863c141bbbf2a9386334d4fe1a1bbc75 (patch) | |
tree | 30d55db0add8b3fb946ccfe6c56ec2e1e522dc90 /bfd/ChangeLog | |
parent | 1b8a127fe7539c8577038cb5b21e3f6ce7537032 (diff) | |
download | gdb-40131692863c141bbbf2a9386334d4fe1a1bbc75.zip gdb-40131692863c141bbbf2a9386334d4fe1a1bbc75.tar.gz gdb-40131692863c141bbbf2a9386334d4fe1a1bbc75.tar.bz2 |
* elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
Use bfd_elf_generic_reloc as special function for all relocs.
(bfd_elf32_mn10200_reloc): Remove unnecessary function.
Working on relocs for the mn10200.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 637cfbc..673e354 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,10 @@ Mon Jan 6 13:28:35 1997 Jeffrey A Law (law@cygnus.com) - * elf32-mn10200.c (elf_mn10200_howto): Set partial_inplace for + * elf32-mn10200-c (elf_mn10200_howto): Don't ever set partial-inplace. + Use bfd_elf_generic_reloc as special function for all relocs. + (bfd_elf32_mn10200_reloc): Remove unnecessary function. + + * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for 24bit pc-relative reloc. start-sanitize-tic80 |