* gasp/macro.out: Adjust to reflect the fact that keyword

arguments are now permitted after positional arguments.
This commit is contained in:
Ian Lance Taylor 1998-02-13 01:13:15 +00:00
parent 618ea80814
commit 7abc6c55ba
2 changed files with 17 additions and 0 deletions

View File

@ -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
Wed Feb 11 17:07:25 1998 Doug Evans <devans@canuck.cygnus.com>

View File

@ -367,4 +367,16 @@ str00022: .byte 100,111,110,107,101,121
!end_str00022
end_str00022:
! 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