diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-08-12 23:00:35 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-08-12 23:00:35 +0000 |
commit | 3a93f742d49b6105c22520ae7bf3d84a5f789be0 (patch) | |
tree | a92ee83ed4f223e53d17fcc70c86b252ba97fed5 /gas/ChangeLog | |
parent | 9e320ba497f45375175477f3f8b9a280b8771a4f (diff) | |
download | gdb-3a93f742d49b6105c22520ae7bf3d84a5f789be0.zip gdb-3a93f742d49b6105c22520ae7bf3d84a5f789be0.tar.gz gdb-3a93f742d49b6105c22520ae7bf3d84a5f789be0.tar.bz2 |
[ gas/ChangeLog ]
* config/tc-mips.c (mips16_ip): Fix argument register handling
for restore instruction.
[ gas/testsuite/ChangeLog ]
* gas/mips/mips16-save.d: Fix testcase.
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 07c02c1..e395016 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-08-12 Thiemo Seufer <ths@networkno.de> + + * config/tc-mips.c (mips16_ip): Fix argument register handling + for restore instruction. + 2006-08-08 Bob Wilson <bob.wilson@acm.org> * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): New. |