aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-07-20 15:30:58 +0000
committerFred Fish <fnf@specifix.com>1993-07-20 15:30:58 +0000
commitb70cb81eb54ec2f5c0a0047014cdf07fe1be3b72 (patch)
tree62bd7a2f8fde0885bc9013beb94a2919ef28a4f1 /bfd/bfd.c
parent2b87236749e5e81b24d32e9c39732c07c1989da8 (diff)
downloadgdb-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 89d74f7..4a027aa 100644
--- 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;