argument, whereas the 'D' switch takes no argument at all.
+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.
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)
{