Merge devo/bfd with GDB's bfd.
[deliverable/binutils-gdb.git] / bfd / coff-mips.c
index c27e8c3b6277e2688fd7bf8626321cdcdecf466d..81c2a534e98f4539de0d7c173d2fb93c7109dbb7 100644 (file)
@@ -565,12 +565,12 @@ unsigned int size;
 }
 
 static
-struct sec_struct *section_from_bfd_index(abfd, index)
+struct sec *section_from_bfd_index(abfd, index)
 bfd *abfd;
 int index;
 {
 if (index > 0) {
-  struct sec_struct *answer = abfd->sections;
+  struct sec *answer = abfd->sections;
 
   while (--index) {
     answer = answer->next;
This page took 0.023957 seconds and 4 git commands to generate.