-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
During the testing of the --omnibor=
option for both GNU ld an GNU as, it has become apparent that there is a bug in BinUtils regarding the options with the required argument.Despite specifying that an option (for example --omnibor=
) must have an argument, if a user does not specify that argument and there is some other option following the observed option, both GNU ld and GNU as will view that next option as a string argument for the observed option. That is most likely not the desired behaviour.This is the case for other options with required arguments not related to OmniBOR as well (for example --dependency-file=).
Metadata
Metadata
Assignees
Labels
No labels