from ralphc: recognize some mips variants
[deliverable/binutils-gdb.git] / bfd / elf.c
index d6b28d34d872c77c79bb80cc2cb71e51f68bdf98..c3836f9351d66b3f33d826d9786935dc5be3c8e6 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -345,7 +345,7 @@ INTERNAL_FUNCTION
        bfd_elf_find_section
 
 SYNOPSIS
-       Elf_Internal_Shdr *bfd_elf_find_section (bfd *abfd, char *name);
+       struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);
 
 DESCRIPTION
        Helper functions for GDB to locate the string tables.
@@ -355,7 +355,7 @@ DESCRIPTION
        mechanisms wouldn't work to find it, even if we had some.
 */
 
-Elf_Internal_Shdr *
+struct elf_internal_shdr *
 DEFUN(bfd_elf_find_section, (abfd, name),
       bfd              *abfd AND
       char             *name)
This page took 0.069779 seconds and 4 git commands to generate.