aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.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-in.h
parentfc0eebac62d01dc69d81829c0b05622ec1922cf0 (diff)
downloadfsf-binutils-gdb-2040cacad140b7b56bcb7026352257d446ca3f11.zip
fsf-binutils-gdb-2040cacad140b7b56bcb7026352257d446ca3f11.tar.gz
fsf-binutils-gdb-2040cacad140b7b56bcb7026352257d446ca3f11.tar.bz2
2011-03-31 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove. * libcoff.h: Regenerate.
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index e2b60c5..9d24748 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.h
@@ -26,7 +26,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)