public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/113694] New: Allow renaming stack smashing protector symbols
@ 2024-01-31 22:58 matheus.a.m.moreira at gmail dot com
  2024-01-31 23:05 ` [Bug middle-end/113694] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: matheus.a.m.moreira at gmail dot com @ 2024-01-31 22:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113694
           Summary: Allow renaming stack smashing protector symbols
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: matheus.a.m.moreira at gmail dot com
  Target Milestone: ---

I'm writing freestanding Linux applications which are compiled with
-ffreestanding -nostdlib. In order to integrate with the stack smashing
protector, I need to provide the following symbols:

    __stack_chk_guard
    __stack_chk_fail

It would be nice if there was a compiler option to rename these symbols to
something else. I want to make them consistent with the rest of my code,
thereby improving its quality.

A couple of options would be enough:

    -fstack-protector-canary=my_variable
    -fstack-protector-handler=my_function

Attributes could work too:

    uintptr_t my_canary __attribute__((stack_protector_canary));

    __attribute__((noreturn, stack_protector_handler))
    void __stack_chk_fail(void);

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

end of thread, other threads:[~2024-02-14  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 22:58 [Bug middle-end/113694] New: Allow renaming stack smashing protector symbols matheus.a.m.moreira at gmail dot com
2024-01-31 23:05 ` [Bug middle-end/113694] " pinskia at gcc dot gnu.org
2024-02-01  8:22 ` rguenth at gcc dot gnu.org
2024-02-02  0:31 ` matheus.a.m.moreira at gmail dot com
2024-02-02  0:35 ` sjames at gcc dot gnu.org
2024-02-14  9:00 ` matheus.a.m.moreira at gmail dot com

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).