aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-03-31 08:08:39 +0000
committerTristan Gingold <gingold@adacore.com>2011-03-31 08:08:39 +0000
commit2040cacad140b7b56bcb7026352257d446ca3f11 (patch)
tree226e98582bd7d688a6370ad597919ea919257f6a /bfd
parentfc0eebac62d01dc69d81829c0b05622ec1922cf0 (diff)
downloadgdb-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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/libcoff-in.h1
-rw-r--r--bfd/libcoff.h1
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)