aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2005-07-19 21:41:03 +0000
committerH.J. Lu <hjl.tools@gmail.com>2005-07-19 21:41:03 +0000
commit0e1b44bada4c2258a937c9656d79f674524077e2 (patch)
tree53d77fb355c8acb364d11d4226ae57f19f90efc8 /ld/ldmain.c
parenta3540342edd409d7dba03e1c4452575cd37fc16c (diff)
downloadfsf-binutils-gdb-0e1b44bada4c2258a937c9656d79f674524077e2.zip
fsf-binutils-gdb-0e1b44bada4c2258a937c9656d79f674524077e2.tar.gz
fsf-binutils-gdb-0e1b44bada4c2258a937c9656d79f674524077e2.tar.bz2
2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
* ldmain.c (main): Reindent.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index 7e8bd92..047cc6b 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -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)
{