From c6bb23155473b630978e7beb9e6d6f74a44d1160 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Feb 1996 15:53:40 +0000 Subject: * aux-coff.h: Rename from aux.h, to avoid problems on hapless DOS systems which think that aux is a com port. --- include/coff/.Sanitize | 2 +- include/coff/aux-coff.h | 31 +++++++++++++++++++++++++++++++ include/coff/aux.h | 31 ------------------------------- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 include/coff/aux-coff.h delete mode 100644 include/coff/aux.h (limited to 'include/coff') diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize index b84f971..9739f06 100644 --- a/include/coff/.Sanitize +++ b/include/coff/.Sanitize @@ -29,7 +29,7 @@ a29k.h alpha.h apollo.h arm.h -aux.h +aux-coff.h ecoff.h h8300.h h8500.h diff --git a/include/coff/aux-coff.h b/include/coff/aux-coff.h new file mode 100644 index 0000000..c89c124 --- /dev/null +++ b/include/coff/aux-coff.h @@ -0,0 +1,31 @@ +/* Modifications of internal.h and m68k.h needed by A/UX + Suggested by Ian Lance Taylor */ + +#ifndef GNU_COFF_AUX_H +#define GNU_COFF_AUX_H 1 + +#include "coff/internal.h" +#include "coff/m68k.h" + +/* Section contains 64-byte padded pathnames of shared libraries */ +#undef STYP_LIB +#define STYP_LIB 0x200 + +/* Section contains shared library initialization code */ +#undef STYP_INIT +#define STYP_INIT 0x400 + +/* Section contains .ident information */ +#undef STYP_IDENT +#define STYP_IDENT 0x800 + +/* Section types used by bfd and gas not defined (directly) by A/UX */ +#undef STYP_OVER +#define STYP_OVER 0 +#undef STYP_INFO +#define STYP_INFO STYP_IDENT + +/* Traditional name of the section tagged with STYP_LIB */ +#define _LIB ".lib" + +#endif /* GNU_COFF_AUX_H */ diff --git a/include/coff/aux.h b/include/coff/aux.h deleted file mode 100644 index c89c124..0000000 --- a/include/coff/aux.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Modifications of internal.h and m68k.h needed by A/UX - Suggested by Ian Lance Taylor */ - -#ifndef GNU_COFF_AUX_H -#define GNU_COFF_AUX_H 1 - -#include "coff/internal.h" -#include "coff/m68k.h" - -/* Section contains 64-byte padded pathnames of shared libraries */ -#undef STYP_LIB -#define STYP_LIB 0x200 - -/* Section contains shared library initialization code */ -#undef STYP_INIT -#define STYP_INIT 0x400 - -/* Section contains .ident information */ -#undef STYP_IDENT -#define STYP_IDENT 0x800 - -/* Section types used by bfd and gas not defined (directly) by A/UX */ -#undef STYP_OVER -#define STYP_OVER 0 -#undef STYP_INFO -#define STYP_INFO STYP_IDENT - -/* Traditional name of the section tagged with STYP_LIB */ -#define _LIB ".lib" - -#endif /* GNU_COFF_AUX_H */ -- cgit v1.1