-
Notifications
You must be signed in to change notification settings - Fork 1
sim_use_getopt_long
Tsukasa OI edited this page Oct 30, 2022
·
7 revisions
- Status: Merged for GDB 13
- Branch:
sim-use-getopt-long
- Tracking PR: #74 (view Pull Request and Diff)
- Mailing List:
Because of Libiberty hack, getopt
on GNU libc (2.25 or before) is currently unusable on sim, causing a regression on CentOS 7.
Getting rid of include/getopt.h
is the best solution to avoid hacking but as a short-term solution, this commit replaces calls to getopt
to call getopt_long
.