tweak option handling

This commit is contained in:
Ian Lance Taylor 1995-10-25 17:37:35 +00:00
parent 1edd3a7b3d
commit 1764521ffe

View file

@ -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')