2011-03-31 Tristan Gingold <gingold@adacore.com>

* libcoff-in.h (exec_hdr): Remove.
	* libcoff.h: Regenerate.
This commit is contained in:
Tristan Gingold 2011-03-31 08:08:39 +00:00
parent fc0eebac62
commit 2040cacad1
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-03-30 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove.
* libcoff.h: Regenerate.
2011-03-30 Nick Clifton <nickc@redhat.com>
* po/da.po: Updated Danish translation.

View 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)

View file

@ -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)