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]

Fix new testcase for hppa64


Anything in first column is a label on hppa64-hpux.

	PR gas/20247
	* testsuite/gas/elf/section11.s: Don't start directives in first
	column.

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

-- 
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]