[ARM] 3035/1: RISCOS compat code fix
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-xtensa / a.out.h
blob3be701dfe098166d789437802c61504cdb76d759
1 /*
2 * include/asm-xtensa/addrspace.h
4 * Dummy a.out file. Xtensa does not support the a.out format, but the kernel
5 * seems to depend on it.
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive
9 * for more details.
11 * Copyright (C) 2001 - 2005 Tensilica Inc.
14 #ifndef _XTENSA_A_OUT_H
15 #define _XTENSA_A_OUT_H
17 /* Note: the kernel needs the a.out definitions, even if only ELF is used. */
19 #define STACK_TOP TASK_SIZE
21 struct exec
23 unsigned long a_info;
24 unsigned a_text;
25 unsigned a_data;
26 unsigned a_bss;
27 unsigned a_syms;
28 unsigned a_entry;
29 unsigned a_trsize;
30 unsigned a_drsize;
33 #endif /* _XTENSA_A_OUT_H */