diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-26 21:11:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-26 21:11:33 +0000 |
commit | a799cbe2740f55a797085b0c67b69eaae6745940 (patch) | |
tree | d5ccb9a643000c7d3d5037205f56a0d48b8ef207 /gprof/ChangeLog | |
parent | 3b35ec75cb0811cb76b4c4aa347f2878c20222f3 (diff) | |
download | gdb-a799cbe2740f55a797085b0c67b69eaae6745940.zip gdb-a799cbe2740f55a797085b0c67b69eaae6745940.tar.gz gdb-a799cbe2740f55a797085b0c67b69eaae6745940.tar.bz2 |
When calling getopt_long indicate that the 'd' switch takes an optional
argument, whereas the 'D' switch takes no argument at all.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index da87637..bc3ae9c 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -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. |