From: H.J. Lu Date: Tue, 19 Jul 2005 21:41:03 +0000 (+0000) Subject: 2005-07-19 H.J. Lu X-Git-Tag: gdb-csl-arm-20051020-branchpoint~666 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e1b44bada4c2258a937c9656d79f674524077e2;p=thirdparty%2Fbinutils-gdb.git 2005-07-19 H.J. Lu * ldmain.c (main): Reindent. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 3125dc56e32..3f250f91a51 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-07-19 H.J. Lu + + * ldmain.c (main): Reindent. + 2005-07-19 Paul Brook * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose diff --git a/ld/ldmain.c b/ld/ldmain.c index 7e8bd920cbd..047cc6b1329 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) {