summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/mips/noat-5.s
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-02-18 22:12:53 +0000
committerThiemo Seufer <ths@networkno.de>2005-02-18 22:12:53 +0000
commit8fc2e39ed7db59af72bad87d38c07c69f1b789de (patch)
treea97f1b3156f0625a603b7e5b099f2fc730e1feae /gas/testsuite/gas/mips/noat-5.s
parentc0d88b1be7e38d98b52218f9c673eecb5fcd5851 (diff)
downloadppe42-binutils-8fc2e39ed7db59af72bad87d38c07c69f1b789de.tar.gz
ppe42-binutils-8fc2e39ed7db59af72bad87d38c07c69f1b789de.zip
/gas/ChangeLog
* config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at uses after .set noat. (load_address): Likewise. (macro): Likewise. Don't try to avoid $at use by sacrificing the target register before it is stored, it won't work. /gas/testsuite/ChangeLog * gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s, gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l, gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s, gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l, gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for .set noat in macro expansions. * gas/mips/mips.exp: Run new testcases. * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d, gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d, gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l, gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d, gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d, gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s, gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d, gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l, gas/mips/ulw2.s: Don't try to test .set noat.
Diffstat (limited to 'gas/testsuite/gas/mips/noat-5.s')
-rw-r--r--gas/testsuite/gas/mips/noat-5.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/noat-5.s b/gas/testsuite/gas/mips/noat-5.s
new file mode 100644
index 0000000000..9d84045028
--- /dev/null
+++ b/gas/testsuite/gas/mips/noat-5.s
@@ -0,0 +1,4 @@
+ .set noat
+ sw $27, 0x8000($27)
+
+ .space 8
OpenPOWER on IntegriCloud