From 9100134ca0c00987df7b3490e0e1c5d941bc8a2a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 10 Aug 1999 19:09:43 +0000 Subject: [PATCH] Fix typos in last change. --- gas/config/tc-hppa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 7f38fa64db4..972b32ff0a5 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -4521,10 +4521,10 @@ pa_build_unwind_subspace (call_info) int i, reloc; char c, *p; - if (bfd_get_arch_info (abfd)->bits_per_address == 32) - reloc = R_PARISC_DIR32 + if (bfd_get_arch_info (stdoutput)->bits_per_address == 32) + reloc = R_PARISC_DIR32; else - reloc = R_PARISC_SEGREL32 + reloc = R_PARISC_SEGREL32; /* Get into the right seg/subseg. This may involve creating the seg the first time through. Make sure to have the -- 2.30.2