diff options
author | Jeff Law <law@redhat.com> | 1999-08-10 19:09:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-10 19:09:43 +0000 |
commit | 9100134ca0c00987df7b3490e0e1c5d941bc8a2a (patch) | |
tree | 03f38d1cacdabe2142a01b5e5a39fa195e09e6ef | |
parent | 46031ca9e4766d46f34681c6483739ee746baee5 (diff) | |
download | gdb-9100134ca0c00987df7b3490e0e1c5d941bc8a2a.zip gdb-9100134ca0c00987df7b3490e0e1c5d941bc8a2a.tar.gz gdb-9100134ca0c00987df7b3490e0e1c5d941bc8a2a.tar.bz2 |
Fix typos in last change.
-rw-r--r-- | gas/config/tc-hppa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 7f38fa6..972b32f 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 |