aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-07-08 13:10:51 +0000
committerAlan Modra <amodra@gmail.com>2003-07-08 13:10:51 +0000
commit43c40ab2d9b6b20ab3cb16e4211de4112437b380 (patch)
tree7c847dd2052f55f1e91a38fcdbe273c25aa173d0 /bfd/elf-bfd.h
parent0c83546ac6ce48331e66584c9119fe258d0d1bfc (diff)
downloadgdb-43c40ab2d9b6b20ab3cb16e4211de4112437b380.zip
gdb-43c40ab2d9b6b20ab3cb16e4211de4112437b380.tar.gz
gdb-43c40ab2d9b6b20ab3cb16e4211de4112437b380.tar.bz2
* elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
* elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New. (ppc_elf_tdata): Define. (elf_local_ptr_offsets): Adjust. (ppc_elf_mkobject): New function. (bfd_elf32_mkobject): Define.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index f3e64c1..b118524 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -1202,10 +1202,6 @@ struct elf_obj_tdata
/* Symbol version references to external objects. */
Elf_Internal_Verneed *verref;
- /* A mapping from local symbols to offsets into the various linker
- sections added. This is index by the symbol index. */
- void **linker_section_pointers;
-
/* The Irix 5 support uses two virtual sections, which represent
text/data symbols defined in dynamic objects. */
asymbol *elf_data_symbol;