Browse Source

tweak option handling

gdb-4_18-branch
Ian Lance Taylor 31 years ago
parent
commit
1764521ffe
  1. 4
      ld/emultempl/aix.em

4
ld/emultempl/aix.em

@ -191,6 +191,10 @@ gld${EMULATION_NAME}_parse_args (argc, argv)
optind = prevoptind; optind = prevoptind;
return 0; return 0;
case 0:
/* Long option which just sets a flag. */
break;
case 'D': case 'D':
val = strtol (optarg, &end, 0); val = strtol (optarg, &end, 0);
if (*end != '\0') if (*end != '\0')

Loading…
Cancel
Save