* bfd.c (union tdata): Add nlm_obj_data;

* targets.c (enum target_flavour):  Add bfd_target_nlm_flavour.
This commit is contained in:
Fred Fish 1993-07-20 15:30:58 +00:00
parent 2b87236749
commit b70cb81eb5
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Tue Jul 20 08:21:15 1993 Fred Fish (fnf@deneb.cygnus.com)
* bfd-in.h: Apply some of the changes that were made to bfd-in2.h.
* bfd.c (union tdata): Add nlm_obj_data;
* targets.c (enum target_flavour): Add bfd_target_nlm_flavour.
Mon Jul 19 20:46:18 1993 Fred Fish (fnf@deneb.cygnus.com)

View File

@ -152,6 +152,7 @@ CODE_FRAGMENT
. struct srec_data_struct *srec_data;
. struct tekhex_data_struct *tekhex_data;
. struct elf_obj_tdata *elf_obj_data;
. struct nlm_obj_tdata *nlm_obj_data;
. struct bout_data_struct *bout_data;
. struct sun_core_struct *sun_core_data;
. struct trad_core_struct *trad_core_data;

View File

@ -135,6 +135,7 @@ of a file.
. bfd_target_ecoff_flavour,
. bfd_target_elf_flavour,
. bfd_target_ieee_flavour,
. bfd_target_nlm_flavour,
. bfd_target_oasys_flavour,
. bfd_target_tekhex_flavour,
. bfd_target_srec_flavour,