diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-09 10:24:20 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-09 10:24:20 +0000 |
commit | 0aa27725e5ee24a1d2e11e661f1ad85d57cd5da8 (patch) | |
tree | d1734f20e5dda35502bd618c4e4f55aa68b6aee0 /gas/ChangeLog | |
parent | 797f89476b3e9ecb7c77da4d3338a47fbba43019 (diff) | |
download | gdb-0aa27725e5ee24a1d2e11e661f1ad85d57cd5da8.zip gdb-0aa27725e5ee24a1d2e11e661f1ad85d57cd5da8.tar.gz gdb-0aa27725e5ee24a1d2e11e661f1ad85d57cd5da8.tar.bz2 |
gas/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
(macro): Use it. Assert that trunc.w.s is not used for r5900.
opcodes/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* mips-opc.c (mips_builtin_opcodes): Enable l.d and s.d macros for
single-float. Disable ll, lld, sc and scd for EE. Disable the
trunc.w.s macro for EE.
gas/testsuite/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* gas/mips/24k-triple-stores-2.d, gas/mips/24k-triple-stores-2.s,
gas/mips/micromips@24k-triple-stores-2.d: Move "sc" tests to...
* gas/mips/24k-triple-stores-2-llsc.d,
gas/mips/24k-triple-stores-2-llsc.s,
gas/mips/micromips@24k-triple-stores-2-llsc.d: ...these new tests.
* gas/mips/r5900-full.d, gas/mips/r5900-full.s: Verify that the
MIPS ISA level can be upgraded to support ll, sc, lld and scd.
* gas/mips/l_d-single.d, gas/mips/s_d-single.d,
gas/mips/r5900-nollsc.l, gas/mips/r5900-nollsc.s: New tests.
* gas/mips/mips.exp: Update accordingly. Add "nollsc" to r5900
properties.
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 e622e9b..48b5d6d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-02-09 Jürgen Urban <JuergenUrban@gmx.de> + + * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro. + (macro): Use it. Assert that trunc.w.s is not used for r5900. + 2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com> * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4 |