diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c8c003dbb2..29d6e8d8fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-12-20 Fernando Nasser + + * command.h: Register date when it was deprecated. + * call-cmds.h: Ditto. + 2000-12-20 Fernando Nasser * Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code diff --git a/gdb/call-cmds.h b/gdb/call-cmds.h index 5d28ad2eb0..b8673fa7d9 100644 --- a/gdb/call-cmds.h +++ b/gdb/call-cmds.h @@ -3,7 +3,7 @@ present or not) must be used and set to the appropriate routine by any command language that cares about it. If you are having to include this file you are possibly doing things the old way. This file will disapear. - fnasser@redhat.com */ + 2000-12-01 fnasser@redhat.com */ /* Prototypes for GDB commands that are called internally by other functions. Copyright 1992 Free Software Foundation, Inc. diff --git a/gdb/command.h b/gdb/command.h index d49eff0fe6..ec75b679b6 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -3,7 +3,7 @@ present or not) must be used and set to the appropriate routine by any command language that cares about it. If you are having to include this file you are possibly doing things the old way. This file will disapear. - fnasser@redhat.com */ + 2000-12-01 fnasser@redhat.com */ /* Header file for command-reading library command.c. Copyright (C) 1986, 1989, 1990, 2000 Free Software Foundation, Inc.