diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-03-31 08:08:39 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-03-31 08:08:39 +0000 |
commit | 2040cacad140b7b56bcb7026352257d446ca3f11 (patch) | |
tree | 226e98582bd7d688a6370ad597919ea919257f6a | |
parent | fc0eebac62d01dc69d81829c0b05622ec1922cf0 (diff) | |
download | gdb-2040cacad140b7b56bcb7026352257d446ca3f11.zip gdb-2040cacad140b7b56bcb7026352257d446ca3f11.tar.gz gdb-2040cacad140b7b56bcb7026352257d446ca3f11.tar.bz2 |
2011-03-31 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove.
* libcoff.h: Regenerate.
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/libcoff-in.h | 1 | ||||
-rw-r--r-- | bfd/libcoff.h | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0fe565e..831f288 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index e2b60c5..9d24748 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 966f71e..4f73f10 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) |