https://sourceware.org/bugzilla/show_bug.cgi?id=16910

--- Comment #1 from Yao Qi <qiyao at gcc dot gnu.org> ---
Created attachment 7587
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7587&action=edit
dwz.S

$ cat 1.c 
int
main (void)
{
  return 0;
}

$ cat 2.c 
int
__wrap_main (void)
{
  __real_main ();
  return 0;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to