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 a68a674e5cecd49523e34461d9042637bca30121..d7514e307dd77fa208928463302c215df98b3b68 100644 (file)
        * config/i386/obsd.mh (NATDEPFILES): Likewise.
        * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
 
+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.