diff options
-rw-r--r-- | gdb/i860-opcode.h | 5 | ||||
-rw-r--r-- | gdb/i860-pinsn.c | 3 | ||||
-rw-r--r-- | gdb/i860-tdep.c | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/gdb/i860-opcode.h b/gdb/i860-opcode.h index bdf45af..0ffb80c 100644 --- a/gdb/i860-opcode.h +++ b/gdb/i860-opcode.h @@ -1,6 +1,7 @@ -/* Intel I860 opcde list for GDB, the GNU debugger. +/* Intel i860 opcode structures for GDB, the GNU debugger. + Copyright status of this module is unclear!!! Copyright (C) 1992 Free Software Foundation, Inc. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone diff --git a/gdb/i860-pinsn.c b/gdb/i860-pinsn.c index 29b1855..aa3b9f8 100644 --- a/gdb/i860-pinsn.c +++ b/gdb/i860-pinsn.c @@ -1,6 +1,7 @@ /* Print i860 instructions for GDB, the GNU debugger. + Copyright status of this module is unclear!!! Copyright (C) 1992 Free Software Foundation, Inc. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone diff --git a/gdb/i860-tdep.c b/gdb/i860-tdep.c index 3135df9..759f871 100644 --- a/gdb/i860-tdep.c +++ b/gdb/i860-tdep.c @@ -1,8 +1,7 @@ -/* Machine-dependent code which would otherwise be in inflow.c and core.c, - for GDB, the GNU debugger. +/* Target-dependent code for the i860 for GDB, the GNU debugger. + Copyright is unclear on this module!!! Copyright (C) 1992 Free Software Foundation, Inc. - This code is for the i860 cpu. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 and ELF/DWARF changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone |