diff options
author | Fred Fish <fnf@specifix.com> | 1993-07-20 15:30:58 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-07-20 15:30:58 +0000 |
commit | b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72 (patch) | |
tree | 62bd7a2f8fde0885bc9013beb94a2919ef28a4f1 /bfd/bfd.c | |
parent | 2b87236749e5e81b24d32e9c39732c07c1989da8 (diff) | |
download | gdb-b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72.zip gdb-b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72.tar.gz gdb-b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72.tar.bz2 |
* bfd.c (union tdata): Add nlm_obj_data;
* targets.c (enum target_flavour): Add bfd_target_nlm_flavour.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |