* 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

@@ -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;