2005-07-19 H.J. Lu <hongjiu.lu@intel.com>

* ldmain.c (main): Reindent.
This commit is contained in:
H.J. Lu 2005-07-19 21:41:03 +00:00
parent a3540342ed
commit 0e1b44bada
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
* ldmain.c (main): Reindent.
2005-07-19 Paul Brook <paul@codesourcery.com>
* configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose

View File

@ -345,8 +345,8 @@ main (int argc, char **argv)
einfo (_("%P%F: -r and -shared may not be used together\n"));
}
if (!config.dynamic_link && link_info.shared)
einfo (_("%P%F: -static and -shared may not be used together\n"));
if (!config.dynamic_link && link_info.shared)
einfo (_("%P%F: -static and -shared may not be used together\n"));
if (! link_info.shared)
{