~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to sim/m32c/misc.c

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* misc.c --- miscellaneous utility functions for M32C simulator.
2
2
 
3
 
Copyright (C) 2005 Free Software Foundation, Inc.
 
3
Copyright (C) 2005, 2007 Free Software Foundation, Inc.
4
4
Contributed by Red Hat, Inc.
5
5
 
6
6
This file is part of the GNU simulators.
7
7
 
8
 
The GNU simulators are free software; you can redistribute them and/or
9
 
modify them under the terms of the GNU General Public License as
10
 
published by the Free Software Foundation; either version 2 of the
11
 
License, or (at your option) any later version.
 
8
This program is free software; you can redistribute it and/or modify
 
9
it under the terms of the GNU General Public License as published by
 
10
the Free Software Foundation; either version 3 of the License, or
 
11
(at your option) any later version.
12
12
 
13
 
The GNU simulators are distributed in the hope that they will be
14
 
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
 
General Public License for more details.
 
13
This program is distributed in the hope that it will be useful,
 
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
GNU General Public License for more details.
17
17
 
18
18
You should have received a copy of the GNU General Public License
19
 
along with the GNU simulators; if not, write to the Free Software
20
 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21
 
02110-1301, USA  */
 
19
along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
22
20
 
23
21
 
24
22
#include <stdio.h>