diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-06 19:27:07 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-08-06 19:27:07 +0000 |
commit | ee5734f078f7f09cf57d8e77bc85ffe20891c3b6 (patch) | |
tree | e6a9c4de66bd6584aa0a044460fc7fe9c6a2fc5f /gas/ChangeLog | |
parent | fdd57b168c4866442d6779e80ef0b9f6f853465f (diff) | |
download | gdb-ee5734f078f7f09cf57d8e77bc85ffe20891c3b6.zip gdb-ee5734f078f7f09cf57d8e77bc85ffe20891c3b6.tar.gz gdb-ee5734f078f7f09cf57d8e77bc85ffe20891c3b6.tar.bz2 |
opcodes/
2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
* mips-opc.c (mips_builtin_opcodes): Add a suffixless version of
VCLIPW.
gas/
2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
* config/tc-mips.c (match_vu0_suffix_operand): Allow single-channel
suffixes to be elided too.
(mips_lookup_insn): Don't reject INSN2_VU0_CHANNEL_SUFFIX here.
(mips_ip): Assume .xyzw if no VU0 suffix is specified. Allow +N
to be omitted too.
gas/testsuite/
2013-08-06 Jürgen Urban <JuergenUrban@gmx.de>
* gas/mips/r5900-error-vu0.s, gas/mips/r5900-error-vu0.l,
gas/mips/r5900-full-vu0.s, gas/mips/r5900-full-vu0.d: Allow
single-channel suffixes to be elided.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b8407b5..d51874f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2013-08-06 Jürgen Urban <JuergenUrban@gmx.de> + + * config/tc-mips.c (match_vu0_suffix_operand): Allow single-channel + suffixes to be elided too. + (mips_lookup_insn): Don't reject INSN2_VU0_CHANNEL_SUFFIX here. + (mips_ip): Assume .xyzw if no VU0 suffix is specified. Allow +N + to be omitted too. + 2013-08-05 John Tytgat <john@bass-software.com> * po/POTFILES.in: Regenerate. |