bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/10218] New: man says "--", ld says "-"


From: miwako dot tokugawa at intel dot com
Subject: [Bug ld/10218] New: man says "--", ld says "-"
Date: 29 May 2009 22:59:45 -0000

ld should be able to accept "--output-def" and "--out-implib" according to the
man page, but in fact it can only accept "-output-def" and "-out-implib"

nhxlc200 1>ld -v
GNU ld version 2.14.90.0.4 20030523
nhxlc200 2>ld --out-implib
ld: unrecognized option '--out-implib'
ld: use the --help option for usage information
nhxlc200 3>ld --output-def
ld: unrecognized option '--output-def'
ld: use the --help option for usage information

[if using gcc]
BB>gcc -v
.. 
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)

BB>gcc -Wl,--output-def=2
/usr/bin/ld: unrecognized option '--output-def=2'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
BB>gcc -Wl,--out-implib=2
/usr/bin/ld: unrecognized option '--out-implib=2'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status

-- 
           Summary: man says "--", ld says "-"
           Product: binutils
           Version: 2.14
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: miwako dot tokugawa at intel dot com
                CC: bug-binutils at gnu dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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