Fix typo.
authorJeff Law <law@redhat.com>
Wed, 11 Aug 1999 18:15:39 +0000 (18:15 +0000)
committerJeff Law <law@redhat.com>
Wed, 11 Aug 1999 18:15:39 +0000 (18:15 +0000)
bfd/elf-hppa.h

index 67bc319c2cc838aa603d6ec5eda4b2f6129c6e94..413b371bacdae500f279214b46dc2f3a40e38131 100644 (file)
@@ -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
This page took 0.027631 seconds and 4 git commands to generate.