From 1764521ffe075bb948ef763b4e26e119c9551b96 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 25 Oct 1995 17:37:35 +0000 Subject: [PATCH] tweak option handling --- ld/emultempl/aix.em | 4 ++++ 1 file changed, 4 insertions(+) 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') -- 2.30.2