This is the mail archive of the binutils-cvs@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-gdb] testsuite/gas/all/fill-1.s: Use L2 rather than .L2.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=238c141b9807b43a0b04923dee64ba87df79e698

commit 238c141b9807b43a0b04923dee64ba87df79e698
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date:   Thu Oct 26 01:11:06 2017 +0200

    testsuite/gas/all/fill-1.s: Use L2 rather than .L2.
    
    For some targets, like mmix-knuth-mmixware, .L2 (and .L1) are invalid
    symbols.

Diff:
---
 gas/ChangeLog                  | 4 ++++
 gas/testsuite/gas/all/fill-1.s | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index de32555..64f593e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* testsuite/gas/all/fill-1.s: Use L2 rather than .L2.
+
 2017-10-25  Alan Modra  <amodra@gmail.com>
 
 	PR 22348
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


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