summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-09-22 06:57:35 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-09-22 06:57:35 +0000
commitd2caf9ebedbceda6f053b9d854a2d1f872bd5703 (patch)
tree78c9a3a86d3e17f0165e4b979db881910a23c4b1 /bfd/elf32-ppc.c
parent2b218120bc13518172e83d7cd5f148ab5e17ba49 (diff)
downloadgdb-d2caf9ebedbceda6f053b9d854a2d1f872bd5703.tar.gz
* elf32-ppc.c (ppc_elf_modify_segment_map): Delete.
(elf_backend_modify_segment_map): Don't define.
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 50cb3a445d0..a9a246dc3a5 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -2759,15 +2759,6 @@ ppc_elf_additional_program_headers (bfd *abfd)
return ret;
}
-
-/* Modify the segment map if needed. */
-
-static bfd_boolean
-ppc_elf_modify_segment_map (bfd *abfd ATTRIBUTE_UNUSED,
- struct bfd_link_info *info ATTRIBUTE_UNUSED)
-{
- return TRUE;
-}
/* The powerpc .got has a blrl instruction in it. Mark it executable. */
@@ -6223,7 +6214,6 @@ static struct bfd_elf_special_section const ppc_elf_special_sections[]=
#define elf_backend_finish_dynamic_sections ppc_elf_finish_dynamic_sections
#define elf_backend_fake_sections ppc_elf_fake_sections
#define elf_backend_additional_program_headers ppc_elf_additional_program_headers
-#define elf_backend_modify_segment_map ppc_elf_modify_segment_map
#define elf_backend_grok_prstatus ppc_elf_grok_prstatus
#define elf_backend_grok_psinfo ppc_elf_grok_psinfo
#define elf_backend_reloc_type_class ppc_elf_reloc_type_class