aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-05-01 02:52:17 +0000
committerTom Rix <trix@redhat.com>2002-05-01 02:52:17 +0000
commitcc7e59b2801a8c8ff83123284bede19e6e0af226 (patch)
tree6c7568be9b6641ed2a1b4d641f0801b43a28799d /ld/emultempl/aix.em
parent9c1d81c1026e37bc3ee9061ae245f195eba961f5 (diff)
downloadgdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.zip
gdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.tar.gz
gdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.tar.bz2
Formatting fix.
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em4
1 files changed, 2 insertions, 2 deletions
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;
}