2002-11-22 Andrew Cagney <ac131313@redhat.com>

* dv-core.c: Update copyright.  sim/common contributed to the FSF.
	* dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto.
	* hw-device.h, hw-handles.c, hw-handles.h: Ditto.
	* hw-instances.c, hw-instances.h, hw-properties.c: Ditto.
	* hw-properties.h, hw-tree.c, hw-tree.h, sim-alu.h: Ditto.
	* sim-basics.h, sim-bits.c, sim-bits.h, sim-config.c: Ditto.
	* sim-config.h, sim-core.c, sim-core.h, sim-endian.c: Ditto.
	* sim-endian.h, sim-events.c, sim-events.h, sim-inline.c: Ditto.
	* sim-inline.h, sim-io.c, sim-io.h, sim-n-bits.h: Ditto.
	* sim-n-core.h, sim-n-endian.h, sim-types.h: Ditto.
This commit is contained in:
Andrew Cagney 2002-11-23 01:12:05 +00:00
parent 6a0f58b7bc
commit b85e4829fa
36 changed files with 688 additions and 579 deletions

View file

@ -1,3 +1,16 @@
2002-11-22 Andrew Cagney <ac131313@redhat.com>
* dv-core.c: Update copyright. sim/common contributed to the FSF.
* dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto.
* hw-device.h, hw-handles.c, hw-handles.h: Ditto.
* hw-instances.c, hw-instances.h, hw-properties.c: Ditto.
* hw-properties.h, hw-tree.c, hw-tree.h, sim-alu.h: Ditto.
* sim-basics.h, sim-bits.c, sim-bits.h, sim-config.c: Ditto.
* sim-config.h, sim-core.c, sim-core.h, sim-endian.c: Ditto.
* sim-endian.h, sim-events.c, sim-events.h, sim-inline.c: Ditto.
* sim-inline.h, sim-io.c, sim-io.h, sim-n-bits.h: Ditto.
* sim-n-core.h, sim-n-endian.h, sim-types.h: Ditto.
2002-11-13 Andrew Cagney <cagney@redhat.com> 2002-11-13 Andrew Cagney <cagney@redhat.com>
* run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif. * run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif.

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or This file is part of GDB.
(at your option) any later version.
This program is free software; you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
GNU General Public License for more details.
This program is distributed in the hope that it will be useful,
You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
along with this program; if not, write to the Free Software MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. GNU General Public License for more details.
*/ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sim-main.h" #include "sim-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996,1998 Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or This file is part of GDB.
(at your option) any later version.
This program is free software; you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
GNU General Public License for more details.
This program is distributed in the hope that it will be useful,
You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
along with this program; if not, write to the Free Software MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. GNU General Public License for more details.
*/ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996,1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or This file is part of GDB.
(at your option) any later version.
This program is free software; you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
GNU General Public License for more details.
This program is distributed in the hope that it will be useful,
You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
along with this program; if not, write to the Free Software MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. GNU General Public License for more details.
*/ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996, 1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_BASE #ifndef HW_BASE

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_DEVICE_H #ifndef HW_DEVICE_H

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995,1997-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995,1997-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_HANDLES_H #ifndef HW_HANDLES_H

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_INSTANCES_H #ifndef HW_INSTANCES_H

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "hw-main.h" #include "hw-main.h"
#include "hw-base.h" #include "hw-base.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_PROPERTIES_H #ifndef HW_PROPERTIES_H

View file

@ -1,22 +1,26 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or This file is part of GDB.
(at your option) any later version.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "hw-main.h" #include "hw-main.h"
#include "hw-base.h" #include "hw-base.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef HW_TREE #ifndef HW_TREE

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_ALU_H_ #ifndef _SIM_ALU_H_

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_BASICS_H_ #ifndef _SIM_BASICS_H_

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_BITS_C_ #ifndef _SIM_BITS_C_

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_BITS_H_ #ifndef _SIM_BITS_H_

View file

@ -1,22 +1,25 @@
/* This file is part of the GNU simulators. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995,1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sim-main.h" #include "sim-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_CONFIG_H #ifndef SIM_CONFIG_H

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_CORE_C #ifndef SIM_CORE_C

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_CORE_H #ifndef SIM_CORE_H

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_ENDIAN_C_ #ifndef _SIM_ENDIAN_C_

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_ENDIAN_H_ #ifndef _SIM_ENDIAN_H_

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _SIM_EVENTS_C_ #ifndef _SIM_EVENTS_C_

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_EVENTS_H #ifndef SIM_EVENTS_H

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_INLINE_C #ifndef SIM_INLINE_C

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_INLINE_H #ifndef SIM_INLINE_H

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1998, Cygnus Solutions.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "sim-main.h" #include "sim-main.h"

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_IO_H #ifndef SIM_IO_H

View file

@ -1,23 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1996, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
Copyright (C) 1997, Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef N #ifndef N

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef N #ifndef N

View file

@ -1,22 +1,25 @@
/* This file is part of the program psim. /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify Contributed by Andrew Cagney and Red Hat.
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, This file is part of GDB.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the This program is free software; you can redistribute it and/or modify
GNU General Public License for more details. it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License (at your option) any later version.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef N #ifndef N

View file

@ -1,24 +1,25 @@
/* This file is part of psim (model of the PowerPC(tm) architecture) /* The common simulator framework for GDB, the GNU Debugger.
Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au> Copyright 2002 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or Contributed by Andrew Cagney and Red Hat.
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
PowerPC is a trademark of International Business Machines Corporation. */ This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef SIM_TYPES_H #ifndef SIM_TYPES_H