bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/12289] New: Plugin's cleanup hook should be probably registered


From: d.g.gorbachev at gmail dot com
Subject: [Bug ld/12289] New: Plugin's cleanup hook should be probably registered with xatexit()
Date: Sun, 5 Dec 2010 11:29:09 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12289

           Summary: Plugin's cleanup hook should be probably registered
                    with xatexit()
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ld
        AssignedTo: address@hidden
        ReportedBy: address@hidden


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

===== 2.c =====
int main;
===============

$ gcc -flto -fuse-linker-plugin 1.c 2.c
[...]
$ ls /tmp
ccPOubIg
$ cat /tmp/ccPOubIg
-fresolution=/tmp/ccQnZiIa.res
/tmp/ccGFTvT2.o
/tmp/ccbWzPS4.o

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]