daily update
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index e2b60c532628aab5636268b3c7730ab9b6e634f6..9d24748b89872303486a28bc92628ad3773aa893 100644 (file)
@@ -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)
This page took 0.022627 seconds and 4 git commands to generate.