From d48796b5054fa2a9165bf3b3f27cc1cdfe8933a1 Mon Sep 17 00:00:00 2001
From: Alan Modra <amodra@gmail.com>
Date: Tue, 28 Jun 2016 19:03:59 +0930
Subject: [PATCH] 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.
---
 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 8958d6fa442..14adc82cd88 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 200d34c7ae3..4814514a6d7 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
-- 
GitLab