diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-14 02:37:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-14 02:37:25 +0000 |
commit | 1a0559af2c9f7ca587a7d54ebb5cc9636e2246a9 (patch) | |
tree | 3d43e976b505432cd3613a19eed384dd7d3c720b /gdb/ChangeLog | |
parent | e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7 (diff) | |
download | gdb-1a0559af2c9f7ca587a7d54ebb5cc9636e2246a9.zip gdb-1a0559af2c9f7ca587a7d54ebb5cc9636e2246a9.tar.gz gdb-1a0559af2c9f7ca587a7d54ebb5cc9636e2246a9.tar.bz2 |
Almost, but not quite, deprecate STREQ, STREQN, STRCMP and QUIT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7097e66..3580442 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 13 21:21:41 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * defs.h (STREQ, STRCMP, STREQN): Document that these macros are + somewhat redundant. + (QUIT): Note that this can probably be replaced by a function. + 2000-03-13 James Ingham <jingham@leda.cygnus.com> Add support for a variable object that tries to evaluate itself in @@ -21,7 +27,6 @@ variable is one of these "current frame" variables. Also protect call to parse_exp_1 from long jumping. - 2000-03-13 Eli Zaretskii <eliz@is.elta.co.il> * go32-nat.c (struct env387): Remove declaration. |