When calling getopt_long indicate that the 'd' switch takes an optional
authorNick Clifton <nickc@redhat.com>
Fri, 26 May 2000 21:11:33 +0000 (21:11 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 26 May 2000 21:11:33 +0000 (21:11 +0000)
argument, whereas the 'D' switch takes no argument at all.

gprof/ChangeLog
gprof/gprof.c

index da87637f8b2b7ea42b292af9d9a9578e0ce5fdaf..bc3ae9c64e0d98ed2dc4145c9af6339ff05cc6b8 100644 (file)
@@ -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.
index 0075480ca6e7cdab3a41b7968b70eb293f0dda73..5e47a97cbd653bb2d94517dce160d7212e1a981d 100644 (file)
@@ -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)
     {
This page took 0.027574 seconds and 4 git commands to generate.