From: Jeff Law Date: Sat, 18 Sep 1999 13:41:01 +0000 (+0000) Subject: Really fix the typo. X-Git-Tag: gdb-1999-09-21~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1a1312b73ffb108f29147ae39423c41bc928220;p=thirdparty%2Fbinutils-gdb.git Really fix the typo. --- diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 1f982944b60..1f42154a047 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -5120,7 +5120,7 @@ pa_build_unwind_subspace (call_info) int i, reloc; char c, *p; - if (nowseg != text_section) + if (now_seg != text_section) return; if (bfd_get_arch_info (stdoutput)->bits_per_address == 32)