mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
tweak option handling
This commit is contained in:
parent
1edd3a7b3d
commit
1764521ffe
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user