Re: [PATCH] ld: testsuite: Declare the section in ld/testsuite/ld-gc/dummy.s correctly.
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
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