X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fbfd.c;h=6b4d4473edbceac01e8b06a2b7857142681c9529;hb=a643e6260e2b817cffecd200214b1fceee802ab8;hp=89d74f7abbb350dd3282287a0b0dc01527384fe0;hpb=70e009144e6781fe959c58dbea9e3803ca25cbe4;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/bfd.c b/bfd/bfd.c index 89d74f7abb..6b4d4473ed 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -152,11 +152,12 @@ 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; . struct hppa_data_struct *hppa_data; -. struct hppa_core_struct *hppa_core_data; +. struct hpux_core_struct *hpux_core_data; . struct sgi_core_struct *sgi_core_data; . PTR any; . } tdata;