diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-18 09:42:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-18 09:42:13 +0000 |
commit | a0ef61f7a061fa836f9b09178c4347bdc159a4f6 (patch) | |
tree | b62c59ee5c335f76f22651c157347dd6eda38e0a /gas/ChangeLog | |
parent | 181124bc7ce9af40ecdc24f29b84a04e20ddb449 (diff) | |
download | gdb-a0ef61f7a061fa836f9b09178c4347bdc159a4f6.zip gdb-a0ef61f7a061fa836f9b09178c4347bdc159a4f6.tar.gz gdb-a0ef61f7a061fa836f9b09178c4347bdc159a4f6.tar.bz2 |
(md_apply_fix3): Only use the insertion routine if one exists.
Ignore any error messages it may produce, just allow it to perform the insertion.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b24c126..239d649 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-05-18 Nick Clifton <nickc@redhat.com> + + * config/tc-v850.c (md_apply_fix3): Only use the insertion routine + if one exists. Ignore any error messages it may produce, just + allow it to perform the insertion. + 2005-05-17 Zack Weinberg <zack@codesourcery.com> * hash.c (hash_lookup): Add len parameter. All callers changed. |