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]

linker testsuite patch...


2002-11-06  Scott Bambrough  <scottb@netwinder.org>

	* ld-elfvsb/define.s: Use different syntax for .type directive.
	The @ is the comment character in ARM assembler.

--- src.orig/ld/testsuite/ld-elfvsb/define.s	Mon Nov 19 15:32:02 2001
+++ src/ld/testsuite/ld-elfvsb/define.s	Wed Oct 30 21:01:17 2002
@@ -1,10 +1,10 @@
 	.data
 	.globl protected
-	.type protected,@object
+	.type protected, object
 protected:
 	.globl hidden
-	.type hidden,@object
+	.type hidden, object
 hidden:
 	.globl internal
-	.type internal,@object
+	.type internal, object
 internal:

The above patch fixes the following testsuite errors on ARM Linux.

Running /home/cvs/src.orig/ld/testsuite/ld-elfvsb/elfvsb.exp ...
FAIL: ld-elfvsb/hidden0
FAIL: ld-elfvsb/internal0
FAIL: ld-elfvsb/protected0

-- 
Scott Bambrough <sbambrough@storm.ca>

Attachment: elfvsb.patch
Description: Text document


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