| Last change
 on this file since 3918 was             610, checked in by bird, 22 years ago | 
        
          | 
This commit was generated by cvs2svn to compensate for changes in r609,which included commits to RCS files with non-trunk default branches.
 
 | 
        
          | 
              
Property                 cvs2svn:cvs-rev
 set to                 1.1.1.2
Property                 svn:eol-style
 set to                 native
Property                 svn:executable
 set to                 * | 
        
          | File size:
            811 bytes | 
      
      
| Line |  | 
|---|
| 1 | @section | 
|---|
| 2 | ELF backends | 
|---|
| 3 |  | 
|---|
| 4 | BFD support for ELF formats is being worked on. | 
|---|
| 5 | Currently, the best supported back ends are for sparc and i386 | 
|---|
| 6 | (running svr4 or Solaris 2). | 
|---|
| 7 |  | 
|---|
| 8 | Documentation of the internals of the support code still needs | 
|---|
| 9 | to be written.  The code is changing quickly enough that we | 
|---|
| 10 | haven't bothered yet. | 
|---|
| 11 |  | 
|---|
| 12 | @findex bfd_elf_find_section | 
|---|
| 13 | @subsubsection @code{bfd_elf_find_section} | 
|---|
| 14 | @strong{Synopsis} | 
|---|
| 15 | @example | 
|---|
| 16 | struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name); | 
|---|
| 17 | @end example | 
|---|
| 18 | @strong{Description}@* | 
|---|
| 19 | Helper functions for GDB to locate the string tables. | 
|---|
| 20 | Since BFD hides string tables from callers, GDB needs to use an | 
|---|
| 21 | internal hook to find them.  Sun's .stabstr, in particular, | 
|---|
| 22 | isn't even pointed to by the .stab section, so ordinary | 
|---|
| 23 | mechanisms wouldn't work to find it, even if we had some. | 
|---|
| 24 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.