diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-11-17 14:19:19 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2007-11-17 14:19:19 +0000 |
commit | 4ffff32f75b16015df0d83c38910a75209079369 (patch) | |
tree | 62097c2b5d3d2223358b558626a2cd7889664b2a /gas/ChangeLog | |
parent | 42554f6a08d8282c408f7932ade77735b18b2f8b (diff) | |
download | gdb-4ffff32f75b16015df0d83c38910a75209079369.zip gdb-4ffff32f75b16015df0d83c38910a75209079369.tar.gz gdb-4ffff32f75b16015df0d83c38910a75209079369.tar.bz2 |
* config/tc-mips.c (md_parse_option): Match mips_optimize to the -O
option supplied, but still keep mips_optimize == 2 as default value.
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 0a182bf..6604e8e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2007-11-17 Thiemo Seufer <ths@mips.com> + * config/tc-mips.c (md_parse_option): Match mips_optimize to the -O + option supplied, but still keep mips_optimize == 2 as default value. + +2007-11-17 Thiemo Seufer <ths@mips.com> + * doc/as.texinfo: Document the new attribute value. 2007-11-16 Eric B. Weddington <eric.weddington@atmel.com> |