diff options
author | Jeff Law <law@redhat.com> | 1999-09-18 13:26:46 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-18 13:26:46 +0000 |
commit | 9d957cd576930e77c18362705ef666e4daec7f3f (patch) | |
tree | 04079b3004ccad6102793a5d8a7f12be54955101 | |
parent | b7be1db6b56f96614296de150a1dd3e3db492cab (diff) | |
download | gdb-9d957cd576930e77c18362705ef666e4daec7f3f.zip gdb-9d957cd576930e77c18362705ef666e4daec7f3f.tar.gz gdb-9d957cd576930e77c18362705ef666e4daec7f3f.tar.bz2 |
Fix typo in last change.
-rw-r--r-- | gas/config/tc-hppa.c | 2 |
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) |