summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-03-31 08:08:38 +0000
committerTristan Gingold <gingold@adacore.com>2011-03-31 08:08:38 +0000
commit5921cb23465c06f1bf175027debd827655b74feb (patch)
tree956a255882c095291e6bc1d41879eb86c3ead27d /bfd/libcoff.h
parent68c4ae7152e52372811b0e71cc0aa83199c9257b (diff)
downloadbinutils-redhat-5921cb23465c06f1bf175027debd827655b74feb.tar.gz
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)