mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
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.
This commit is contained in:
@ -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>
|
2021-06-18 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* expr.c (symbol_lookup_or_make): New.
|
* expr.c (symbol_lookup_or_make): New.
|
||||||
|
@ -58,5 +58,5 @@ Disassembly of section \.text:
|
|||||||
c0: (7f 7b db 78|78 db 7b 7f) or r27,r27,r27
|
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
|
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
|
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)
|
d0: (38 60 00 00|00 00 60 38)
|
||||||
|
@ -49,4 +49,4 @@
|
|||||||
yield
|
yield
|
||||||
mdoom
|
mdoom
|
||||||
lwsync
|
lwsync
|
||||||
pli 3,-1<<33
|
pli 3,0
|
||||||
|
Reference in New Issue
Block a user