diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:46:06 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:46:06 +0000 |
commit | c7af42732698afc889b4d53944a44c7ea4a7613f (patch) | |
tree | 7c76f57facec7fdc84bfda4b724f8b6cfb8fb31c /gas/ChangeLog | |
parent | d5818fca0b88898c09ba162522931ccd71d8fce5 (diff) | |
download | gdb-c7af42732698afc889b4d53944a44c7ea4a7613f.zip gdb-c7af42732698afc889b4d53944a44c7ea4a7613f.tar.gz gdb-c7af42732698afc889b4d53944a44c7ea4a7613f.tar.bz2 |
* config/tc-mips.c (macro)
<M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T>: Remove
dedicated return points.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e018505..ce56b30 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (macro) + <M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T>: Remove + dedicated return points. + +2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (macro) <M_DEXT, M_DINS>: Correct types used for pos and size. |