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]

Re: Yet another fill-1 test fix


On Thu, 26 Oct 2017, Alan Modra wrote:

> The original patch I made removed the "." from both symbols.  If
> you'd like to make that change to cure the mmix fail, please go
> ahead.

Thanks, committed.  (JFTR: the mep-elf target fails before
and after this patch.)

gas:
	* testsuite/gas/all/fill-1.s: Use L2 rather than .L2.

diff --git a/gas/testsuite/gas/all/fill-1.s b/gas/testsuite/gas/all/fill-1.s
index d304812..11f92b9 100644
--- a/gas/testsuite/gas/all/fill-1.s
+++ b/gas/testsuite/gas/all/fill-1.s
@@ -1,7 +1,7 @@
 	.data
 	.dc.w 0x0a0a
-	.fill (.L2-L1), 1, 0x0d
+	.fill (L2-L1), 1, 0x0d
 L1:
 	.dc.w 0x0b0b
-.L2:
+L2:
 	.dc.w 0x0c0c

brgds, H-P


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