Auto-commit of generated files.
[bpt/emacs.git] / src / m / m68k.h
CommitLineData
0dc7e4aa 1/* Machine description file for generic Motorola 68k.
6a321bbc 2
acaf905b 3Copyright (C) 1985, 1995, 2001-2012 Free Software Foundation, Inc.
0dc7e4aa
RS
4
5This file is part of GNU Emacs.
6
eb3d11ef 7GNU Emacs is free software: you can redistribute it and/or modify
0dc7e4aa 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.
0dc7e4aa
RS
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/>. */
0dc7e4aa 19
0dc7e4aa
RS
20/* Now define a symbol for the cpu type, if your compiler
21 does not define it automatically. */
0dc7e4aa
RS
22#ifndef m68k
23#define m68k
24#endif
25
7ab56cc4 26#ifdef GNU_LINUX
0dc7e4aa
RS
27#ifdef __ELF__
28#define DATA_SEG_BITS 0x80000000
29#endif
30
0dc7e4aa 31#endif
ab5796a9 32