mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2011-03-31 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove. * libcoff.h: Regenerate.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user