From c96451db277044482060eac8629154b76688af3b Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Wed, 17 Nov 1993 20:31:32 +0000 Subject: [PATCH] Need to declare nlm32_sparc_vec; oopsie. --- bfd/targets.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bfd/targets.c b/bfd/targets.c index a372cc159c3..53acd1348ef 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -46,7 +46,7 @@ DESCRIPTION look up the environment variable <> and use that as the target string. - o If the target string is still NULL, or the target string is + o If the target string is still <>, or the target string is <>, then use the first item in the target vector as the target type, and set <> in the BFD to cause <> to loop through all the targets. @@ -375,6 +375,7 @@ extern bfd_target m88kbcs_vec; extern bfd_target newsos3_vec; extern bfd_target nlm32_big_generic_vec; extern bfd_target nlm32_i386_vec; +extern bfd_target nlm32_sparc_vec; extern bfd_target nlm32_little_generic_vec; extern bfd_target nlm64_big_generic_vec; extern bfd_target nlm64_little_generic_vec; @@ -395,6 +396,7 @@ extern bfd_target symbolsrec_vec; /* All of the xvecs for core files. */ extern bfd_target aix386_core_vec; extern bfd_target hpux_core_vec; +extern bfd_target hppabsd_core_vec; extern bfd_target osf_core_vec; extern bfd_target sco_core_vec; extern bfd_target trad_core_vec; @@ -492,7 +494,7 @@ bfd_target *target_vector[] = { &newsos3_vec, &nlm32_big_generic_vec, &nlm32_i386_vec, - &nlm32_little_generic_vec, + &nlm32_sparc_vec, #ifdef BFD64 &nlm64_big_generic_vec, &nlm64_little_generic_vec, @@ -530,6 +532,9 @@ bfd_target *target_vector[] = { #ifdef HPUX_CORE &hpux_core_vec, #endif +#ifdef HPPABSD_CORE + &hppabsd_core_vec, +#endif #ifdef OSF_CORE &osf_core_vec, #endif @@ -562,8 +567,8 @@ SYNOPSIS DESCRIPTION Return a pointer to the transfer vector for the object target - named @var{target_name}. If @var{target_name} is NULL, choose the - one in the environment variable GNUTARGET; if that is null or not + named @var{target_name}. If @var{target_name} is <>, choose the + one in the environment variable <>; if that is null or not defined, then choose the first entry in the target list. Passing in the string "default" or setting the environment variable to "default" will cause the first entry in the target -- 2.30.2