aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-12-21 16:08:52 +0000
committerFernando Nasser <fnasser@redhat.com>2000-12-21 16:08:52 +0000
commita35736189ecc8cde8266b1942df39a969eff7cb5 (patch)
tree97ab0f7e42448075c870e4fa87e8fd8de2d3c0e6
parent297dd0fd541c3f7efbe3d9196abae3a59a3e841f (diff)
downloadfsf-binutils-gdb-a35736189ecc8cde8266b1942df39a969eff7cb5.zip
fsf-binutils-gdb-a35736189ecc8cde8266b1942df39a969eff7cb5.tar.gz
fsf-binutils-gdb-a35736189ecc8cde8266b1942df39a969eff7cb5.tar.bz2
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* command.h: Register date when it was deprecated. * call-cmds.h: Ditto.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/call-cmds.h2
-rw-r--r--gdb/command.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c8c003d..29d6e8d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2000-12-20 Fernando Nasser <fnasser@redhat.com>
+ * command.h: Register date when it was deprecated.
+ * call-cmds.h: Ditto.
+
+2000-12-20 Fernando Nasser <fnasser@redhat.com>
+
* Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
to be compiled. Defines UI_OUT.
(SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
diff --git a/gdb/call-cmds.h b/gdb/call-cmds.h
index 5d28ad2..b8673fa 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 d49eff0..ec75b67 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.