aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2000-11-22 18:01:56 +0000
committerChris Demetriou <cgd@google.com>2000-11-22 18:01:56 +0000
commit657e7cec5a4d325f819ccc80369aaf7190a2f9b8 (patch)
tree5e782094ea01f9263b84dfc352f678e163855969
parent5e7474a7c986bfb005718811e0a036a801ed1a40 (diff)
downloadgdb-657e7cec5a4d325f819ccc80369aaf7190a2f9b8.zip
gdb-657e7cec5a4d325f819ccc80369aaf7190a2f9b8.tar.gz
gdb-657e7cec5a4d325f819ccc80369aaf7190a2f9b8.tar.bz2
* mips-opc.c: Fix file header comment.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/mips-opc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 292aa8f..7c3ba0e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-21 Chris Demetriou <cgd@sibyte.com>
+
+ * mips-opc.c: Fix file header comment.
+
2000-11-14 Hans-Peter Nilsson <hp@axis.com>
* cris-dis.c (cris_get_disassembler): If abfd is NULL, return
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index ca42089..1c2a249 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -1,4 +1,4 @@
-/* mips.h. Mips opcode list for GDB, the GNU debugger.
+/* mips-opc.c -- MIPS opcode list.
Copyright 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ralph Campbell and OSF
Commented and modified by Ian Lance Taylor, Cygnus Support