X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=bfd%2Fdoc%2Felf.texi;h=40533860c858dd2eeb47317d0a443637c76c3a88;hp=4f9434cf69d47036d461a10b7340967ed97edd32;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/bfd/doc/elf.texi b/bfd/doc/elf.texi index 4f9434c..4053386 100644 --- a/bfd/doc/elf.texi +++ b/bfd/doc/elf.texi @@ -7,16 +7,3 @@ Documentation of the internals of the support code still needs to be written. The code is changing quickly enough that we haven't bothered yet. -@findex bfd_elf_find_section -@subsubsection @code{bfd_elf_find_section} -@strong{Synopsis} -@example -struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name); -@end example -@strong{Description}@* -Helper functions for GDB to locate the string tables. -Since BFD hides string tables from callers, GDB needs to use an -internal hook to find them. Sun's .stabstr, in particular, -isn't even pointed to by the .stab section, so ordinary -mechanisms wouldn't work to find it, even if we had some. -