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]
Other format: [Raw text]

[committed] Minor hppa testsuite update


The enclosed tests each contain at least one PA 1.1 instruction and
thus the tests fail if instruction promotion is disabled.  As these
tests are not intended to test PA 1.0 to 1.1 promotion, they should
contain a correct .level directive.

Tested on hppa-unkonown-linux-gnu.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2005-07-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
	* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.

Index: gas/hppa/basic/fp_comp.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/basic/fp_comp.s,v
retrieving revision 1.2
diff -u -3 -p -r1.2 fp_comp.s
--- gas/hppa/basic/fp_comp.s	30 Aug 1999 18:20:18 -0000	1.2
+++ gas/hppa/basic/fp_comp.s	19 Jul 2005 01:34:30 -0000
@@ -1,3 +1,4 @@
+	.level 1.1
 	.code
 	.align 4
 ; Basic immediate instruction tests.  
Index: gas/hppa/basic/special.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/basic/special.s,v
retrieving revision 1.2
diff -u -3 -p -r1.2 special.s
--- gas/hppa/basic/special.s	30 Aug 1999 18:20:18 -0000	1.2
+++ gas/hppa/basic/special.s	19 Jul 2005 01:34:30 -0000
@@ -1,3 +1,4 @@
+	.level 1.1
 	.code
 	.align 4
 	gfw %r4(%sr0,%r5)
Index: gas/hppa/basic/system.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/basic/system.s,v
retrieving revision 1.2
diff -u -3 -p -r1.2 system.s
--- gas/hppa/basic/system.s	30 Aug 1999 18:20:18 -0000	1.2
+++ gas/hppa/basic/system.s	19 Jul 2005 01:34:30 -0000
@@ -1,3 +1,4 @@
+	.level 1.1
 	.code
 	.align 4
 ; Basic immediate instruction tests.  


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