From 1aee598a775ab7ae1e334b3c0f8dff8ee6a5aca5 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Sun, 12 May 2002 16:37:16 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.30.2