[binutils-gdb] Re: Add a "-O 0" option to the linker

Alan Modra amodra@sourceware.org
Fri Apr 17 01:35:44 GMT 2026


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

commit 8de63f13fae58e85b710d68edb7b3c722152dc3c
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Apr 17 09:46:18 2026 +0930

    Re: Add a "-O 0" option to the linker
    
    Only put labels in first column of tests, for hppa64-hpux.

Diff:
---
 ld/testsuite/ld-elf/merge5.a.s | 8 ++++----
 ld/testsuite/ld-elf/merge5.b.s | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ld/testsuite/ld-elf/merge5.a.s b/ld/testsuite/ld-elf/merge5.a.s
index 8fe6a6967f2..8a635d09834 100644
--- a/ld/testsuite/ld-elf/merge5.a.s
+++ b/ld/testsuite/ld-elf/merge5.a.s
@@ -1,4 +1,4 @@
-.section .rodata.str,"aMS","progbits",1 
-.global .merge1
-.merge1: 
-	.asciz "abc" 
+	.section .rodata.str,"aMS","progbits",1
+	.global .merge1
+.merge1:
+	.asciz "abc"
diff --git a/ld/testsuite/ld-elf/merge5.b.s b/ld/testsuite/ld-elf/merge5.b.s
index 79ac2fc4e6c..8ed36dfeacb 100644
--- a/ld/testsuite/ld-elf/merge5.b.s
+++ b/ld/testsuite/ld-elf/merge5.b.s
@@ -1,4 +1,4 @@
-.section .rodata.str,"aMS","progbits",1 
-.global .merge2
-.merge2: 
-	.asciz "abc" 
+	.section .rodata.str,"aMS","progbits",1
+	.global .merge2
+.merge2:
+	.asciz "abc"


More information about the Binutils-cvs mailing list