mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gas/macros/semi.s, gas/macros/semi.d: New test.
* gas/macros/macros.exp: Run it. * gas/mri/semi.s, gas/mri/semi.d: New test. * gas/mri/mri.exp: Run it. Taken from PR 11715.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
Wed Feb 19 00:55:29 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gas/macros/semi.s, gas/macros/semi.d: New test.
|
||||
* gas/macros/macros.exp: Run it.
|
||||
* gas/mri/semi.s, gas/mri/semi.d: New test.
|
||||
* gas/mri/mri.exp: Run it.
|
||||
|
||||
Tue Feb 18 13:37:06 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gas/hppa/unsorted/unsorted.exp (align4 tests): Tweak expected
|
||||
|
@ -31,6 +31,8 @@ irp.s
|
||||
macros.exp
|
||||
rept.d
|
||||
rept.s
|
||||
semi.d
|
||||
semi.s
|
||||
test1.d
|
||||
test1.s
|
||||
test2.d
|
||||
|
8
gas/testsuite/gas/macros/semi.d
Normal file
8
gas/testsuite/gas/macros/semi.d
Normal file
@ -0,0 +1,8 @@
|
||||
#objdump: -s -j .text
|
||||
#name: semi
|
||||
|
||||
.*: .*
|
||||
|
||||
Contents of section .text:
|
||||
0000 3b203b20 3a203a20 00000000 00000000 ; ; : : ........
|
||||
0010 00000000 00000000 00000000 00000000 ................
|
14
gas/testsuite/gas/macros/semi.s
Normal file
14
gas/testsuite/gas/macros/semi.s
Normal file
@ -0,0 +1,14 @@
|
||||
.macro semicolon
|
||||
.ascii "; "
|
||||
.endm
|
||||
|
||||
.macro colon
|
||||
.ascii ": "
|
||||
.endm
|
||||
|
||||
semicolon
|
||||
.ascii "; "
|
||||
colon
|
||||
.ascii ": "
|
||||
|
||||
.p2align 5
|
@ -49,6 +49,8 @@ label.s
|
||||
mri.exp
|
||||
repeat.d
|
||||
repeat.s
|
||||
semi.d
|
||||
semi.s
|
||||
while.d
|
||||
while.s
|
||||
|
||||
|
9
gas/testsuite/gas/mri/semi.d
Normal file
9
gas/testsuite/gas/mri/semi.d
Normal file
@ -0,0 +1,9 @@
|
||||
#objdump: -s -j .text
|
||||
#name: MRI semi
|
||||
#as: -M
|
||||
|
||||
.*: .*
|
||||
|
||||
Contents of section .text:
|
||||
0000 3b203b20 3a203a20 00000000 00000000 ; ; : : ........
|
||||
0010 00000000 00000000 00000000 00000000 ................
|
14
gas/testsuite/gas/mri/semi.s
Normal file
14
gas/testsuite/gas/mri/semi.s
Normal file
@ -0,0 +1,14 @@
|
||||
semicolon macro
|
||||
dc.b '; '
|
||||
endm
|
||||
|
||||
colon macro
|
||||
dc.b ': '
|
||||
endm
|
||||
|
||||
semicolon
|
||||
dc.b '; '
|
||||
colon
|
||||
dc.b ': '
|
||||
|
||||
p2align 5
|
Reference in New Issue
Block a user