From: Jason Thorpe Date: Sun, 12 May 2002 16:37:16 +0000 (+0000) Subject: Add a ChangeLog entry that was accidentally not committed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5;p=binutils-gdb.git Add a ChangeLog entry that was accidentally not committed with the change: 2002-05-11 Jason Thorpe * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a68a674e5ce..d7514e307dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -237,6 +237,16 @@ * config/i386/obsd.mh (NATDEPFILES): Likewise. * config/i386/x86-64linux.mh (NATDEPFILES): Likewise. +2002-05-11 Jason Thorpe + + * 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 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.