* gasp/macro.out: Adjust to reflect the fact that keyword
authorIan Lance Taylor <ian@airs.com>
Fri, 13 Feb 1998 01:13:15 +0000 (01:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 13 Feb 1998 01:13:15 +0000 (01:13 +0000)
arguments are now permitted after positional arguments.

gas/testsuite/ChangeLog
gas/testsuite/gasp/macro.out

index d545d0aa3ae1752034f1c5e9aae0f4e9f67e2f44..c77b4fc28ec893af66096c4b570ab53a1fba941a 100644 (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>
 
index 17981d687eb735ed8f50cd80612df0c05666eb8e..0740732c7c297e22bcb475a42f53cf1897b7d1a5 100644 (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