[Bug driver/21055] New: Option -Wl,-wrap when no input file

bitmap at pan dot homelinux dot com gcc-bugzilla@gcc.gnu.org
Sat Apr 16 10:40:00 GMT 2005


Why there is no 'input file error' when using -Wl,-wrap ? 
 
$ gcc -shared -o champion.so                                                     
gcc: no input files 
$ gcc -shared -o champion.so -Wl,-wrap -Wl,toto 
$ ld -shared -o champion.so -wrap toto 
ld: no input files

-- 
           Summary: Option -Wl,-wrap when no input file
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bitmap at pan dot homelinux dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: Reading specs from /usr/lib/gcc/i486-linux/3.4.4/specs
                    Configur
  GCC host triplet: Linux
GCC target triplet: gcc (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21055



More information about the Gcc-bugs mailing list