aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2003-05-02 22:17:21 +0000
committerChris Demetriou <cgd@google.com>2003-05-02 22:17:21 +0000
commitdd69d2926038c4272ee9d6f42fc96dbb8fc28c27 (patch)
tree88dc29e0ba690f82eaccc2239fefbd8b5a061134
parent7ff0565e834b1fce331f56b1f22ac8f4cfec53a6 (diff)
downloadfsf-binutils-gdb-dd69d2926038c4272ee9d6f42fc96dbb8fc28c27.zip
fsf-binutils-gdb-dd69d2926038c4272ee9d6f42fc96dbb8fc28c27.tar.gz
fsf-binutils-gdb-dd69d2926038c4272ee9d6f42fc96dbb8fc28c27.tar.bz2
[igen/ChangeLog]
2003-05-03 Chris Demetriou <cgd@broadcom.com> * compare_igen_models: Tweak attribution slightly. [mips/ChangeLog] 2003-05-03 Chris Demetriou <cgd@broadcom.com> * cp1.c: Tweak attribution slightly. * cp1.h: Likewise. * mdmx.c: Likewise. * mdmx.igen: Likewise. * mips3d.igen: Likewise. * sb1.igen: Likewise.
-rw-r--r--sim/igen/ChangeLog4
-rwxr-xr-xsim/igen/compare_igen_models2
-rw-r--r--sim/mips/ChangeLog9
-rw-r--r--sim/mips/cp1.c7
-rw-r--r--sim/mips/cp1.h3
-rw-r--r--sim/mips/mdmx.c3
-rw-r--r--sim/mips/mdmx.igen3
-rw-r--r--sim/mips/mips3d.igen3
-rw-r--r--sim/mips/sb1.igen3
9 files changed, 28 insertions, 9 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index b36e4f0..db27cb8 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-03 Chris Demetriou <cgd@broadcom.com>
+
+ * compare_igen_models: Tweak attribution slightly.
+
2002-11-22 Andrew Cagney <cagney@redhat.com>
* gen.c (name_cmp): Rename format_name_cmp.
diff --git a/sim/igen/compare_igen_models b/sim/igen/compare_igen_models
index 3c3e46a..a842be9 100755
--- a/sim/igen/compare_igen_models
+++ b/sim/igen/compare_igen_models
@@ -2,7 +2,7 @@
# Script to compare functions and instructions used by different igen models.
# Copyright (C) 2002 Free Software Foundation, Inc.
-# Contributed by Broadcom Corporation (SiByte).
+# Contributed by Chris Demetriou of Broadcom Corporation (SiByte).
#
# This file is part of GDB, the GNU debugger.
#
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 2d344b5..a5b2b02 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,12 @@
+2003-05-03 Chris Demetriou <cgd@broadcom.com>
+
+ * cp1.c: Tweak attribution slightly.
+ * cp1.h: Likewise.
+ * mdmx.c: Likewise.
+ * mdmx.igen: Likewise.
+ * mips3d.igen: Likewise.
+ * sb1.igen: Likewise.
+
2003-04-15 Richard Sandiford <rsandifo@redhat.com>
* vr.igen (do_vr_mul_op): Zero-extend the low 32 bits of
diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c
index ea0f599..556af1a 100644
--- a/sim/mips/cp1.c
+++ b/sim/mips/cp1.c
@@ -1,9 +1,10 @@
/*> cp1.c <*/
/* MIPS Simulator FPU (CoProcessor 1) support.
Copyright (C) 2002 Free Software Foundation, Inc.
- Originally created by Cygnus Solutions, modified substially
- by Broadcom Corporation (SiByte). Paired-single operation support
- and MIPS-3D support contributed by Broadcom Corporation (SiByte).
+ Originally created by Cygnus Solutions. Extensive modifications,
+ including paired-single operation support and MIPS-3D support
+ contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+ Corporation (SiByte).
This file is part of GDB, the GNU debugger.
diff --git a/sim/mips/cp1.h b/sim/mips/cp1.h
index 24901d8..9a189a9 100644
--- a/sim/mips/cp1.h
+++ b/sim/mips/cp1.h
@@ -2,7 +2,8 @@
/* MIPS Simulator FPU (CoProcessor 1) definitions.
Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
Derived from sim-main.h contributed by Cygnus Solutions,
- modified substially by Broadcom Corporation (SiByte).
+ modified substantially by Ed Satterthwaite of Broadcom Corporation
+ (SiByte).
This file is part of GDB, the GNU debugger.
diff --git a/sim/mips/mdmx.c b/sim/mips/mdmx.c
index 4955e82..3af59b0 100644
--- a/sim/mips/mdmx.c
+++ b/sim/mips/mdmx.c
@@ -1,6 +1,7 @@
/* Simulation code for the MIPS MDMX ASE.
Copyright (C) 2002 Free Software Foundation, Inc.
- Contributed by Broadcom Corporation (SiByte).
+ Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+ Corporation (SiByte).
This file is part of GDB, the GNU debugger.
diff --git a/sim/mips/mdmx.igen b/sim/mips/mdmx.igen
index f286e3b..d8edcd7 100644
--- a/sim/mips/mdmx.igen
+++ b/sim/mips/mdmx.igen
@@ -2,7 +2,8 @@
// Simulator definition for the MIPS MDMX ASE.
// Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
//
// This file is part of GDB, the GNU debugger.
//
diff --git a/sim/mips/mips3d.igen b/sim/mips/mips3d.igen
index f7043ef..d24a06c 100644
--- a/sim/mips/mips3d.igen
+++ b/sim/mips/mips3d.igen
@@ -2,7 +2,8 @@
// Simulator definition for the MIPS MIPS-3D ASE.
// Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
//
// This file is part of GDB, the GNU debugger.
//
diff --git a/sim/mips/sb1.igen b/sim/mips/sb1.igen
index 6453670..33c5141 100644
--- a/sim/mips/sb1.igen
+++ b/sim/mips/sb1.igen
@@ -2,7 +2,8 @@
// Simulator definition for the Broadcom SiByte SB-1 CPU extensions.
// Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
//
// This file is part of GDB, the GNU debugger.
//