Formatting fix.
authorTom Rix <trix@redhat.com>
Wed, 1 May 2002 02:52:17 +0000 (02:52 +0000)
committerTom Rix <trix@redhat.com>
Wed, 1 May 2002 02:52:17 +0000 (02:52 +0000)
ld/ChangeLog
ld/emultempl/aix.em

index f91ac70..eb3e883 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-30  Tom Rix  <trix@redhat.com>
+
+       * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
+
 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
 
        Long branch stubs, multiple stub sections.
index f4dff85..28f45c4 100644 (file)
@@ -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;
 
     }