public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* anonymous debug symbol for -flto
@ 2021-08-02  7:24 Yeting Kuo
  0 siblings, 0 replies; only message in thread
From: Yeting Kuo @ 2021-08-02  7:24 UTC (permalink / raw)
  To: gcc-help

Hi all,
I compiled a simple program with -flto and I found that there are some
anonymous debug symbols in the executable.
Could someone give me some information about those anonymous debug symbols?

GCC version: 10.2.0

$ cat main.c
int main() {
  return 0;
}
$ gcc -O2 -flto main.c -g
$ nm a.out
00000035 N
00000035 N
00000035 N
...

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-02  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  7:24 anonymous debug symbol for -flto Yeting Kuo

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