* Makefile.in (HFILES): Add typeprint.h.

* typeprint.[ch]:  Update copyrights.
This commit is contained in:
John Gilmore 1993-01-31 03:56:56 +00:00
parent 145887f06a
commit 3d9b9577e0
4 changed files with 8 additions and 5 deletions

View 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.

View 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 \

View 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.

View 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 *));