mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gasp/macro.out: Adjust to reflect the fact that keyword
arguments are now permitted after positional arguments.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Feb 12 20:12:39 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* gasp/macro.out: Adjust to reflect the fact that keyword
|
||||||
|
arguments are now permitted after positional arguments.
|
||||||
|
|
||||||
start-sanitize-sky
|
start-sanitize-sky
|
||||||
Wed Feb 11 17:07:25 1998 Doug Evans <devans@canuck.cygnus.com>
|
Wed Feb 11 17:07:25 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
|
@ -367,4 +367,16 @@ str00022: .byte 100,111,110,107,101,121
|
|||||||
!end_str00022
|
!end_str00022
|
||||||
end_str00022:
|
end_str00022:
|
||||||
! RES_STR donkey Rn=R1
|
! RES_STR donkey Rn=R1
|
||||||
|
! MOV.L #str00023,R1
|
||||||
|
MOV.L #str00023,R1
|
||||||
|
! BRA end_str00023
|
||||||
|
BRA end_str00023
|
||||||
|
! NOP
|
||||||
|
NOP
|
||||||
|
!str00023 .SDATA "donkey"
|
||||||
|
str00023: .byte 100,111,110,107,101,121
|
||||||
|
! .ALIGN 2
|
||||||
|
.align 2
|
||||||
|
!end_str00023
|
||||||
|
end_str00023:
|
||||||
! .END
|
! .END
|
||||||
|
Reference in New Issue
Block a user