aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-25 17:37:35 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-25 17:37:35 +0000
commit1764521ffe075bb948ef763b4e26e119c9551b96 (patch)
treebc25f4e046f0a94b84b093ed10ef23fae322d4f8 /ld
parent1edd3a7b3d4b278a11fd09fa2d7a578be3346fee (diff)
downloadfsf-binutils-gdb-1764521ffe075bb948ef763b4e26e119c9551b96.zip
fsf-binutils-gdb-1764521ffe075bb948ef763b4e26e119c9551b96.tar.gz
fsf-binutils-gdb-1764521ffe075bb948ef763b4e26e119c9551b96.tar.bz2
tweak option handling
Diffstat (limited to 'ld')
-rw-r--r--ld/emultempl/aix.em4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index 256c24f..ae0d7dd 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -191,6 +191,10 @@ gld${EMULATION_NAME}_parse_args (argc, argv)
optind = prevoptind;
return 0;
+ case 0:
+ /* Long option which just sets a flag. */
+ break;
+
case 'D':
val = strtol (optarg, &end, 0);
if (*end != '\0')