summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-16 03:12:07 +0000
committerChris Demetriou <cgd@google.com>2002-03-16 03:12:07 +0000
commit0eadf3ec047ba0b9e0e7fa6aa099919e920ad794 (patch)
treeadd74279c1871b6877eb83e01f7e1863984f3826 /opcodes
parentadea481d1ee3238a70c6024cea546f9298c417d7 (diff)
downloadgdb-0eadf3ec047ba0b9e0e7fa6aa099919e920ad794.tar.gz
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
* mips-dis.c: Update copyright years.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/mips-dis.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9dfc010c2fd..fdc3abe01ee 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
+ * mips-dis.c: Update copyright years.
+
+2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
+
* mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA
bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add
comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index ebc705dcb87..9931a1882e1 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -1,6 +1,6 @@
/* Print mips instructions for GDB, the GNU debugger, or for objdump.
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001
+ 2000, 2001, 2002
Free Software Foundation, Inc.
Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp).