diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-11-28 23:33:45 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-11-28 23:33:45 +0000 |
commit | 99b222b4795bd3905fbe2a449c1d960c8d64fe32 (patch) | |
tree | 5aa9f7746529db82b2c06a1300a41e91242409ce /gas/ChangeLog | |
parent | 08c404a59c92d0defb5a14cd75ef50e8281360ad (diff) | |
download | gdb-99b222b4795bd3905fbe2a449c1d960c8d64fe32.zip gdb-99b222b4795bd3905fbe2a449c1d960c8d64fe32.tar.gz gdb-99b222b4795bd3905fbe2a449c1d960c8d64fe32.tar.bz2 |
* config/tc-sh.c (md_convert_frag) <undefined symbol, conditional
jump>: Use as_bad_where instead of as_bad. Tweak error message
accordingly. Stabilize frag by updating fix part and resetting
variant part.
<undefined symbol, unconditional jump>: Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c8c9051..3ad341a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-11-28 Hans-Peter Nilsson <hp@bitrange.com> + + * config/tc-sh.c (md_convert_frag) <undefined symbol, conditional + jump>: Use as_bad_where instead of as_bad. Tweak error message + accordingly. Stabilize frag by updating fix part and resetting + variant part. + <undefined symbol, unconditional jump>: Ditto. + 2000-11-28 Kazu Hirata <kazu@hxi.com> * config/obj-aout.h: Fix formatting. |