mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gas/all/struct.s, gas/all/struct.d: New test.
* gas/all/gas.exp: Run it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* gas/all/struct.s, gas/all/struct.d: New test.
|
||||||
|
* gas/all/gas.exp: Run it.
|
||||||
|
|
||||||
Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
|
Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* gas/mri/common.s, gas/mri/common.d: New test.
|
* gas/mri/common.s, gas/mri/common.d: New test.
|
||||||
|
@ -32,6 +32,8 @@ diff1.s
|
|||||||
float.s
|
float.s
|
||||||
p1480.s
|
p1480.s
|
||||||
p2425.s
|
p2425.s
|
||||||
|
struct.d
|
||||||
|
struct.s
|
||||||
x930509.s
|
x930509.s
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
8
gas/testsuite/gas/all/struct.d
Normal file
8
gas/testsuite/gas/all/struct.d
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#nm: --extern-only
|
||||||
|
#name: struct
|
||||||
|
|
||||||
|
# Test the .struct pseudo-op.
|
||||||
|
|
||||||
|
0+00 A w1
|
||||||
|
0+02 A w2
|
||||||
|
0+04 A w3
|
10
gas/testsuite/gas/all/struct.s
Normal file
10
gas/testsuite/gas/all/struct.s
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.globl w1
|
||||||
|
.globl w2
|
||||||
|
.globl w3
|
||||||
|
.long 0
|
||||||
|
.struct 0
|
||||||
|
w1: .word 0
|
||||||
|
w2: .word 0
|
||||||
|
w3: .word 0
|
||||||
|
.text
|
||||||
|
.long 0
|
Reference in New Issue
Block a user