From c522c69b9bf9bfc62bf9042f191f385a2d2b63cc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 31 Mar 2011 08:13:48 +0000 Subject: include/coff 2011-03-31 Tristan Gingold * internal.h (C_NULL_VALUE): Define. bfd/ 2011-03-31 Tristan Gingold * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL entry on xcoff when value is C_NULL_VALUE. --- include/coff/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/coff/internal.h') diff --git a/include/coff/internal.h b/include/coff/internal.h index a6ead9e5f..f52bfbb7b 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -320,6 +320,8 @@ struct internal_aouthdr #define C_EINCL 109 /* Marks ending of include file */ #define C_AIX_WEAKEXT 111 /* AIX definition of C_WEAKEXT. */ +#define C_NULL_VALUE 0x00de1e00 /* Value for a C_NULL deleted entry. */ + #if defined _AIX52 || defined AIX_WEAK_SUPPORT #undef C_WEAKEXT #define C_WEAKEXT C_AIX_WEAKEXT -- cgit v1.2.3