This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for mips testcase


I checked in the following patch.


H.J.
----
2001-06-04  H.J. Lu  <hjl@gnu.org>

	* gas/mips/mips4010.s: Add the missing ".end".
	* gas/mips/mips4100.s: Likewise.
	* gas/mips/mips4650.s: Likewise.
	* gas/mips/sync.s: Likewise.

--- gas/mips/mips4010.s.end	Thu Jun  3 11:02:03 1999
+++ gas/mips/mips4010.s	Mon Jun  4 10:47:19 2001
@@ -18,3 +18,4 @@ stuff:
 	addciu $14,$15,16
 	nop
 	nop
+	.end stuff
--- gas/mips/mips4100.s.end	Thu Jun  3 11:02:03 1999
+++ gas/mips/mips4100.s	Mon Jun  4 10:46:09 2001
@@ -8,3 +8,4 @@ stuff:
 	standby
 	suspend
 	nop
+	.end stuff
--- gas/mips/mips4650.s.end	Thu Jun  3 11:02:03 1999
+++ gas/mips/mips4650.s	Mon Jun  4 10:46:16 2001
@@ -6,3 +6,4 @@ stuff:
 	madu $5,$6
 	mul $6,$7,$8
 	nop
+	.end stuff
--- gas/mips/sync.s.end	Tue Mar 27 08:58:47 2001
+++ gas/mips/sync.s	Mon Jun  4 10:47:51 2001
@@ -4,6 +4,7 @@ foo:
 	sync
 	sync.p
 	sync.l
+	.end foo
 
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
 	.space  8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]