]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas/
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 28 May 2013 22:19:34 +0000 (22:19 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 28 May 2013 22:19:34 +0000 (22:19 +0000)
commitf19ccbda970a50bf1b633aea25f04c0fa873b32c
treef6e24062f658f5bc3f617bf35ad2f06c6ffdce4e
parent418009c200310bee330ac27ab44cd9390a72bfef
gas/
* config/tc-mips.c (macro) <ld>: Don't use $zero for address
calculation.

gas/testsuite/
* gas/mips/ld-zero.d: New test.
* gas/mips/ld-zero-2.d: New test.
* gas/mips/ld-zero-3.d: New test.
* gas/mips/ld-zero-q.d: New test.
* gas/mips/ld-zero-u.d: New test.
* gas/mips/ecoff@ld-zero-3.d: New test.
* gas/mips/micromips@ld-zero-2.d: New test.
* gas/mips/micromips@ld-zero-3.d: New test.
* gas/mips/ld-zero.s: New test source.
* gas/mips/ld-zero-2.s: New test source.
* gas/mips/ld-zero-3.s: New test source.
* gas/mips/ld-zero-q.s: New test source.
* gas/mips/ld-zero-u.s: New test source.
* gas/mips/mips.exp: Run the new tests.
17 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/ecoff@ld-zero-3.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-2.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-2.s [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-3.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-3.s [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-q.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-q.s [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-u.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero-u.s [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero.d [new file with mode: 0644]
gas/testsuite/gas/mips/ld-zero.s [new file with mode: 0644]
gas/testsuite/gas/mips/micromips@ld-zero-2.d [new file with mode: 0644]
gas/testsuite/gas/mips/micromips@ld-zero-3.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp