OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [a.out.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _ASM_IA64_A_OUT_H
2
#define _ASM_IA64_A_OUT_H
3
 
4
/*
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.
9
 *
10
 * Modified 1998-2000, 2002
11
 *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
12
 */
13
 
14
#include <linux/types.h>
15
 
16
struct exec {
17
        unsigned long a_info;
18
        unsigned long a_text;
19
        unsigned long a_data;
20
        unsigned long a_bss;
21
        unsigned long a_entry;
22
};
23
 
24
#define N_TXTADDR(x)    0
25
#define N_DATADDR(x)    0
26
#define N_BSSADDR(x)    0
27
#define N_DRSIZE(x)     0
28
#define N_TRSIZE(x)     0
29
#define N_SYMSIZE(x)    0
30
#define N_TXTOFF(x)     0
31
 
32
#ifdef __KERNEL__
33
#include <asm/ustack.h>
34
#endif
35
#endif /* _ASM_IA64_A_OUT_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.