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-1996 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | binutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz |
[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-1996')
-rw-r--r-- | gdb/ChangeLog-1996 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/ChangeLog-1996 b/gdb/ChangeLog-1996 index 442386fa764..2b583778c01 100644 --- a/gdb/ChangeLog-1996 +++ b/gdb/ChangeLog-1996 @@ -1133,11 +1133,9 @@ Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com> * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and SIGTRAMP_END. - * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END): + * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END): Define with dummy pc arg. * config/m68k/tm-nbsd.h: Ditto. - * doc/gdbint.texinfo: Document that SIGTRAMP_START and - SIGTRAMP_END are macros that take an single argument. Mon Sep 30 20:02:45 1996 Fred Fish <fnf@cygnus.com> @@ -2746,7 +2744,7 @@ Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com> Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) - * gdb/gdbserver/Makefile.in (docdir): Removed. + * gdbserver/Makefile.in (docdir): Removed. Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) @@ -2759,7 +2757,7 @@ Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) (docdir): Removed. * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher. * nlm/configure: Rebuilt. - * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share. + * gdbserver/Makefile.in (datadir): Set to $(prefix)/share. Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com) |