aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 13:26:46 +0000
committerJeff Law <law@redhat.com>1999-09-18 13:26:46 +0000
commit9d957cd576930e77c18362705ef666e4daec7f3f (patch)
tree04079b3004ccad6102793a5d8a7f12be54955101 /gas/config/tc-hppa.c
parentb7be1db6b56f96614296de150a1dd3e3db492cab (diff)
downloadgdb-9d957cd576930e77c18362705ef666e4daec7f3f.zip
gdb-9d957cd576930e77c18362705ef666e4daec7f3f.tar.gz
gdb-9d957cd576930e77c18362705ef666e4daec7f3f.tar.bz2
Fix typo in last change.
Diffstat (limited to 'gas/config/tc-hppa.c')
-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 c17fbd9..1f98294 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)