diff options
author | Steve Chamberlain <sac@cygnus> | 1992-07-16 23:44:53 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-07-16 23:44:53 +0000 |
commit | 31f333a39fc1d33318558f1ce8d7929b4b3e296f (patch) | |
tree | c8b76c1459a190b3e10b9a3bcf92cefeb08c80be /bfd | |
parent | 5f1b6dd222c4b36b3150f7183743ac251176c109 (diff) | |
download | gdb-31f333a39fc1d33318558f1ce8d7929b4b3e296f.zip gdb-31f333a39fc1d33318558f1ce8d7929b4b3e296f.tar.gz gdb-31f333a39fc1d33318558f1ce8d7929b4b3e296f.tar.bz2 |
* coff-m68k.c: added R_RELLONG_NEG reloc type, and changed
RTYPE2HOWTO to cope with same.
* reloc.c (bfd_perform_relocation): added support for size of -2
(subtract a word reloc type). Updated doc.
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 335bbb1..57e3393 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 16 16:39:25 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * coff-m68k.c: added R_RELLONG_NEG reloc type, and changed + RTYPE2HOWTO to cope with same. + * reloc.c (bfd_perform_relocation): added support for size of -2 + (subtract a word reloc type). Updated doc. + Thu Jul 16 16:28:09 1992 K. Richard Pixley (rich@rtl.cygnus.com) * Makefile.in: merged changes from progressive, removed rcsid. |