diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-13 14:09:44 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-13 14:09:44 +0000 |
commit | a276b80c45d814c008211d71151ca0063618ba8f (patch) | |
tree | 8fe67c878f35dedf4b1db9aae94cdc29b8669468 /gas/ChangeLog | |
parent | 9f1a453ea1b37d280adaff3d45a517e9a6318d90 (diff) | |
download | gdb-a276b80c45d814c008211d71151ca0063618ba8f.zip gdb-a276b80c45d814c008211d71151ca0063618ba8f.tar.gz gdb-a276b80c45d814c008211d71151ca0063618ba8f.tar.bz2 |
* config/tc-mips.c (s_cpload, s_cpsetup): Fail if MIPS16 mode.
(s_cplocal, s_cprestore, s_cpreturn): Likewise.
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 72116dd..9f07d52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-08-13 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (s_cpload, s_cpsetup): Fail if MIPS16 mode. + (s_cplocal, s_cprestore, s_cpreturn): Likewise. + 2012-08-07 Jan Beulich <jbeulich@suse.com> * config/tc-i386-intel.c (build_modrm_byte): Split determining |