From: Ian Lance Taylor Date: Thu, 31 Mar 1994 21:28:44 +0000 (+0000) Subject: * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4. X-Git-Tag: gdb-4_18~14941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dee4d3476be170781e2117d88111ea75956cbc34;p=platform%2Fupstream%2Fbinutils.git * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4. --- diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 20f6c07..4599948 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 31 16:28:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4. + Fri Mar 25 17:16:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ecoff.h (struct ecoff_debug_info): Add adjust field. diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h index e3b1dd7..249775e 100644 --- a/include/coff/ecoff.h +++ b/include/coff/ecoff.h @@ -54,6 +54,7 @@ #define STYP_LITA 0x4000000 #define STYP_LIT8 0x8000000 #define STYP_LIT4 0x10000000 +#define STYP_ECOFF_LIB 0x40000000 #define STYP_ECOFF_INIT 0x80000000 #define STYP_OTHER_LOAD (STYP_ECOFF_INIT | STYP_ECOFF_FINI)