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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [include/] [coff/] [aux-coff.h] - Blame information for rev 1778

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

Line No. Rev Author Line
1 106 markom
/* Modifications of internal.h and m68k.h needed by A/UX
2
   Suggested by Ian Lance Taylor <ian@cygnus.com> */
3
 
4
#ifndef GNU_COFF_AUX_H
5
#define GNU_COFF_AUX_H 1
6
 
7
#include "coff/internal.h"
8
#include "coff/m68k.h"
9
 
10
/* Section contains 64-byte padded pathnames of shared libraries */
11
#undef STYP_LIB
12
#define STYP_LIB 0x200
13
 
14
/* Section contains shared library initialization code */
15
#undef STYP_INIT
16
#define STYP_INIT 0x400
17
 
18
/* Section contains .ident information */
19
#undef STYP_IDENT
20
#define STYP_IDENT 0x800
21
 
22
/* Section types used by bfd and gas not defined (directly) by A/UX */
23
#undef STYP_OVER
24
#define STYP_OVER 0
25
#undef STYP_INFO
26
#define STYP_INFO STYP_IDENT
27
 
28
/* Traditional name of the section tagged with STYP_LIB */
29
#define _LIB ".lib"
30
 
31
#endif /* GNU_COFF_AUX_H */

powered by: WebSVN 2.1.0

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