[PATCH] ld: testsuite: Declare the section in ld/testsuite/ld-gc/dummy.s correctly.
Jan Beulich
jbeulich@suse.com
Wed Aug 12 07:01:51 GMT 2026
On 10.08.2026 01:38, Jan Dubiec wrote:
> --- a/ld/testsuite/ld-gc/dummy.s
> +++ b/ld/testsuite/ld-gc/dummy.s
> @@ -1,2 +1,2 @@
> # Dummy
> - .section ".note.GNU-stack"
> + .section ".note.GNU-stack", ""
Besides ELF, for COFF this looks to be okay, but apparently not for e.g. Mach-O?
Is our Mach-O support broken enough to simply not care?
And then, don't two of the files under ld-unique/ have the same issue?
Jan
More information about the Binutils
mailing list