aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1993-11-17 20:31:32 +0000
committerSean Eric Fagan <sef@cygnus>1993-11-17 20:31:32 +0000
commitc96451db277044482060eac8629154b76688af3b (patch)
tree9cb061cb9f9152da507710af6ad28e79c0f2cb86 /bfd/targets.c
parentbf323de1a3e2d0f77bcb4d35cbd61a268ef9e963 (diff)
downloadgdb-c96451db277044482060eac8629154b76688af3b.zip
gdb-c96451db277044482060eac8629154b76688af3b.tar.gz
gdb-c96451db277044482060eac8629154b76688af3b.tar.bz2
Need to declare nlm32_sparc_vec; oopsie.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index a372cc1..53acd13 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -46,7 +46,7 @@ DESCRIPTION
look up the environment variable <<GNUTARGET>> 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 <<NULL>>, or the target string is
<<default>>, then use the first item in the target vector
as the target type, and set <<target_defaulted>> in the BFD to
cause <<bfd_check_format>> 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 <<NULL>>, choose the
+ one in the environment variable <<GNUTARGET>>; 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