OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [bfd/] [doc/] [elf.texi] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
@section ELF backends
@section ELF backends
BFD support for ELF formats is being worked on.
BFD support for ELF formats is being worked on.
Currently, the best supported back ends are for sparc and i386
Currently, the best supported back ends are for sparc and i386
(running svr4 or Solaris 2).
(running svr4 or Solaris 2).
 
 
Documentation of the internals of the support code still needs
Documentation of the internals of the support code still needs
to be written.  The code is changing quickly enough that we
to be written.  The code is changing quickly enough that we
haven't bothered yet.
haven't bothered yet.
 
 
@findex bfd_elf_find_section
@findex bfd_elf_find_section
@subsubsection @code{bfd_elf_find_section}
@subsubsection @code{bfd_elf_find_section}
@strong{Synopsis}
@strong{Synopsis}
@example
@example
struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);
struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);
@end example
@end example
@strong{Description}@*
@strong{Description}@*
Helper functions for GDB to locate the string tables.
Helper functions for GDB to locate the string tables.
Since BFD hides string tables from callers, GDB needs to use an
Since BFD hides string tables from callers, GDB needs to use an
internal hook to find them.  Sun's .stabstr, in particular,
internal hook to find them.  Sun's .stabstr, in particular,
isn't even pointed to by the .stab section, so ordinary
isn't even pointed to by the .stab section, so ordinary
mechanisms wouldn't work to find it, even if we had some.
mechanisms wouldn't work to find it, even if we had some.
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.