Add a ChangeLog entry that was accidentally not committed
authorJason Thorpe <thorpej@netbsd.org>
Sun, 12 May 2002 16:37:16 +0000 (16:37 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 12 May 2002 16:37:16 +0000 (16:37 +0000)
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.

gdb/ChangeLog

index a68a674..d7514e3 100644 (file)
 
 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.