Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfd.h: Update to include ECOFF tdata and target_flavour.
This commit is contained in:
parent
57115f09a8
commit
06c3865a42
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* bfd.h: Update to include ECOFF tdata and target_flavour.
|
||||
|
||||
Sun Dec 27 17:52:30 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* bfd.h: Add declaration for bfd_get_size().
|
||||
|
||||
Tue Dec 22 22:42:46 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* demangle.h: Protect file from multiple inclusions with
|
||||
|
|
|
@ -1222,6 +1222,7 @@ struct _bfd
|
|||
struct _oasys_data *oasys_obj_data;
|
||||
struct _oasys_ar_data *oasys_ar_data;
|
||||
struct coff_tdata *coff_obj_data;
|
||||
struct ecoff_tdata *ecoff_obj_data;
|
||||
struct ieee_data_struct *ieee_data;
|
||||
struct ieee_ar_data_struct *ieee_ar_data;
|
||||
struct srec_data_struct *srec_data;
|
||||
|
@ -1334,6 +1335,7 @@ typedef struct bfd_target
|
|||
bfd_target_unknown_flavour,
|
||||
bfd_target_aout_flavour,
|
||||
bfd_target_coff_flavour,
|
||||
bfd_target_ecoff_flavour,
|
||||
bfd_target_elf_flavour,
|
||||
bfd_target_ieee_flavour,
|
||||
bfd_target_oasys_flavour,
|
||||
|
|
Loading…
Add table
Reference in a new issue