mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
2011-03-31 Tristan Gingold <gingold@adacore.com>
* libcoff-in.h (exec_hdr): Remove. * libcoff.h: Regenerate.
This commit is contained in:
parent
fc0eebac62
commit
2040cacad1
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user