diff options
author | Chao-ying Fu <fu@mips.com> | 2013-05-01 01:02:01 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2013-05-01 01:02:01 +0000 |
commit | f02d83189ef10e2cec76d5319fdf94971b46e164 (patch) | |
tree | e18121caa3a0c7714d86e40d169ff0e89ffb4cf2 /gas/ChangeLog | |
parent | 49fcdb99e2b3013fe4751c9fed42034507906358 (diff) | |
download | gdb-f02d83189ef10e2cec76d5319fdf94971b46e164.zip gdb-f02d83189ef10e2cec76d5319fdf94971b46e164.tar.gz gdb-f02d83189ef10e2cec76d5319fdf94971b46e164.tar.bz2 |
2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
* config/tc-mips.c (mips_ip): Add sizelo.
For "+C", "+G", and "+H", set sizelo and compare against it.
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 ec756d8..f152068 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com> + + * config/tc-mips.c (mips_ip): Add sizelo. + For "+C", "+G", and "+H", set sizelo and compare against it. + 2013-04-29 Nick Clifton <nickc@redhat.com> * as.c (Options): Add -gdwarf-sections. |