forked from Imagelibrary/binutils-gdb
* gdb.asm/s390.inc (gdbasm_datavar): Use .long' to create int'
variables on the S/390, not `.word'.
This commit is contained in:
@@ -66,3 +66,10 @@
|
||||
lr %r0, %r0
|
||||
lr %r0, %r0
|
||||
.endm
|
||||
|
||||
### Declare an `int' variable.
|
||||
.macro gdbasm_datavar name value
|
||||
.data
|
||||
\name:
|
||||
.long \value
|
||||
.endm
|
||||
|
||||
Reference in New Issue
Block a user