This is the mail archive of the binutils@sourceware.org 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]

binutils testranges


.value is only supported on x86.

	* binutils-all/testranges.s: Replace .value with .short.

Index: binutils/testsuite/binutils-all/testranges.s
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/testranges.s,v
retrieving revision 1.1
diff -u -p -r1.1 testranges.s
--- binutils/testsuite/binutils-all/testranges.s	14 Jul 2009 16:57:18 -0000	1.1
+++ binutils/testsuite/binutils-all/testranges.s	29 Jul 2009 05:12:24 -0000
@@ -22,7 +22,7 @@ range_cu:
 	.section	.debug_info,"",@progbits
 	.long	debugE - debugS	# Length of Compilation Unit Info
 debugS:
-	.value	0x2	# DWARF version number
+	.short	0x2	# DWARF version number
 	.long	abbrev0	# Offset Into Abbrev. Section
 	.byte	0x4	# Pointer Size (in bytes)
 

-- 
Alan Modra
Australia Development Lab, IBM


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