diff options
author | David Carlton <carlton@bactrian.org> | 2002-12-23 19:39:59 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-12-23 19:39:59 +0000 |
commit | d76f45fa297e5dce836d34cf0007062004000904 (patch) | |
tree | a12dd7ccba38289938cc2899dd7284f97cb6fae6 /sim/common/dv-pal.c | |
parent | 8a02809370142c9bdad8523fe857b4feb3ee9bfa (diff) | |
download | gdb-d76f45fa297e5dce836d34cf0007062004000904.tar.gz |
2002-12-23 David Carlton <carlton@math.stanford.edu>
* Merge from mainline; tag is carlton_dictionary-20021223-merge.
Diffstat (limited to 'sim/common/dv-pal.c')
-rw-r--r-- | sim/common/dv-pal.c | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/sim/common/dv-pal.c b/sim/common/dv-pal.c index 421bde7e216..90147ba65cc 100644 --- a/sim/common/dv-pal.c +++ b/sim/common/dv-pal.c @@ -1,22 +1,25 @@ -/* This file is part of the program psim. - - Copyright (C) 1994-1996,1998, Andrew Cagney <cagney@highland.com.au> - - 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. - - */ +/* The common simulator framework for GDB, the GNU Debugger. + + Copyright 2002 Free Software Foundation, Inc. + + Contributed by Andrew Cagney and Red Hat. + + 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. */ #include "hw-main.h" |