mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-26 19:36:58 +08:00
tweak option handling
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user