mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 11:30:50 +00:00
When calling getopt_long indicate that the 'd' switch takes an optional
argument, whereas the 'D' switch takes no argument at all.
This commit is contained in:
parent
3b35ec75cb
commit
a799cbe274
@ -1,3 +1,9 @@
|
||||
2000-05-26 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gprof.c (main): When calling getopt_long indicate that the 'd'
|
||||
switch takes an optional argument, whereas the 'D' switch takes no
|
||||
argument at all.
|
||||
|
||||
2000-05-26 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* dep-in.sed: Copy from ../binutils.
|
||||
|
@ -179,7 +179,7 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
|
||||
xmalloc_set_program_name (whoami);
|
||||
|
||||
while ((ch = getopt_long (argc, argv,
|
||||
"aA::bBcCdD::e:E:f:F:hiI:J::k:lLm:n::N::O:p::P::q::Q::st:Tvw:xyzZ::",
|
||||
"aA::bBcCd::De:E:f:F:hiI:J::k:lLm:n::N::O:p::P::q::Q::st:Tvw:xyzZ::",
|
||||
long_options, 0))
|
||||
!= EOF)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user