diff options
author | Nick Clifton <nickc@redhat.com> | 1998-10-07 21:10:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-10-07 21:10:16 +0000 |
commit | 644a26542c6c7ec1e7ae66b97186db6cc3f31030 (patch) | |
tree | bbde11c5d30cf623a1e587545682e957138f8eed /gas/ChangeLog | |
parent | 9d1b06896733eebc560ff6b53edc747239d7581b (diff) | |
download | gdb-644a26542c6c7ec1e7ae66b97186db6cc3f31030.zip gdb-644a26542c6c7ec1e7ae66b97186db6cc3f31030.tar.gz gdb-644a26542c6c7ec1e7ae66b97186db6cc3f31030.tar.bz2 |
Fix for PR 16299: Do not assume that bad relocations always have an associated symbol.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b80957c..0a53dfb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 7 14:09:14 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c (md_apply_fix3): Do not assume that bad + relocations are always associated with a symbol. + Tue Oct 6 09:31:15 1998 Catherine Moore <clm@cygnus.com> * tc-sparc.h (TC_FORCE_RELOCATION): Define. |