aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-03-31 08:13:48 +0000
committerTristan Gingold <gingold@adacore.com>2011-03-31 08:13:48 +0000
commit53dd76d35f32095e432e4822dbe06f017f7d7069 (patch)
treeaa9289c5b0e4934d1c8e0b849854805993a9c57d /include
parent2040cacad140b7b56bcb7026352257d446ca3f11 (diff)
downloadfsf-binutils-gdb-53dd76d35f32095e432e4822dbe06f017f7d7069.zip
fsf-binutils-gdb-53dd76d35f32095e432e4822dbe06f017f7d7069.tar.gz
fsf-binutils-gdb-53dd76d35f32095e432e4822dbe06f017f7d7069.tar.bz2
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.
Diffstat (limited to 'include')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/internal.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 151ea38..11aec52 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -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>
* maxq.h: Delete file.
diff --git a/include/coff/internal.h b/include/coff/internal.h
index a6ead9e..f52bfbb 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