Add 2010 to copyright years.
[bpt/emacs.git] / src / m / arm.h
CommitLineData
a356f643 1/* Machine description file for ARM-based non-RISCiX machines.
eb3d11ef 2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
114f9c96 3 2008, 2009, 2010 Free Software Foundation, Inc.
a356f643
DL
4
5This file is part of GNU Emacs.
6
eb3d11ef 7GNU Emacs is free software: you can redistribute it and/or modify
a356f643 8it under the terms of the GNU General Public License as published by
eb3d11ef
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
a356f643
DL
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
eb3d11ef 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
a356f643
DL
19
20
21
22e9fe24 22/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
a356f643
DL
23 is the most significant byte. */
24
25#undef WORDS_BIG_ENDIAN
26
27/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
28 * group of arguments and treat it as an array of the arguments. We can't
29 * do this on the arm with gcc, since the first 4 args are in registers. */
30
31#ifdef __GNUC__
32#define NO_ARG_ARRAY
33#else
34#undef NO_ARG_ARRAY
35#endif
36
a356f643 37#define NO_REMAP
ab5796a9
MB
38
39/* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
40 (do not change this comment) */