projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1edd3a7
)
tweak option handling
author
Ian Lance Taylor
<ian@airs.com>
Wed, 25 Oct 1995 17:37:35 +0000
(17:37 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 25 Oct 1995 17:37:35 +0000
(17:37 +0000)
ld/emultempl/aix.em
patch
|
blob
|
history
diff --git
a/ld/emultempl/aix.em
b/ld/emultempl/aix.em
index 256c24f665a445b5353e718a3b45cc49e7e7acb0..ae0d7ddf7f0c12c1ca2e52da585f20dd7a0b56a5 100644
(file)
--- 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')