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] Fix new testcase for hppa64


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

commit d48796b5054fa2a9165bf3b3f27cc1cdfe8933a1
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Jun 28 19:03:59 2016 +0930

    Fix new testcase for hppa64
    
    Anything in first column is a label on hppa64.
    
    	PR gas/20247
    	* testsuite/gas/elf/section11.s: Don't start directives in first column.

Diff:
---
 gas/ChangeLog                     |  5 +++++
 gas/testsuite/gas/elf/section11.s | 21 +++++++++------------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8958d6f..14adc82 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-28  Alan Modra  <amodra@gmail.com>
+
+	PR gas/20247
+	* testsuite/gas/elf/section11.s: Don't start directives in first column.
+
 2016-06-28  Richard Sandiford  <richard.sandiford@arm.com>
 
 	* testsuite/gas/aarch64/diagnostic.s,
diff --git a/gas/testsuite/gas/elf/section11.s b/gas/testsuite/gas/elf/section11.s
index 200d34c..4814514 100644
--- a/gas/testsuite/gas/elf/section11.s
+++ b/gas/testsuite/gas/elf/section11.s
@@ -1,14 +1,11 @@
-.section .bss
-.balign 16
-.skip 1
+ .section .bss
+ .balign 16
+ .skip 1
 
+ .data
+ .balign 16
+ .skip 1
 
-.data
-.balign 16
-.skip 1
-
-
-.text
-.balign 16
-.skip 1
-
+ .text
+ .balign 16
+ .skip 1


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