aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-06-18 22:26:11 +0930
committerAlan Modra <amodra@gmail.com>2021-06-19 11:08:55 +0930
commit43f71bc5df211f424e7dfafbdfb644cd03bfcd34 (patch)
treee734f4922a8eba8e6cf187dbac804eecee45a547 /gas
parentd984392e752c43ec226a9d0df23af0c743e2b411 (diff)
downloadfsf-binutils-gdb-43f71bc5df211f424e7dfafbdfb644cd03bfcd34.zip
fsf-binutils-gdb-43f71bc5df211f424e7dfafbdfb644cd03bfcd34.tar.gz
fsf-binutils-gdb-43f71bc5df211f424e7dfafbdfb644cd03bfcd34.tar.bz2
ppc raw test failure when 32-bit bfd
The test contained an expression that can't be evaluated unless expressions are 64-bit. * testsuite/gas/ppc/raw.s: Use 0 as pli constant. * testsuite/gas/ppc/raw.d: Update to suit.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/testsuite/gas/ppc/raw.d2
-rw-r--r--gas/testsuite/gas/ppc/raw.s2
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9e61c2f..ff0f65c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-19 Alan Modra <amodra@gmail.com>
+
+ * testsuite/gas/ppc/raw.s: Use 0 as pli constant.
+ * testsuite/gas/ppc/raw.d: Update to suit.
+
2021-06-18 Jan Beulich <jbeulich@suse.com>
* expr.c (symbol_lookup_or_make): New.
diff --git a/gas/testsuite/gas/ppc/raw.d b/gas/testsuite/gas/ppc/raw.d
index fff9077..133c8c4 100644
--- a/gas/testsuite/gas/ppc/raw.d
+++ b/gas/testsuite/gas/ppc/raw.d
@@ -58,5 +58,5 @@ Disassembly of section \.text:
c0: (7f 7b db 78|78 db 7b 7f) or r27,r27,r27
c4: (7f de f3 78|78 f3 de 7f) or r30,r30,r30
c8: (7c 20 04 ac|ac 04 20 7c) sync 1,0
- cc: (06 02 00 00|00 00 02 06) paddi r3,0,-8589934592,0
+ cc: (06 00 00 00|00 00 00 06) paddi r3,0,0,0
d0: (38 60 00 00|00 00 60 38)
diff --git a/gas/testsuite/gas/ppc/raw.s b/gas/testsuite/gas/ppc/raw.s
index f318da5..874f0bc 100644
--- a/gas/testsuite/gas/ppc/raw.s
+++ b/gas/testsuite/gas/ppc/raw.s
@@ -49,4 +49,4 @@
yield
mdoom
lwsync
- pli 3,-1<<33
+ pli 3,0