summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/bfd/elf64-ppc.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-07 17:06:28 -0700
committerElliott Hughes <enh@google.com>2015-07-07 17:06:28 -0700
commite75a9625a658e75feee8e2e2b6d42fa03d47b26d (patch)
treed15bb9a196ea7b28219911d7c26c93585454ed1d /binutils-2.24/bfd/elf64-ppc.h
parent548e866f819455e730b5981cefed80dfb9c56033 (diff)
downloadtoolchain_binutils-e75a9625a658e75feee8e2e2b6d42fa03d47b26d.tar.gz
toolchain_binutils-e75a9625a658e75feee8e2e2b6d42fa03d47b26d.tar.bz2
toolchain_binutils-e75a9625a658e75feee8e2e2b6d42fa03d47b26d.zip
Remove binutils-2.24.
Change-Id: I26a47a29e4d16e75e21e9295504079a815c334c6
Diffstat (limited to 'binutils-2.24/bfd/elf64-ppc.h')
-rw-r--r--binutils-2.24/bfd/elf64-ppc.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/binutils-2.24/bfd/elf64-ppc.h b/binutils-2.24/bfd/elf64-ppc.h
deleted file mode 100644
index 06c655f7..00000000
--- a/binutils-2.24/bfd/elf64-ppc.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/* PowerPC64-specific support for 64-bit ELF.
- Copyright 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011, 2012
- Free Software Foundation, Inc.
-
- This file is part of BFD, the Binary File Descriptor library.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- MA 02110-1301, USA. */
-
-bfd_boolean ppc64_elf_init_stub_bfd
- (bfd *, struct bfd_link_info *);
-bfd_boolean ppc64_elf_edit_opd
- (struct bfd_link_info *, bfd_boolean);
-asection *ppc64_elf_tls_setup
- (struct bfd_link_info *, int, int *);
-bfd_boolean ppc64_elf_tls_optimize
- (struct bfd_link_info *);
-bfd_boolean ppc64_elf_edit_toc
- (struct bfd_link_info *);
-bfd_boolean ppc64_elf_has_small_toc_reloc
- (asection *);
-bfd_vma ppc64_elf_set_toc
- (struct bfd_link_info *, bfd *);
-int ppc64_elf_setup_section_lists
- (struct bfd_link_info *, asection *(*) (const char *, asection *),
- void (*) (void));
-void ppc64_elf_start_multitoc_partition
- (struct bfd_link_info *);
-bfd_boolean ppc64_elf_next_toc_section
- (struct bfd_link_info *, asection *);
-bfd_boolean ppc64_elf_layout_multitoc
- (struct bfd_link_info *);
-void ppc64_elf_finish_multitoc_partition
- (struct bfd_link_info *);
-bfd_boolean ppc64_elf_check_init_fini
- (struct bfd_link_info *);
-bfd_boolean ppc64_elf_next_input_section
- (struct bfd_link_info *, asection *);
-bfd_boolean ppc64_elf_size_stubs
-(struct bfd_link_info *, bfd_signed_vma, bfd_boolean, int, int);
-bfd_boolean ppc64_elf_build_stubs
- (bfd_boolean, struct bfd_link_info *, char **);
-void ppc64_elf_restore_symbols
- (struct bfd_link_info *info);