From: Ian Lance Taylor Date: Wed, 25 Oct 1995 17:37:35 +0000 (+0000) Subject: tweak option handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1764521ffe075bb948ef763b4e26e119c9551b96;p=binutils-gdb.git tweak option handling --- diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 256c24f665a..ae0d7ddf7f0 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')