* bfd.c (union tdata): Add nlm_obj_data;
authorFred Fish <fnf@specifix.com>
Tue, 20 Jul 1993 15:30:58 +0000 (15:30 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 20 Jul 1993 15:30:58 +0000 (15:30 +0000)
* targets.c (enum target_flavour):  Add bfd_target_nlm_flavour.

bfd/ChangeLog
bfd/bfd.c
bfd/targets.c

index 54a10e0..f620a1f 100644 (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)
 
index 89d74f7..4a027aa 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -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;
index f777882..75117e6 100644 (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,