[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/609] --fatal-warnings behaves badly with any other printing opti
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/609] --fatal-warnings behaves badly with any other printing option |
Date: |
5 Jan 2005 15:54:53 -0000 |
------- Additional Comments From nickc at redhat dot com 2005-01-05 15:54
-------
Hi Tomer,
The fix for this problem seems to be quite simple - pass an extra argument to
the vfinfo() function telling it whether it is emitting a warning message or an
information message. As is done by the attached patch. Would you like to try
it out and let me know if you find any problems with it ?
Cheers
Nick
ld/ChangeLog
2005-01-05 Nick Clifton <address@hidden>
* ldmisc.c (vfinfo): Add an extra argument: warning. Use this to
determine whether config.make_executable should be set to FALSE in
conjunction with config.fatal_warnings.
(info_msg, minfo, lfinof): Pass FALSE as the extra argument.
(einfo): Pass TRUE as the extra argument.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://sources.redhat.com/bugzilla/show_bug.cgi?id=609
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.