2000-12-20 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Thu, 21 Dec 2000 16:08:52 +0000 (16:08 +0000)
committerFernando Nasser <fnasser@redhat.com>
Thu, 21 Dec 2000 16:08:52 +0000 (16:08 +0000)
        * command.h: Register date when it was deprecated.
        * call-cmds.h: Ditto.

gdb/ChangeLog
gdb/call-cmds.h
gdb/command.h

index c8c003dbb24f1572097deb99e8747f868b083139..29d6e8d8faf6916047c85cb6e86f8459f5e3f4b4 100644 (file)
@@ -1,3 +1,8 @@
+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
index 5d28ad2eb0a0e759a982c8ce70c7b7ffed4133d6..b8673fa7d9176f3f1881d310d0fe373adb63f095 100644 (file)
@@ -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.
index d49eff0fe60d7d66ee28a10460bc39071ce9f9e1..ec75b679b6afd339fb913dfe2cc155355a8db8e4 100644 (file)
@@ -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.