From: Jeff Law Date: Sat, 18 Sep 1999 13:26:46 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d957cd576930e77c18362705ef666e4daec7f3f;p=binutils-gdb.git Fix typo in last change. --- diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index c17fbd9e8bd..1f982944b60 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 (seg != text_section) + if (nowseg != text_section) return; if (bfd_get_arch_info (stdoutput)->bits_per_address == 32)