From: Tom Rix Date: Wed, 1 May 2002 02:52:17 +0000 (+0000) Subject: Formatting fix. X-Git-Tag: binutils-2_13-branchpoint~1145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc7e59b2801a8c8ff83123284bede19e6e0af226;p=external%2Fbinutils.git Formatting fix. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f91ac70..eb3e883 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-04-30 Tom Rix + + * emultempl/aix.em : (gld*_parse_arge): Formatting changes. + 2002-05-01 Alan Modra Long branch stubs, multiple stub sections. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index f4dff85..28f45c4 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -526,11 +526,11 @@ gld${EMULATION_NAME}_parse_args (argc, argv) break; case OPTION_LIBPATH: - command_line_blibpath=optarg; + command_line_blibpath = optarg; break; case OPTION_NOLIBPATH: - command_line_blibpath=NULL; + command_line_blibpath = NULL; break; }