aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-target.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-11-26 09:52:23 +0000
committerNick Clifton <nickc@redhat.com>1999-11-26 09:52:23 +0000
commit20cfcaae7be9de914b81b35ff98317e33695a60c (patch)
tree92d51a0aa3cb0b70310d6b2edb148dcfb335c354 /bfd/elfxx-target.h
parentba3d4249ed4eeb5feb360e3c4f53f01f5381de29 (diff)
downloadfsf-binutils-gdb-20cfcaae7be9de914b81b35ff98317e33695a60c.zip
fsf-binutils-gdb-20cfcaae7be9de914b81b35ff98317e33695a60c.tar.gz
fsf-binutils-gdb-20cfcaae7be9de914b81b35ff98317e33695a60c.tar.bz2
Add support for target specific processing of ELF segments
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r--bfd/elfxx-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h
index 2e7579b..0a69dd8 100644
--- a/bfd/elfxx-target.h
+++ b/bfd/elfxx-target.h
@@ -237,6 +237,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef elf_backend_section_from_shdr
#define elf_backend_section_from_shdr 0
#endif
+#ifndef elf_backend_section_from_phdr
+#define elf_backend_section_from_phdr 0
+#endif
#ifndef elf_backend_fake_sections
#define elf_backend_fake_sections 0
#endif
@@ -358,6 +361,7 @@ static CONST struct elf_backend_data elfNN_bed =
elf_backend_get_symbol_type,
elf_backend_section_processing,
elf_backend_section_from_shdr,
+ elf_backend_section_from_phdr,
elf_backend_fake_sections,
elf_backend_section_from_bfd_section,
elf_backend_add_symbol_hook,