include/coff
2011-03-31 Tristan Gingold <gingold@adacore.com> * internal.h (C_NULL_VALUE): Define. bfd/ 2011-03-31 Tristan Gingold <gingold@adacore.com> * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL entry on xcoff when value is C_NULL_VALUE.
This commit is contained in:
parent
ed77cc7a8d
commit
c522c69b9b
@ -1,3 +1,7 @@
|
|||||||
|
2011-03-31 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* internal.h (C_NULL_VALUE): Define.
|
||||||
|
|
||||||
2010-06-29 Alan Modra <amodra@gmail.com>
|
2010-06-29 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* maxq.h: Delete file.
|
* maxq.h: Delete file.
|
||||||
|
@ -320,6 +320,8 @@ struct internal_aouthdr
|
|||||||
#define C_EINCL 109 /* Marks ending of include file */
|
#define C_EINCL 109 /* Marks ending of include file */
|
||||||
#define C_AIX_WEAKEXT 111 /* AIX definition of C_WEAKEXT. */
|
#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
|
#if defined _AIX52 || defined AIX_WEAK_SUPPORT
|
||||||
#undef C_WEAKEXT
|
#undef C_WEAKEXT
|
||||||
#define C_WEAKEXT C_AIX_WEAKEXT
|
#define C_WEAKEXT C_AIX_WEAKEXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user