1 #ifndef _ASM_IA64_A_OUT_H
2 #define _ASM_IA64_A_OUT_H
5 * No a.out format has been (or should be) defined so this file is
6 * just a dummy that allows us to get binfmt_elf compiled. It
7 * probably would be better to clean up binfmt_elf.c so it does not
8 * necessarily depend on there being a.out support.
11 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
14 #include <linux/types.h>
21 unsigned long a_entry
;
24 #define N_TXTADDR(x) 0
25 #define N_DATADDR(x) 0
26 #define N_BSSADDR(x) 0
29 #define N_SYMSIZE(x) 0
33 #include <asm/ustack.h>
35 #endif /* _ASM_IA64_A_OUT_H */