From 9d957cd576930e77c18362705ef666e4daec7f3f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 18 Sep 1999 13:26:46 +0000 Subject: [PATCH] Fix typo in last change. --- gas/config/tc-hppa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2