diff options
author | Jeff Law <law@redhat.com> | 1999-08-11 18:15:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-11 18:15:39 +0000 |
commit | 183df869b606153564c7cc73d96628b773d183cc (patch) | |
tree | 3946705661978342f7014281a0a79e2b614d2864 /bfd | |
parent | bf6d3895618332aac561db8ee4b8c216e8f20b38 (diff) | |
download | gdb-183df869b606153564c7cc73d96628b773d183cc.zip gdb-183df869b606153564c7cc73d96628b773d183cc.tar.gz gdb-183df869b606153564c7cc73d96628b773d183cc.tar.bz2 |
Fix typo.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf-hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 67bc319..413b371 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -636,7 +636,7 @@ elf_hppa_fake_sections (abfd, hdr, sec) if (strcmp (name, ".PARISC.unwind") == 0) { - section *sec; + asection *sec; hdr->sh_type = SHT_LOPROC + 1; /* ?!? How are unwinds supposed to work for symbols in arbitrary sections? Or what if we have multiple .text sections in a single |