2001-05-02 H.J. Lu <hjl@gnu.org>
[binutils.git] / include / coff / aux-coff.h
blobf8536c9e7c867d4866cfca26a46ffb7ff8a576f2
1 /* Modifications of internal.h and m68k.h needed by A/UX
3 Copyright 2001 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 Suggested by Ian Lance Taylor <ian@cygnus.com> */
21 #ifndef GNU_COFF_AUX_H
22 #define GNU_COFF_AUX_H 1
24 #include "coff/internal.h"
25 #include "coff/m68k.h"
27 /* Section contains 64-byte padded pathnames of shared libraries */
28 #undef STYP_LIB
29 #define STYP_LIB 0x200
31 /* Section contains shared library initialization code */
32 #undef STYP_INIT
33 #define STYP_INIT 0x400
35 /* Section contains .ident information */
36 #undef STYP_IDENT
37 #define STYP_IDENT 0x800
39 /* Section types used by bfd and gas not defined (directly) by A/UX */
40 #undef STYP_OVER
41 #define STYP_OVER 0
42 #undef STYP_INFO
43 #define STYP_INFO STYP_IDENT
45 /* Traditional name of the section tagged with STYP_LIB */
46 #define _LIB ".lib"
48 #endif /* GNU_COFF_AUX_H */