summaryrefslogtreecommitdiff
path: root/contrib/binutils/bfd/doc/elf.texi
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-04-18 02:42:13 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-04-18 02:42:13 +0000
commit250e7c04cd108375c2bc4e6657a3d660ecc4f10c (patch)
treeffc0692c3d95a48643d48abc64d13f425186d5c0 /contrib/binutils/bfd/doc/elf.texi
parentbf5476a7568284207ef150fa66e60173e5fd7c2b (diff)
Notes
Diffstat (limited to 'contrib/binutils/bfd/doc/elf.texi')
-rw-r--r--contrib/binutils/bfd/doc/elf.texi22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/binutils/bfd/doc/elf.texi b/contrib/binutils/bfd/doc/elf.texi
deleted file mode 100644
index 4f9434cf69d4..000000000000
--- a/contrib/binutils/bfd/doc/elf.texi
+++ /dev/null
@@ -1,22 +0,0 @@
-@section ELF backends
-BFD support for ELF formats is being worked on.
-Currently, the best supported back ends are for sparc and i386
-(running svr4 or Solaris 2).
-
-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.
-