summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-03-31 08:08:39 +0000
committerTristan Gingold <gingold@adacore.com>2011-03-31 08:08:39 +0000
commit2040cacad140b7b56bcb7026352257d446ca3f11 (patch)
tree226e98582bd7d688a6370ad597919ea919257f6a /bfd/libcoff.h
parentfc0eebac62d01dc69d81829c0b05622ec1922cf0 (diff)
2011-03-31 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove. * libcoff.h: Regenerate.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index 966f71ee10..4f73f109de 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -30,7 +30,6 @@
/* Object file tdata; access macros. */
#define coff_data(bfd) ((bfd)->tdata.coff_obj_data)
-#define exec_hdr(bfd) (coff_data (bfd)->hdr)
#define obj_pe(bfd) (coff_data (bfd)->pe)
#define obj_symbols(bfd) (coff_data (bfd)->symbols)
#define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos)