diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-06 12:04:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-06 12:04:31 +0000 |
commit | ad12c1c57742308da3e314c26d5a99ab587fb820 (patch) | |
tree | fc7894ef96016db4117f3f6de368bcd8712a3d4c /bfd/elf-bfd.h | |
parent | b6821651ed10df36b244f7b645312f2f015d4bff (diff) | |
download | gdb-ad12c1c57742308da3e314c26d5a99ab587fb820.zip gdb-ad12c1c57742308da3e314c26d5a99ab587fb820.tar.gz gdb-ad12c1c57742308da3e314c26d5a99ab587fb820.tar.bz2 |
Ah bah, missed these from last commit.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index dcccc48..78e39d9 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -770,22 +770,6 @@ struct elf_backend_data boolean (*elf_backend_write_section) PARAMS ((bfd *, asection *, bfd_byte *)); - /* This function, if defined, sets up the file positions for non PT_LOAD - segments, especially for segments containing non-allocated sections. */ - void (*set_nonloadable_filepos) - PARAMS ((bfd *, Elf_Internal_Phdr *)); - - /* This function, if defined, returns true if the section is contained - within the segment. File positions are compared. */ - boolean (*is_contained_by_filepos) - PARAMS ((asection *, Elf_Internal_Phdr *)); - - /* This function, if defined, returns true if copy_private_bfd_data - should be called. It provides a way of overriding default - test conditions in _bfd_elf_copy_private_section_data. */ - boolean (*copy_private_bfd_data_p) - PARAMS ((bfd *, asection *, bfd *, asection *)); - /* The level of IRIX compatibility we're striving for. MIPS ELF specific function. */ irix_compat_t (*elf_backend_mips_irix_compat) |