2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Jul 2005 21:41:03 +0000 (21:41 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Jul 2005 21:41:03 +0000 (21:41 +0000)
* ldmain.c (main): Reindent.

ld/ChangeLog
ld/ldmain.c

index 3125dc56e320a1b7776ac1042824319e9b1d096e..3f250f91a51b06e90219c1f55436ee3f587d0127 100644 (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
index 7e8bd920cbdef25a60ffd91195d21985892db46e..047cc6b1329a79ddf58b25151c576a325012e20b 100644 (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)
     {