diff options
author | John Gilmore <gnu@cygnus> | 1993-02-02 01:53:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-02 01:53:17 +0000 |
commit | 6edd74aef3d552b3498ec7fb3fc307c250e22cd9 (patch) | |
tree | 8186e29af0105c9fe3bc2b8b2789c3f26c0cd844 /gdb/hp300ux-nat.c | |
parent | 118a1e4d1e4f6fb0a80573d0433d4f24dbfa0605 (diff) | |
download | gdb-6edd74aef3d552b3498ec7fb3fc307c250e22cd9.zip gdb-6edd74aef3d552b3498ec7fb3fc307c250e22cd9.tar.gz gdb-6edd74aef3d552b3498ec7fb3fc307c250e22cd9.tar.bz2 |
* hp300ux-nat.c: Update copyrights.
* mipsread.c (parse_partial_symbols): Complain about block
indexes that go backwards. Fix from Peter Schauer.
* symfile.c (syms_from_objfile, symbol_file_add): Allow a
symbol-file that has no linkage symbols to be read.
* tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move
from tm- file to xm-file, since they're host dependent.
* valarith.c (value_binop): Typo.
Diffstat (limited to 'gdb/hp300ux-nat.c')
-rw-r--r-- | gdb/hp300ux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hp300ux-nat.c b/gdb/hp300ux-nat.c index f043acc..0559055 100644 --- a/gdb/hp300ux-nat.c +++ b/gdb/hp300ux-nat.c @@ -1,5 +1,5 @@ -/* HP/UX interface for HP 300's, for GDB when running under Unix. - Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. +/* HP/UX native interface for HP 300's, for GDB when running under Unix. + Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GDB. |