[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.
This commit is contained in:
parent
7ff0565e83
commit
dd69d29260
9 changed files with 28 additions and 9 deletions
|
@ -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>
|
2002-11-22 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* gen.c (name_cmp): Rename format_name_cmp.
|
* gen.c (name_cmp): Rename format_name_cmp.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Script to compare functions and instructions used by different igen models.
|
# Script to compare functions and instructions used by different igen models.
|
||||||
# Copyright (C) 2002 Free Software Foundation, Inc.
|
# 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.
|
# This file is part of GDB, the GNU debugger.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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>
|
2003-04-15 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* vr.igen (do_vr_mul_op): Zero-extend the low 32 bits of
|
* vr.igen (do_vr_mul_op): Zero-extend the low 32 bits of
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/*> cp1.c <*/
|
/*> cp1.c <*/
|
||||||
/* MIPS Simulator FPU (CoProcessor 1) support.
|
/* MIPS Simulator FPU (CoProcessor 1) support.
|
||||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||||
Originally created by Cygnus Solutions, modified substially
|
Originally created by Cygnus Solutions. Extensive modifications,
|
||||||
by Broadcom Corporation (SiByte). Paired-single operation support
|
including paired-single operation support and MIPS-3D support
|
||||||
and MIPS-3D support 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.
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
/* MIPS Simulator FPU (CoProcessor 1) definitions.
|
/* MIPS Simulator FPU (CoProcessor 1) definitions.
|
||||||
Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
|
||||||
Derived from sim-main.h contributed by Cygnus Solutions,
|
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.
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/* Simulation code for the MIPS MDMX ASE.
|
/* Simulation code for the MIPS MDMX ASE.
|
||||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
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.
|
This file is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
// Simulator definition for the MIPS MDMX ASE.
|
// Simulator definition for the MIPS MDMX ASE.
|
||||||
// Copyright (C) 2002 Free Software Foundation, Inc.
|
// 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.
|
// This file is part of GDB, the GNU debugger.
|
||||||
//
|
//
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
// Simulator definition for the MIPS MIPS-3D ASE.
|
// Simulator definition for the MIPS MIPS-3D ASE.
|
||||||
// Copyright (C) 2002 Free Software Foundation, Inc.
|
// 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.
|
// This file is part of GDB, the GNU debugger.
|
||||||
//
|
//
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
// Simulator definition for the Broadcom SiByte SB-1 CPU extensions.
|
// Simulator definition for the Broadcom SiByte SB-1 CPU extensions.
|
||||||
// Copyright (C) 2002 Free Software Foundation, Inc.
|
// 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.
|
// This file is part of GDB, the GNU debugger.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue