Line 1... |
Line 1... |
/* SPARC ELF specific backend routines.
|
/* SPARC ELF specific backend routines.
|
Copyright 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
|
Copyright 2005, 2006, 2007, 2009, 2010, 2011
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
Line 144... |
Line 145... |
(bfd *, struct bfd_link_info *);
|
(bfd *, struct bfd_link_info *);
|
extern bfd_boolean _bfd_sparc_elf_object_p
|
extern bfd_boolean _bfd_sparc_elf_object_p
|
(bfd *);
|
(bfd *);
|
extern bfd_vma _bfd_sparc_elf_plt_sym_val
|
extern bfd_vma _bfd_sparc_elf_plt_sym_val
|
(bfd_vma, const asection *, const arelent *);
|
(bfd_vma, const asection *, const arelent *);
|
|
extern bfd_boolean _bfd_sparc_elf_merge_private_bfd_data
|
|
(bfd *, bfd *);
|
|
|
No newline at end of file
|
No newline at end of file
|