diff options
author | Chris Demetriou <cgd@google.com> | 2003-05-02 22:17:21 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-05-02 22:17:21 +0000 |
commit | dd69d2926038c4272ee9d6f42fc96dbb8fc28c27 (patch) | |
tree | 88dc29e0ba690f82eaccc2239fefbd8b5a061134 /sim/mips/cp1.c | |
parent | 7ff0565e834b1fce331f56b1f22ac8f4cfec53a6 (diff) | |
download | gdb-dd69d2926038c4272ee9d6f42fc96dbb8fc28c27.zip gdb-dd69d2926038c4272ee9d6f42fc96dbb8fc28c27.tar.gz 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.
Diffstat (limited to 'sim/mips/cp1.c')
-rw-r--r-- | sim/mips/cp1.c | 7 |
1 files changed, 4 insertions, 3 deletions
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. |