bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/16910] Failed to relocate attributes of debug information when t


From: qiyao at gcc dot gnu.org
Subject: [Bug ld/16910] Failed to relocate attributes of debug information when the sym is wrapped
Date: Tue, 06 May 2014 03:10:17 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]