diff options
author | Fred Fish <fnf@specifix.com> | 1997-03-25 03:07:35 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-03-25 03:07:35 +0000 |
commit | 67e87a1d4f206811d233d52861f247d26657f3a1 (patch) | |
tree | 766f48d44c624e7af2c73030864cbbe57583a93b | |
parent | 292a8231f4f97d5786c87670212dc13623b0bf52 (diff) | |
download | gdb-67e87a1d4f206811d233d52861f247d26657f3a1.zip gdb-67e87a1d4f206811d233d52861f247d26657f3a1.tar.gz gdb-67e87a1d4f206811d233d52861f247d26657f3a1.tar.bz2 |
* coff-tic80.c (tic80_howto_table): Add R_ABS entry.
(rtype2howto): Handle R_ABS reloc type. Also abort on unhandled
reloc types, rather than silently failing to generate an output file.
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index beffcb2..04c3dfc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-tic80 +Mon Mar 24 20:07:29 1997 Fred Fish <fnf@cygnus.com> + + * coff-tic80.c (tic80_howto_table): Add R_ABS entry. + (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled + reloc types, rather than silently failing to generate an output file. + +end-sanitize-tic80 Mon Mar 24 13:41:00 1997 Ian Lance Taylor <ian@cygnus.com> * targmatch.sed: Use the hold space to put the #ifdef around the |