http://sourceware.org/bugzilla/show_bug.cgi?id=12480
Summary: 'ld' does not show command line arguments despite of
'--verbose'
Product: binutils
Version: 2.21
Status: NEW
Severity: normal
Priority: P2
Component: ld
AssignedTo: [email protected]
ReportedBy: [email protected]
This report is a direct "continuation" of
http://sourceware.org/bugzilla/show_bug.cgi?id=12479 ; all the inputs are the
same.
Strictly speaking, it's not a bug report, but a feature request; the fact that
the feature is missing looks highly illogical to me.
OK, when one uses '--verbose', he/she most likely does it for debugging
purposes.
Debugging consists of checking where/at what stage the assumptions fail.
'ld' is quite often called from 'gcc', so one has to make sure that command
line arguments are passed correctly. Because of this I would expect see 'ld'
command line arguments as 'ld' sees them as the very first part of 'ld' output
when '--verbose' is specified on command line.
When I do
grep nostdlib conftest.log
(see 'conftest.log' file as
http://sourceware.org/bugzilla/attachment.cgi?id=5234 )
, I see nothing, i.e. I am not even sure 'ld' sees this option.
--
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.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils