diff options
author | David Carlton <carlton@bactrian.org> | 2002-11-15 21:55:16 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-11-15 21:55:16 +0000 |
commit | 0960f083cce80c33834cdff4eb16af1c20d132f6 (patch) | |
tree | 684d6bd01ebf5d744700c500abbb589ba05a74bd /gdb/ChangeLog | |
parent | 24382c5ce8a0294e14b1c590e2359efdc2a66785 (diff) | |
download | gdb-0960f083cce80c33834cdff4eb16af1c20d132f6.zip gdb-0960f083cce80c33834cdff4eb16af1c20d132f6.tar.gz gdb-0960f083cce80c33834cdff4eb16af1c20d132f6.tar.bz2 |
2002-11-12 David Carlton <carlton@math.stanford.edu>
* linespec.c (locate_first_half): New function.
(decode_line_1): Move code into locate_first_half.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d069689..b92be4a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-11-12 David Carlton <carlton@math.stanford.edu> + + * linespec.c (locate_first_half): New function. + (decode_line_1): Move code into locate_first_half. + 2002-11-15 Andrew Cagney <ac131313@redhat.com> * complaints.h: Add comment explaining how to eliminate a |