* Makefile.in (HFILES): Add typeprint.h.
authorJohn Gilmore <gnu@cygnus>
Sun, 31 Jan 1993 03:56:56 +0000 (03:56 +0000)
committerJohn Gilmore <gnu@cygnus>
Sun, 31 Jan 1993 03:56:56 +0000 (03:56 +0000)
* typeprint.[ch]:  Update copyrights.

gdb/ChangeLog
gdb/Makefile.in
gdb/typeprint.c
gdb/typeprint.h

index 04d4f50..850c125 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jan 30 19:55:52 1993  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (HFILES):  Add typeprint.h.
+       * typeprint.[ch]:  Update copyrights.
+
 Thu Jan 28 19:09:02 1993  John Gilmore  (gnu@cygnus.com)
 
        * Makefile.in:  Update to match doc/ subdir changes.
index 7a8c96c..9fb34f3 100644 (file)
@@ -260,7 +260,7 @@ HFILES=     breakpoint.h buildsym.h call-cmds.h command.h defs.h \
        gdb-stabs.h ieee-float.h inferior.h language.h \
        minimon.h objfiles.h parser-defs.h partial-stab.h \
        serial.h signals.h solib.h symfile.h symtab.h stabsread.h \
-       target.h terminal.h xcoffsolib.h value.h \
+       target.h terminal.h typeprint.h xcoffsolib.h value.h \
        tm-68k.h tm-hppa.h tm-i960.h tm-sparc.h tm-sunos.h tm-sysv4.h \
        xm-m68k.h xm-sparc.h xm-sysv4.h xm-vax.h \
        nm-i386bsd.h nm-i386mach.h nm-i386sco.h nm-i386v.h nm-i386v4.h nm-irix3.h \
index fdd954b..52ac311 100644 (file)
@@ -1,5 +1,5 @@
 /* Language independent support for printing types for GDB, the GNU debugger.
-   Copyright 1986, 1988, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
index 806f02f..e6740db 100644 (file)
@@ -1,5 +1,5 @@
 /* Language independent support for printing types for GDB, the GNU debugger.
-   Copyright 1986, 1988, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -17,7 +17,5 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-
 void
 print_type_scalar PARAMS ((struct type *type, LONGEST, FILE *));
-