diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
commit | 701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch) | |
tree | 65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2000 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | gdb-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-2000')
-rw-r--r-- | gdb/ChangeLog-2000 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/ChangeLog-2000 b/gdb/ChangeLog-2000 index 25ced55..7a4076d 100644 --- a/gdb/ChangeLog-2000 +++ b/gdb/ChangeLog-2000 @@ -4521,7 +4521,7 @@ Mon May 22 11:46:01 2000 Andrew Cagney <cagney@b1.cygnus.com> 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> - * gdb/config/djgpp/README: Fine-tune installation instructions + * config/djgpp/README: Fine-tune installation instructions based on user reports. Wed May 17 18:27:45 2000 Andrew Cagney <cagney@b1.cygnus.com> @@ -5787,8 +5787,6 @@ Fri Apr 7 13:33:43 2000 Andrew Cagney <cagney@b1.cygnus.com> 1 bit for the flag. * config/sparc/tm-sun4sol2.h: ditto. (SOFTWARE_SINGLE_STEP, SOFTWARE_SINGLE_STEP_P): undefine. - * testsuite/gdb.threads/pthreads.exp (all_threads_running): Allow - for more than 15 thread increments. 2000-04-06 Eli Zaretskii <eliz@is.elta.co.il> @@ -8121,14 +8119,12 @@ Thu Jan 13 23:34:17 EST 2000 Nicholas Duffek <nsd@cygnus.com> * config/i386/tm-i386sol2.h: ditto. * config/sparc/tm-sun4sol2.h: ditto. * config/i386/i386v42mp.mh: add uw-thread.o to NATDEPFILES. - * testsuite/gdb.threads/pthreads.exp: Try to link with -lthread - if -lpthread and -lpthreads fail. * procfs.c: (PIDGET, TIDGET, MERGEPID): change default to no-op. (proc_flags): combine flags that UnixWare splits into two locations. (proc_modify_flag): add support for PR_KLC (kill on last close). (proc_[un]set_kill_on_last_close): new functions. - + 2000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * infrun.c (normal_stop): Print out thread id when we stop. |