OSDN Git Service

2000-12-20 Fernando Nasser <fnasser@redhat.com>
authorfnasser <fnasser>
Thu, 21 Dec 2000 16:08:52 +0000 (16:08 +0000)
committerfnasser <fnasser>
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 c8c003d..29d6e8d 100644 (file)
@@ -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.
index 5d28ad2..b8673fa 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 d49eff0..ec75b67 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.