public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/99759] New: morestack.S should support .init_array.0 besides .ctors.65535
@ 2021-03-25  3:16 i at maskray dot me
  2021-04-05  0:26 ` [Bug libgcc/99759] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: i at maskray dot me @ 2021-03-25  3:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99759

            Bug ID: 99759
           Summary: morestack.S should support .init_array.0 besides
                    .ctors.65535
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: i at maskray dot me
  Target Milestone: ---

to drop reliance on ld's default linker script

  .init_array    :
  {
    PROVIDE_HIDDEN (__init_array_start = .);
    KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)
SORT_BY_INIT_PRIORITY(.ctors.*)))
    KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o
*crtend?.o ) .ctors))
    PROVIDE_HIDDEN (__init_array_end = .);
  }

The input section description is quite close but does not sort .init_array.*
and .ctors.* with the same priority together.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-08 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  3:16 [Bug libgcc/99759] New: morestack.S should support .init_array.0 besides .ctors.65535 i at maskray dot me
2021-04-05  0:26 ` [Bug libgcc/99759] " pinskia at gcc dot gnu.org
2021-08-12  0:39 ` amodra at gmail dot com
2021-08-12  1:52 ` i at maskray dot me
2021-10-08 19:09 ` i at maskray dot me

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).