mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08: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:
@ -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>
|
2000-05-26 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* dep-in.sed: Copy from ../binutils.
|
* dep-in.sed: Copy from ../binutils.
|
||||||
|
@ -179,7 +179,7 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
|
|||||||
xmalloc_set_program_name (whoami);
|
xmalloc_set_program_name (whoami);
|
||||||
|
|
||||||
while ((ch = getopt_long (argc, argv,
|
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))
|
long_options, 0))
|
||||||
!= EOF)
|
!= EOF)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user