aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-1999
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-1999
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadgdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.bz2
[gdb] Move ChangeLog entries to their right files
I spotted a few misplaced entries in the ChangeLog-2019 entries, and went on to fix them. Looking around I saw a good number of other entries in other years. Then OCD got the best of me and I fixed them all. Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead of "* foo.c".
Diffstat (limited to 'gdb/ChangeLog-1999')
-rw-r--r--gdb/ChangeLog-199915
1 files changed, 4 insertions, 11 deletions
diff --git a/gdb/ChangeLog-1999 b/gdb/ChangeLog-1999
index 8ed0612..fbe19e8 100644
--- a/gdb/ChangeLog-1999
+++ b/gdb/ChangeLog-1999
@@ -55,8 +55,6 @@ Wed Dec 29 17:41:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
* config/powerpc/solaris.mh: ditto.
* config/alpha/alpha-osf2.mh: ditto.
* config/alpha/alpha-osf3.mh: ditto.
- * testsuite/gdb.base/callfuncs.exp: make "next" test match the
- next source line, in case the "next" runs away.
* acconfig.h: remove obsolete def HAVE_MULTIPLE_PROC_FDS,
add new def NEW_PROC_API
* config.in; ditto.
@@ -118,13 +116,11 @@ Fri Dec 17 20:45:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
varobjs was not decremented if the first one in the list was deleted.
1999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
-
+
* linux-thread.c: Remove printf-debugging code.
* lin-thread.c: ditto.
* config/alpha/nm-linux.h: protect with NM_LINUX_H.
- * testsuite/gdb.threads/linux-dp.exp: Make test for "New Thread"
- message more forgiving. Ditto test for "info threads".
-
+
1999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
* lin-thread.c: new file. Implements multi-thread debugging on
@@ -2102,7 +2098,6 @@ Thu Oct 7 17:20:01 1999 Andrew Cagney <cagney@amy.cygnus.com>
identifiers beginning with `$' unless
SYMBOLS_CAN_START_WITH_DOLLAR is non-zero.
* config/pa/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Define.
- * doc/gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
Remove all traces of the BINOP_SCOPE operator. It's never
generated, and not implemented.
@@ -4832,7 +4827,6 @@ Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
* dwarf2read.c (dwarf2_build_psymtabs_hard): Minor format tweak.
* symfile.c (syms_from_objfile): Ditto, and fix typo.
* top.c (init_main): Fix typo in comment (DEFULAT_PROMPT).
- * doc/gdbint.texinfo (find_sym_fns): This replaces symfile_init.
1999-08-08 James Ingham <jingham@leda.cygnus.com>
@@ -8371,9 +8365,8 @@ Mon Feb 22 12:32:19 1999 Per Bothner <bothner@cygnus.com>
config/i386/nm-i386sco5.h, config/i386/tm-fbsd.h, config/i386/tm-i386.h
config/powerpc/nm-aix.h, config/powerpc/tm-macos.h
config/powerpc/tm-ppc-aix.h, config/powerpc/xm-aix.h
- config/rs6000/tm-rs6000-aix4.h, testsuite/gdb.chill/tests1.ch
- testsuite/gdb.chill/tests2.ch, testsuite/gdb.chill/tests2.exp:
- Update FSF address in copyright notices.
+ config/rs6000/tm-rs6000-aix4.h: Update FSF address in copyright
+ notices.
1999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)