public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/113610] New: Manpage could be more clear about gcc's -e flag
@ 2024-01-26  3:50 mike at flyn dot org
  2024-01-26  3:51 ` [Bug driver/113610] " pinskia at gcc dot gnu.org
  2024-01-26  3:55 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: mike at flyn dot org @ 2024-01-26  3:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113610
           Summary: Manpage could be more clear about gcc's -e flag
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mike at flyn dot org
  Target Milestone: ---

The GCC manpage states this:

-e entry
--entry=entry
    Specify that the program entry point is entry. The argument is interpreted
    by the linker; the GNU linker accepts either a symbol name or an address.

It might be worth noting that this refers to _start, and not main. Many
references refer to main as the "entry point" for a C program. Of course,
thinking this here fails to realize there is significant initialization that
will not happen when using -e. Either mentioning _start explicitly or noting
that changing the entry point might leave things like the heap uninitialized (I
think) might help.

The same can be said about the ld manpage.

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

end of thread, other threads:[~2024-01-26  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26  3:50 [Bug c/113610] New: Manpage could be more clear about gcc's -e flag mike at flyn dot org
2024-01-26  3:51 ` [Bug driver/113610] " pinskia at gcc dot gnu.org
2024-01-26  3:55 ` pinskia at gcc dot gnu.org

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