mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
* ldmain.c (main): Reindent.
This commit is contained in:
parent
a3540342ed
commit
0e1b44bada
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user