diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-12 16:37:16 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-12 16:37:16 +0000 |
commit | 1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5 (patch) | |
tree | 28ffe214b1c5c18c64f219bb81291a0312ec39c7 /gdb | |
parent | 89cf47872971be38e46ccbfd6d09a63de98153e0 (diff) | |
download | gdb-1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5.zip gdb-1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5.tar.gz gdb-1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5.tar.bz2 |
Add a ChangeLog entry that was accidentally not committed
with the change:
2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
* Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
(alphanbsd-nat.o): Remove dependency list.
(alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
* alphanbsd-nat.c: Delete. Contents moved to...
* alphanbsd-tdep.c: ...here.
(_initialize_alphanbsd_tdep): Register core functions.
* config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a68a674..d7514e3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -239,6 +239,16 @@ 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com> + * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c. + (alphanbsd-nat.o): Remove dependency list. + (alphanbsd-tdep.o): Add $(regcache_h) to dependency list. + * alphanbsd-nat.c: Delete. Contents moved to... + * alphanbsd-tdep.c: ...here. + (_initialize_alphanbsd_tdep): Register core functions. + * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o. + +2002-05-11 Jason Thorpe <thorpej@wasabisystems.com> + * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c. (alphabsd-nat.o): Depend on alphabsd-tdep.h. (alphanbsd-nat.o): Likewise. |