diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-05-14 12:28:46 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2007-05-14 12:28:46 +0000 |
commit | 24471d420951f088fe188f7e7db8941d26f39c51 (patch) | |
tree | e84baa914f2a8fe25c433b52617f83d2cedb85b4 /gas/ChangeLog | |
parent | 224e2b28d4c528d1db1827eee72bc6958dffa37e (diff) | |
download | gdb-24471d420951f088fe188f7e7db8941d26f39c51.zip gdb-24471d420951f088fe188f7e7db8941d26f39c51.tar.gz gdb-24471d420951f088fe188f7e7db8941d26f39c51.tar.bz2 |
* config/tc-mips.c (md_parse_option): Fix parsing of -O option.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a4a6419..3f0e5e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,11 @@ +2007-05-14 Thiemo Seufer <ths@mips.com> + + * config/tc-mips.c (md_parse_option): Fix parsing of -O option. + 2007-05-14 Mei Ligang <ligang@sunnorth.com.cn> - * config/tc-score.c (data_op2, validate_immediate): Fix bug for addri, addri.c, subi, and - subi.c when immediate number is hex. + * config/tc-score.c (data_op2, validate_immediate): Fix bug for + addri, addri.c, subi, and subi.c when immediate number is hex. (score_insns): Remove subis and subis.c. (do_sub_rdi16): Delete. |