diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-28 18:43:08 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-28 18:43:08 +0000 |
commit | 485721b1e75f97460063b9f8c460d834724e00a5 (patch) | |
tree | fed9f285271e1ae7575bf8d457cd11879da9eec4 /gdb/ChangeLog | |
parent | 1d7c10537998f1c6c16785cc22dfae4ba95c408a (diff) | |
download | gdb-485721b1e75f97460063b9f8c460d834724e00a5.zip gdb-485721b1e75f97460063b9f8c460d834724e00a5.tar.gz gdb-485721b1e75f97460063b9f8c460d834724e00a5.tar.bz2 |
* ppcnbsd-nat.c: Rewrite.
* ppcnbsd-tdep.c: New file.
* ppcnbsd-tdep.h: New file.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
solib.o, and solib-svr4.o.
* config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
nbsd-tdep.o, and corelow.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ffbd7fa..35913de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2002-05-28 Jason Thorpe <thorpej@wasabisystems.com> + + * ppcnbsd-nat.c: Rewrite. + * ppcnbsd-tdep.c: New file. + * ppcnbsd-tdep.h: New file. + * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o, + solib.o, and solib-svr4.o. + * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o, + nbsd-tdep.o, and corelow.o. + 2002-05-28 Andrew Cagney <ac131313@redhat.com> * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use |