mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 11:30:50 +00:00
fix libbfd.h declaration, by tweaking elf.c comment, so bfd can compile
This commit is contained in:
parent
1a917f544a
commit
c3efeb9248
@ -1,3 +1,8 @@
|
|||||||
|
Tue Dec 29 21:41:05 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||||
|
|
||||||
|
* elf.c (bfd_elf_find_section): Switch back to "struct ..." for
|
||||||
|
return type, so libbfd.h doesn't reference undefined typedefnames.
|
||||||
|
|
||||||
Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
|
Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather
|
* coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather
|
||||||
|
@ -345,7 +345,7 @@ INTERNAL_FUNCTION
|
|||||||
bfd_elf_find_section
|
bfd_elf_find_section
|
||||||
|
|
||||||
SYNOPSIS
|
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
|
DESCRIPTION
|
||||||
Helper functions for GDB to locate the string tables.
|
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.
|
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),
|
DEFUN(bfd_elf_find_section, (abfd, name),
|
||||||
bfd *abfd AND
|
bfd *abfd AND
|
||||||
char *name)
|
char *name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user