From: Tristan Gingold Date: Thu, 31 Mar 2011 08:08:39 +0000 (+0000) Subject: 2011-03-31 Tristan Gingold X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2040cacad140b7b56bcb7026352257d446ca3f11;p=binutils-gdb.git 2011-03-31 Tristan Gingold * libcoff-in.h (exec_hdr): Remove. * libcoff.h: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0fe565edf86..831f288d510 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2011-03-30 Tristan Gingold + + * libcoff-in.h (exec_hdr): Remove. + * libcoff.h: Regenerate. + 2011-03-30 Nick Clifton * po/da.po: Updated Danish translation. diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index e2b60c53262..9d24748b898 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) diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 966f71ee103..4f73f109de8 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)