aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 13:41:01 +0000
committerJeff Law <law@redhat.com>1999-09-18 13:41:01 +0000
commitf1a1312b73ffb108f29147ae39423c41bc928220 (patch)
treeb05b54f84c12eba17abfc7a5ea9236e5d7426f16 /gas
parent9d957cd576930e77c18362705ef666e4daec7f3f (diff)
downloadfsf-binutils-gdb-f1a1312b73ffb108f29147ae39423c41bc928220.zip
fsf-binutils-gdb-f1a1312b73ffb108f29147ae39423c41bc928220.tar.gz
fsf-binutils-gdb-f1a1312b73ffb108f29147ae39423c41bc928220.tar.bz2
Really fix the typo.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-hppa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index 1f98294..1f42154 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)