summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emultempl/aix.em4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f91ac7087c..eb3e8839e2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index f4dff857c1..28f45c4ee3 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;
}