1999-06-22 20:20:30 +08:00
|
|
|
/* Common code for PA ELF implementations.
|
2005-07-29 10:46:04 +08:00
|
|
|
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
2004-03-26 14:13:40 +08:00
|
|
|
Free Software Foundation, Inc.
|
1999-06-22 20:20:30 +08:00
|
|
|
|
|
|
|
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 2 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
|
2005-05-04 23:53:43 +08:00
|
|
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
1999-06-22 20:20:30 +08:00
|
|
|
|
|
|
|
#define ELF_HOWTO_TABLE_SIZE R_PARISC_UNIMPLEMENTED + 1
|
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
/* This file is included by multiple PA ELF BFD backends with different
|
|
|
|
sizes.
|
|
|
|
|
|
|
|
Most of the routines are written to be size independent, but sometimes
|
|
|
|
external constraints require 32 or 64 bit specific code. We remap
|
|
|
|
the definitions/functions as necessary here. */
|
1999-06-22 20:20:30 +08:00
|
|
|
#if ARCH_SIZE == 64
|
|
|
|
#define ELF_R_TYPE(X) ELF64_R_TYPE(X)
|
1999-09-02 03:42:17 +08:00
|
|
|
#define ELF_R_SYM(X) ELF64_R_SYM(X)
|
2002-02-12 19:08:27 +08:00
|
|
|
#define elf_hppa_reloc_final_type elf64_hppa_reloc_final_type
|
1999-06-22 20:20:30 +08:00
|
|
|
#define _bfd_elf_hppa_gen_reloc_type _bfd_elf64_hppa_gen_reloc_type
|
1999-09-02 03:42:17 +08:00
|
|
|
#define elf_hppa_relocate_section elf64_hppa_relocate_section
|
|
|
|
#define elf_hppa_final_link elf64_hppa_final_link
|
1999-06-22 20:20:30 +08:00
|
|
|
#endif
|
|
|
|
#if ARCH_SIZE == 32
|
|
|
|
#define ELF_R_TYPE(X) ELF32_R_TYPE(X)
|
1999-09-02 03:42:17 +08:00
|
|
|
#define ELF_R_SYM(X) ELF32_R_SYM(X)
|
2002-02-12 19:08:27 +08:00
|
|
|
#define elf_hppa_reloc_final_type elf32_hppa_reloc_final_type
|
1999-06-22 20:20:30 +08:00
|
|
|
#define _bfd_elf_hppa_gen_reloc_type _bfd_elf32_hppa_gen_reloc_type
|
1999-09-02 03:42:17 +08:00
|
|
|
#define elf_hppa_relocate_section elf32_hppa_relocate_section
|
|
|
|
#define elf_hppa_final_link elf32_hppa_final_link
|
1999-06-22 20:20:30 +08:00
|
|
|
#endif
|
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
#if ARCH_SIZE == 64
|
2000-05-02 08:12:52 +08:00
|
|
|
static bfd_reloc_status_type elf_hppa_final_link_relocate
|
2003-08-07 15:25:34 +08:00
|
|
|
(Elf_Internal_Rela *, bfd *, bfd *, asection *, bfd_byte *, bfd_vma,
|
|
|
|
struct bfd_link_info *, asection *, struct elf_link_hash_entry *,
|
|
|
|
struct elf64_hppa_dyn_hash_entry *);
|
2000-05-02 08:12:52 +08:00
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
static int elf_hppa_relocate_insn
|
2003-08-07 15:25:34 +08:00
|
|
|
(int, int, unsigned int);
|
2000-05-02 08:12:52 +08:00
|
|
|
#endif
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
/* ELF/PA relocation howto entries. */
|
|
|
|
|
|
|
|
static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] =
|
|
|
|
{
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_NONE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_NONE", FALSE, 0, 0, FALSE },
|
1999-06-22 20:20:30 +08:00
|
|
|
|
|
|
|
/* The values in DIR32 are to placate the check in
|
|
|
|
_bfd_stab_section_find_nearest_line. */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_DIR32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR32", FALSE, 0, 0xffffffff, FALSE },
|
|
|
|
{ R_PARISC_DIR21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR17R, 0, 0, 17, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR17R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR17F, 0, 0, 17, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR17F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 8 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_PCREL12F, 0, 0, 12, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL12F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL32, 0, 0, 32, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL21L, 0, 0, 21, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL17R, 0, 0, 17, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL17R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL17F, 0, 0, 17, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL17F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL17C, 0, 0, 17, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL17C", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL14R, 0, 0, 14, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL14F, 0, 0, 14, TRUE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 16 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DPREL21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DPREL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DPREL14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DPREL14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DPREL14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DPREL14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DPREL14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DPREL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DPREL14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DPREL14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 24 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTREL21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTREL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTREL14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTREL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTREL14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTREL14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 32 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTIND21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTIND21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTIND14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTIND14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTIND14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTIND14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 40 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_SETBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_SETBASE", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_SECREL32, 0, 0, 32, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_SECREL32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL17R, 0, 0, 17, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL17R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL17F, 0, 0, 17, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL17F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 48 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_SEGBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_SEGBASE", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_SEGREL32, 0, 0, 32, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_SEGREL32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 56 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR32, 0, 0, 32, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 64 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_FPTR64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_FPTR64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLABEL32, 0, 0, 32, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLABEL32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLABEL21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLABEL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLABEL14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLABEL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 72 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_PCREL64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL22C, 0, 0, 22, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL22C", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL22F, 0, 0, 22, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL22F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PCREL16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PCREL16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 80 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_DIR64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DIR16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DIR16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 88 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_GPREL64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GPREL64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTREL14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTREL14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTREL14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTREL14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_GPREL16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GPREL16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_GPREL16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GPREL16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_GPREL16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GPREL16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 96 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_LTOFF64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTIND14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTIND14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_DLTIND14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_DLTIND14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 104 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_BASEREL14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_BASEREL14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 112 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_SEGREL64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_SEGREL64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_PLTOFF16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_PLTOFF16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 120 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_LTOFF_FPTR64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_FPTR16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 128 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_COPY, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_COPY", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_IPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_IPLT", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_EPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_EPLT", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 136 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 144 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 152 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL32, 0, 0, 32, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL32", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL21L, 0, 0, 21, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL14R, 0, 0, 14, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL14R", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 160 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP21L, 0, 0, 21, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP21L", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP14R, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP14F, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14F", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 168 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 176 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 184 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 192 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 200 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 208 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 216 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_TPREL64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL14WR, 0, 0, 14, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL16F, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL16WF, 0, 0, 16, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_TPREL16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_TPREL16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 224 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_LTOFF_TP64, 0, 0, 64, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP64", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP14WR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14WR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP14DR, 0, 0, 14, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14DR", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP16F, 0, 0, 16, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16F", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP16WF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16WF", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_LTOFF_TP16DF, 0, 0, 16, FALSE, 0, complain_overflow_bitfield,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16DF", FALSE, 0, 0, FALSE },
|
2000-09-05 10:23:23 +08:00
|
|
|
/* 232 */
|
2002-11-30 16:39:46 +08:00
|
|
|
{ R_PARISC_GNU_VTENTRY, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GNU_VTENTRY", FALSE, 0, 0, FALSE },
|
|
|
|
{ R_PARISC_GNU_VTINHERIT, 0, 0, 0, FALSE, 0, complain_overflow_dont,
|
|
|
|
bfd_elf_generic_reloc, "R_PARISC_GNU_VTINHERIT", FALSE, 0, 0, FALSE },
|
1999-06-22 20:20:30 +08:00
|
|
|
};
|
|
|
|
|
1999-07-15 10:06:03 +08:00
|
|
|
#define OFFSET_14R_FROM_21L 4
|
|
|
|
#define OFFSET_14F_FROM_21L 5
|
|
|
|
|
2002-02-12 19:08:27 +08:00
|
|
|
/* Return the final relocation type for the given base type, instruction
|
|
|
|
format, and field selector. */
|
1999-06-22 20:20:30 +08:00
|
|
|
|
2002-02-12 19:08:27 +08:00
|
|
|
elf_hppa_reloc_type
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_reloc_final_type (bfd *abfd,
|
|
|
|
elf_hppa_reloc_type base_type,
|
|
|
|
int format,
|
|
|
|
unsigned int field)
|
1999-06-22 20:20:30 +08:00
|
|
|
{
|
2002-02-12 19:08:27 +08:00
|
|
|
elf_hppa_reloc_type final_type = base_type;
|
1999-06-22 20:20:30 +08:00
|
|
|
|
|
|
|
/* Just a tangle of nested switch statements to deal with the braindamage
|
|
|
|
that a different field selector means a completely different relocation
|
|
|
|
for PA ELF. */
|
|
|
|
switch (base_type)
|
|
|
|
{
|
1999-08-31 05:30:36 +08:00
|
|
|
/* We have been using generic relocation types. However, that may not
|
|
|
|
really make sense. Anyway, we need to support both R_PARISC_DIR64
|
|
|
|
and R_PARISC_DIR32 here. */
|
|
|
|
case R_PARISC_DIR32:
|
|
|
|
case R_PARISC_DIR64:
|
1999-06-22 20:20:30 +08:00
|
|
|
case R_HPPA_ABS_CALL:
|
|
|
|
switch (format)
|
|
|
|
{
|
|
|
|
case 14:
|
|
|
|
switch (field)
|
|
|
|
{
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_DIR14F;
|
|
|
|
break;
|
1999-06-22 20:20:30 +08:00
|
|
|
case e_rsel:
|
|
|
|
case e_rrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_rdsel:
|
1999-06-22 20:20:30 +08:00
|
|
|
final_type = R_PARISC_DIR14R;
|
|
|
|
break;
|
|
|
|
case e_rtsel:
|
1999-07-06 17:27:18 +08:00
|
|
|
final_type = R_PARISC_DLTIND14R;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
1999-08-05 08:12:22 +08:00
|
|
|
case e_rtpsel:
|
|
|
|
final_type = R_PARISC_LTOFF_FPTR14DR;
|
|
|
|
break;
|
1999-06-22 20:20:30 +08:00
|
|
|
case e_tsel:
|
1999-07-06 17:27:18 +08:00
|
|
|
final_type = R_PARISC_DLTIND14F;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
case e_rpsel:
|
|
|
|
final_type = R_PARISC_PLABEL14R;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 17:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_DIR17F;
|
|
|
|
break;
|
|
|
|
case e_rsel:
|
|
|
|
case e_rrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_rdsel:
|
1999-06-22 20:20:30 +08:00
|
|
|
final_type = R_PARISC_DIR17R;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 21:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_lsel:
|
|
|
|
case e_lrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_ldsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_nlsel:
|
|
|
|
case e_nlrsel:
|
1999-06-22 20:20:30 +08:00
|
|
|
final_type = R_PARISC_DIR21L;
|
|
|
|
break;
|
|
|
|
case e_ltsel:
|
1999-07-06 17:27:18 +08:00
|
|
|
final_type = R_PARISC_DLTIND21L;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
1999-08-05 08:12:22 +08:00
|
|
|
case e_ltpsel:
|
|
|
|
final_type = R_PARISC_LTOFF_FPTR21L;
|
|
|
|
break;
|
1999-06-22 20:20:30 +08:00
|
|
|
case e_lpsel:
|
|
|
|
final_type = R_PARISC_PLABEL21L;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 32:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_DIR32;
|
1999-08-10 07:47:04 +08:00
|
|
|
/* When in 64bit mode, a 32bit relocation is supposed to
|
|
|
|
be a section relative relocation. Dwarf2 (for example)
|
|
|
|
uses 32bit section relative relocations. */
|
|
|
|
if (bfd_get_arch_info (abfd)->bits_per_address != 32)
|
2002-04-08 19:01:43 +08:00
|
|
|
final_type = R_PARISC_SECREL32;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
case e_psel:
|
|
|
|
final_type = R_PARISC_PLABEL32;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1999-07-15 10:06:03 +08:00
|
|
|
case 64:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_DIR64;
|
|
|
|
break;
|
|
|
|
case e_psel:
|
1999-08-05 08:12:22 +08:00
|
|
|
final_type = R_PARISC_FPTR64;
|
|
|
|
break;
|
1999-07-15 10:06:03 +08:00
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-07-15 10:06:03 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_HPPA_GOTOFF:
|
|
|
|
switch (format)
|
|
|
|
{
|
|
|
|
case 14:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_rsel:
|
|
|
|
case e_rrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_rdsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
/* R_PARISC_DLTREL14R for elf64, R_PARISC_DPREL14R for elf32 */
|
1999-07-15 10:06:03 +08:00
|
|
|
final_type = base_type + OFFSET_14R_FROM_21L;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
case e_fsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
/* R_PARISC_DLTREL14F for elf64, R_PARISC_DPREL14F for elf32 */
|
1999-07-15 10:06:03 +08:00
|
|
|
final_type = base_type + OFFSET_14F_FROM_21L;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 21:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_lsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_lrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_ldsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_nlsel:
|
|
|
|
case e_nlrsel:
|
|
|
|
/* R_PARISC_DLTREL21L for elf64, R_PARISC_DPREL21L for elf32 */
|
1999-07-15 10:06:03 +08:00
|
|
|
final_type = base_type;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_HPPA_PCREL_CALL:
|
|
|
|
switch (format)
|
|
|
|
{
|
2000-09-05 10:23:23 +08:00
|
|
|
case 12:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_PCREL12F;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
2000-09-05 10:23:23 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
case 14:
|
2000-09-05 10:23:23 +08:00
|
|
|
/* Contrary to appearances, these are not calls of any sort.
|
|
|
|
Rather, they are loads/stores with a pcrel reloc. */
|
1999-06-22 20:20:30 +08:00
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_rsel:
|
|
|
|
case e_rrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_rdsel:
|
1999-06-22 20:20:30 +08:00
|
|
|
final_type = R_PARISC_PCREL14R;
|
|
|
|
break;
|
|
|
|
case e_fsel:
|
2002-07-16 10:26:30 +08:00
|
|
|
if (bfd_get_mach (abfd) < 25)
|
|
|
|
final_type = R_PARISC_PCREL14F;
|
|
|
|
else
|
|
|
|
final_type = R_PARISC_PCREL16F;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 17:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_rsel:
|
|
|
|
case e_rrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_rdsel:
|
1999-06-22 20:20:30 +08:00
|
|
|
final_type = R_PARISC_PCREL17R;
|
|
|
|
break;
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_PCREL17F;
|
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2000-07-09 15:23:07 +08:00
|
|
|
case 21:
|
1999-07-01 21:02:50 +08:00
|
|
|
switch (field)
|
|
|
|
{
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_lsel:
|
|
|
|
case e_lrsel:
|
2000-09-28 01:30:19 +08:00
|
|
|
case e_ldsel:
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_nlsel:
|
|
|
|
case e_nlrsel:
|
|
|
|
final_type = R_PARISC_PCREL21L;
|
1999-07-01 21:02:50 +08:00
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-07-01 21:02:50 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2000-07-09 15:23:07 +08:00
|
|
|
case 22:
|
1999-06-22 20:20:30 +08:00
|
|
|
switch (field)
|
|
|
|
{
|
2000-07-09 15:23:07 +08:00
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_PCREL22F;
|
1999-06-22 20:20:30 +08:00
|
|
|
break;
|
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2004-03-20 03:19:53 +08:00
|
|
|
case 32:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_PCREL32;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
return R_PARISC_NONE;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 64:
|
|
|
|
switch (field)
|
|
|
|
{
|
|
|
|
case e_fsel:
|
|
|
|
final_type = R_PARISC_PCREL64;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
return R_PARISC_NONE;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
case R_PARISC_GNU_VTENTRY:
|
|
|
|
case R_PARISC_GNU_VTINHERIT:
|
1999-08-11 02:51:53 +08:00
|
|
|
case R_PARISC_SEGREL32:
|
|
|
|
case R_PARISC_SEGBASE:
|
|
|
|
/* The defaults are fine for these cases. */
|
|
|
|
break;
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
default:
|
2002-02-12 19:08:27 +08:00
|
|
|
return R_PARISC_NONE;
|
1999-06-22 20:20:30 +08:00
|
|
|
}
|
|
|
|
|
2002-02-12 19:08:27 +08:00
|
|
|
return final_type;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Return one (or more) BFD relocations which implement the base
|
|
|
|
relocation with modifications based on format and field. */
|
|
|
|
|
|
|
|
elf_hppa_reloc_type **
|
2003-08-07 15:25:34 +08:00
|
|
|
_bfd_elf_hppa_gen_reloc_type (bfd *abfd,
|
|
|
|
elf_hppa_reloc_type base_type,
|
|
|
|
int format,
|
|
|
|
unsigned int field,
|
|
|
|
int ignore ATTRIBUTE_UNUSED,
|
|
|
|
asymbol *sym ATTRIBUTE_UNUSED)
|
2002-02-12 19:08:27 +08:00
|
|
|
{
|
|
|
|
elf_hppa_reloc_type *finaltype;
|
|
|
|
elf_hppa_reloc_type **final_types;
|
|
|
|
bfd_size_type amt = sizeof (elf_hppa_reloc_type *) * 2;
|
|
|
|
|
|
|
|
/* Allocate slots for the BFD relocation. */
|
2003-08-07 15:25:34 +08:00
|
|
|
final_types = bfd_alloc (abfd, amt);
|
2002-02-12 19:08:27 +08:00
|
|
|
if (final_types == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* Allocate space for the relocation itself. */
|
|
|
|
amt = sizeof (elf_hppa_reloc_type);
|
2003-08-07 15:25:34 +08:00
|
|
|
finaltype = bfd_alloc (abfd, amt);
|
2002-02-12 19:08:27 +08:00
|
|
|
if (finaltype == NULL)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
/* Some reasonable defaults. */
|
|
|
|
final_types[0] = finaltype;
|
|
|
|
final_types[1] = NULL;
|
|
|
|
|
|
|
|
*finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
|
|
|
|
|
1999-06-22 20:20:30 +08:00
|
|
|
return final_types;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Translate from an elf into field into a howto relocation pointer. */
|
|
|
|
|
|
|
|
static void
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
|
|
|
|
arelent *bfd_reloc,
|
|
|
|
Elf_Internal_Rela *elf_reloc)
|
1999-06-22 20:20:30 +08:00
|
|
|
{
|
2003-08-07 15:25:34 +08:00
|
|
|
BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
|
1999-06-22 20:20:30 +08:00
|
|
|
< (unsigned int) R_PARISC_UNIMPLEMENTED);
|
|
|
|
bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Translate from an elf into field into a howto relocation pointer. */
|
|
|
|
|
|
|
|
static void
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
|
|
|
|
arelent *bfd_reloc,
|
|
|
|
Elf_Internal_Rela *elf_reloc)
|
1999-06-22 20:20:30 +08:00
|
|
|
{
|
|
|
|
BFD_ASSERT (ELF_R_TYPE(elf_reloc->r_info)
|
|
|
|
< (unsigned int) R_PARISC_UNIMPLEMENTED);
|
|
|
|
bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Return the address of the howto table entry to perform the CODE
|
|
|
|
relocation for an ARCH machine. */
|
|
|
|
|
|
|
|
static reloc_howto_type *
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
|
|
|
|
bfd_reloc_code_real_type code)
|
1999-06-22 20:20:30 +08:00
|
|
|
{
|
|
|
|
if ((int) code < (int) R_PARISC_UNIMPLEMENTED)
|
|
|
|
{
|
|
|
|
BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
|
|
|
|
return &elf_hppa_howto_table[(int) code];
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|
1999-06-25 04:01:43 +08:00
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
/* Return TRUE if SYM represents a local label symbol. */
|
1999-08-10 07:47:04 +08:00
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, const char *name)
|
1999-08-10 07:47:04 +08:00
|
|
|
{
|
2000-09-05 10:23:23 +08:00
|
|
|
if (name[0] == 'L' && name[1] == '$')
|
|
|
|
return 1;
|
|
|
|
return _bfd_elf_is_local_label_name (abfd, name);
|
1999-08-10 07:47:04 +08:00
|
|
|
}
|
|
|
|
|
1999-08-11 17:30:20 +08:00
|
|
|
/* Set the correct type for an ELF section. We do this by the
|
|
|
|
section name, which is a hack, but ought to work. */
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec)
|
1999-08-11 17:30:20 +08:00
|
|
|
{
|
2003-08-07 15:25:34 +08:00
|
|
|
const char *name;
|
1999-08-11 17:30:20 +08:00
|
|
|
|
|
|
|
name = bfd_get_section_name (abfd, sec);
|
|
|
|
|
|
|
|
if (strcmp (name, ".PARISC.unwind") == 0)
|
|
|
|
{
|
1999-08-21 07:03:04 +08:00
|
|
|
int indx;
|
2000-07-09 15:23:07 +08:00
|
|
|
asection *asec;
|
2000-05-02 08:12:52 +08:00
|
|
|
#if ARCH_SIZE == 64
|
1999-08-11 17:30:20 +08:00
|
|
|
hdr->sh_type = SHT_LOPROC + 1;
|
2000-05-02 08:12:52 +08:00
|
|
|
#else
|
|
|
|
hdr->sh_type = 1;
|
|
|
|
#endif
|
1999-08-11 17:30:20 +08:00
|
|
|
/* ?!? How are unwinds supposed to work for symbols in arbitrary
|
|
|
|
sections? Or what if we have multiple .text sections in a single
|
1999-09-09 20:01:24 +08:00
|
|
|
.o file? HP really messed up on this one.
|
1999-08-11 17:30:20 +08:00
|
|
|
|
1999-08-21 07:03:04 +08:00
|
|
|
Ugh. We can not use elf_section_data (sec)->this_idx at this
|
|
|
|
point because it is not initialized yet.
|
|
|
|
|
|
|
|
So we (gasp) recompute it here. Hopefully nobody ever changes the
|
|
|
|
way sections are numbered in elf.c! */
|
2000-07-09 15:23:07 +08:00
|
|
|
for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
|
1999-08-21 07:03:04 +08:00
|
|
|
{
|
2000-07-09 15:23:07 +08:00
|
|
|
if (asec->name && strcmp (asec->name, ".text") == 0)
|
1999-08-21 07:03:04 +08:00
|
|
|
{
|
|
|
|
hdr->sh_info = indx;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
1999-09-09 20:01:24 +08:00
|
|
|
|
1999-08-11 17:30:20 +08:00
|
|
|
/* I have no idea if this is really necessary or what it means. */
|
|
|
|
hdr->sh_entsize = 4;
|
|
|
|
}
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-08-11 17:30:20 +08:00
|
|
|
}
|
|
|
|
|
2000-05-02 08:12:52 +08:00
|
|
|
static void
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_final_write_processing (bfd *abfd,
|
|
|
|
bfd_boolean linker ATTRIBUTE_UNUSED)
|
2000-05-02 08:12:52 +08:00
|
|
|
{
|
|
|
|
int mach = bfd_get_mach (abfd);
|
|
|
|
|
|
|
|
elf_elfheader (abfd)->e_flags &= ~(EF_PARISC_ARCH | EF_PARISC_TRAPNIL
|
|
|
|
| EF_PARISC_EXT | EF_PARISC_LSB
|
|
|
|
| EF_PARISC_WIDE | EF_PARISC_NO_KABP
|
|
|
|
| EF_PARISC_LAZYSWAP);
|
|
|
|
|
|
|
|
if (mach == 10)
|
|
|
|
elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_0;
|
|
|
|
else if (mach == 11)
|
|
|
|
elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
|
|
|
|
else if (mach == 20)
|
|
|
|
elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
|
|
|
|
else if (mach == 25)
|
|
|
|
elf_elfheader (abfd)->e_flags |= (EF_PARISC_WIDE
|
|
|
|
| EFA_PARISC_2_0
|
|
|
|
/* The GNU tools have trapped without
|
|
|
|
option since 1993, so need to take
|
|
|
|
a step backwards with the ELF
|
|
|
|
based toolchains. */
|
|
|
|
| EF_PARISC_TRAPNIL);
|
|
|
|
}
|
|
|
|
|
2002-04-08 19:01:43 +08:00
|
|
|
/* Comparison function for qsort to sort unwind section during a
|
|
|
|
final link. */
|
|
|
|
|
|
|
|
static int
|
2003-08-07 15:25:34 +08:00
|
|
|
hppa_unwind_entry_compare (const void *a, const void *b)
|
2002-04-08 19:01:43 +08:00
|
|
|
{
|
|
|
|
const bfd_byte *ap, *bp;
|
|
|
|
unsigned long av, bv;
|
|
|
|
|
2003-08-07 15:25:34 +08:00
|
|
|
ap = a;
|
2002-04-08 19:01:43 +08:00
|
|
|
av = (unsigned long) ap[0] << 24;
|
|
|
|
av |= (unsigned long) ap[1] << 16;
|
|
|
|
av |= (unsigned long) ap[2] << 8;
|
|
|
|
av |= (unsigned long) ap[3];
|
|
|
|
|
2003-08-07 15:25:34 +08:00
|
|
|
bp = b;
|
2002-04-08 19:01:43 +08:00
|
|
|
bv = (unsigned long) bp[0] << 24;
|
|
|
|
bv |= (unsigned long) bp[1] << 16;
|
|
|
|
bv |= (unsigned long) bp[2] << 8;
|
|
|
|
bv |= (unsigned long) bp[3];
|
|
|
|
|
|
|
|
return av < bv ? -1 : av > bv ? 1 : 0;
|
|
|
|
}
|
|
|
|
|
2003-08-07 15:25:34 +08:00
|
|
|
static bfd_boolean elf_hppa_sort_unwind (bfd *abfd)
|
2002-04-08 19:01:43 +08:00
|
|
|
{
|
|
|
|
asection *s;
|
|
|
|
|
|
|
|
/* Magic section names, but this is much safer than having
|
|
|
|
relocate_section remember where SEGREL32 relocs occurred.
|
|
|
|
Consider what happens if someone inept creates a linker script
|
|
|
|
that puts unwind information in .text. */
|
|
|
|
s = bfd_get_section_by_name (abfd, ".PARISC.unwind");
|
|
|
|
if (s != NULL)
|
|
|
|
{
|
|
|
|
bfd_size_type size;
|
bfd/
* section.c (struct sec): Rename "_cooked_size" to "size".
Rename "_raw_size" to "rawsize".
(STD_SECTION): Adjust comments.
(bfd_set_section_size, bfd_get_section_contents): Use size.
(bfd_malloc_and_get_section): New function.
* bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
* coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
Correctly free reloc and contents memory.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
and fake CIE now that we can shink section size to zero.
(_bfd_elf_write_section_eh_frame): Likewise..
* elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
* elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
_bfd_stab_section_offset. Use _bfd_elf_section_offset.
* stabs.c (_bfd_stab_section_offset_): Remove unused args and
unneeded indirection.
* elf.c (_bfd_elf_section_offset): .. and update call.
* libbfd-in.h (_bfd_stab_section_offset): Update prototype.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
Replace occurrences of "_raw_size" and "_cooked_size" in most places
with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
sections. Use "rawsize", if non-zero, for bfd_get_section_contents
calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
Similarly use "rawsize", if non-zero, in reloc functions to validate
reloc addresses. Use new bfd_malloc_and_get_section in most places
where bfd_get_section_contents was called. Expand all occurrences of
bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
grok_prstatus and similar functions to "size".
* aix386-core.c (aix386_core_file_p): ..
* aix5ppc-core.c (xcoff64_core_p): ..
* aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
aout_adobe_set_section_contents): ..
* aout-target.h (callback): ..
* aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
MY_bfd_final_link): ..
* aoutf1.h (sunos4_core_file_p): ..
* aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
final_link, aout_link_input_section): ..
* binary.c (binary_object_p, binary_canonicalize_symtab,
binary_set_section_contents): ..
* bout.c (b_out_callback, b_out_write_object_contents,
b_out_set_section_contents, b_out_bfd_relax_section,
b_out_bfd_get_relocated_section_contents): ..
* cisco-core.c (cisco_core_file_validate): ..
* coff-alpha.c (alpha_ecoff_object_p,
alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
* coff-arm.c (coff_arm_relocate_section,
bfd_arm_allocate_interworking_sections): ..
* coff-h8300.c (h8300_reloc16_extra_cases,
h8300_bfd_link_add_symbols): ..
* coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
* coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
ppc_bfd_coff_final_link): ..
* coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_align_loads, sh_coff_get_relocated_section_contents): ..
* coff64-rs6000.c (xcoff64_write_object_contents,
xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
* coffcode.h (coff_compute_section_file_positions,
coff_write_object_contents): ..
* coffgen.c (make_a_section_from_file, coff_write_symbols,
coff_section_symbol, build_debug_section): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
process_embedded_commands, _bfd_coff_link_input_bfd,
_bfd_coff_write_global_sym): ..
* cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
* cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
* dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
* dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
_bfd_dwarf2_find_nearest_line): ..
* ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
ecoff_compute_section_file_positions,
_bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
_bfd_elf_discard_section_eh_frame_hdr,
_bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
_bfd_elf_write_section_eh_frame,
_bfd_elf_write_section_eh_frame_hdr): ..
* elf-hppa.h (elf_hppa_sort_unwind): ..
* elf-m10200.c (mn10200_elf_relax_section,
mn10200_elf_relax_delete_bytes,
mn10200_elf_get_relocated_section_contents): ..
* elf-m10300.c (_bfd_mn10300_elf_create_got_section,
mn10300_elf_check_relocs, mn10300_elf_relax_section,
mn10300_elf_relax_delete_bytes,
mn10300_elf_get_relocated_section_contents,
_bfd_mn10300_elf_adjust_dynamic_symbol,
_bfd_mn10300_elf_discard_copies,
_bfd_mn10300_elf_size_dynamic_sections,
_bfd_mn10300_elf_finish_dynamic_sections): ..
* elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
_bfd_elf_make_section_from_phdr, elf_fake_sections,
bfd_elf_set_group_contents, map_sections_to_segments,
elf_sort_sections, assign_file_positions_for_segments,
SECTION_SIZE, copy_private_bfd_data,
_bfd_elf_get_dynamic_reloc_upper_bound,
_bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
_bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
_bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
* elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
bfd_elf32_arm_process_before_allocation,
elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
elf32_arm_write_section): ..
* elf32-cris.c (cris_elf_grok_prstatus,
elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
cris_elf_check_relocs, elf_cris_size_dynamic_sections,
elf_cris_discard_excess_dso_dynamics,
elf_cris_discard_excess_program_dynamics): ..
* elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
* elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
* elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
_frv_create_got_section, _frvfdpic_assign_plt_entries,
elf32_frvfdpic_size_dynamic_sections,
elf32_frvfdpic_modify_segment_map,
elf32_frvfdpic_finish_dynamic_sections): ..
* elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
elf32_h8_get_relocated_section_contents): ..
* elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
elf32_hppa_finish_dynamic_sections): ..
* elf32-i370.c (i370_elf_adjust_dynamic_symbol,
i370_elf_size_dynamic_sections, i370_elf_check_relocs,
i370_elf_finish_dynamic_sections): ..
* elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
allocate_dynrelocs, elf_i386_size_dynamic_sections,
elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
* elf32-ip2k.c (ip2k_is_switch_table_128,
ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
ip2k_relax_switch_table_256, ip2k_elf_relax_section,
adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
* elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
allocate_dynrelocs, m32r_elf_size_dynamic_sections,
m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
m32r_elf_get_relocated_section_contents): ..
* elf32-m68hc11.c (m68hc11_elf_build_one_stub,
m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
m68hc11_elf_relax_delete_bytes): ..
* elf32-m68hc12.c (m68hc12_elf_build_one_stub,
m68hc12_elf_size_one_stub): ..
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
* elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elf32-or32.c (or32_elf_consth_reloc): ..
* elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
elf_create_pointer_linker_section, ppc_elf_create_linker_section,
ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
allocate_dynrelocs, ppc_elf_size_dynamic_sections,
ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
ppc_elf_final_write_processing): ..
* elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
* elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
sh_elf_relax_delete_bytes, sh_elf_align_loads,
sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
* elf32-sh64-com.c (sh64_address_in_cranges,
sh64_get_contents_type): ..
* elf32-sh64.c (sh64_find_section_for_address,
sh64_elf_final_write_processing): ..
* elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
* elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
* elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
elf_vax_size_dynamic_sections, elf_vax_discard_copies,
elf_vax_instantiate_got_entries, elf_vax_relocate_section,
elf_vax_finish_dynamic_sections): ..
* elf32-xstormy16.c (xstormy16_elf_24_reloc,
xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
xstormy16_elf_finish_dynamic_sections): ..
* elf32-xtensa.c (xtensa_read_table_entries,
elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
get_relocation_opcode, retrieve_contents, find_relaxable_sections,
collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
relax_section, shrink_dynamic_reloc_sections, relax_property_section,
xtensa_callback_required_dependence): ..
* elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
* elf64-hppa.c (allocate_dynrel_entries,
elf64_hppa_size_dynamic_sections,
elf64_hppa_finish_dynamic_sections): ..
* elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
elf64_mips_grok_prstatus): ..
* elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
mmix_elf_relocate_section, mmix_elf_final_link,
mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
mmix_elf_relax_section, mmix_elf_get_section_contents): ..
* elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
ppc64_elf_build_stubs, ppc64_elf_relocate_section,
ppc64_elf_finish_dynamic_sections): ..
* elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections): ..
* elf64-sh64.c (sh_elf64_get_relocated_section_contents,
sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_sections): ..
* elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
sparc64_elf_finish_dynamic_symbol,
sparc64_elf_finish_dynamic_sections): ..
* elf64-x86-64.c (elf64_x86_64_grok_prstatus,
elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
elf64_x86_64_finish_dynamic_sections): ..
* elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
* elfcode.h (elf_slurp_reloc_table): ..
* elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
elf_finalize_dynstr, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
* elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
elfNN_ia64_choose_gp, elfNN_ia64_final_link,
elfNN_ia64_finish_dynamic_sections): ..
* elfxx-mips.c (mips_elf_create_procedure_table,
mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
mips_elf_global_got_index, mips_elf_multi_got,
mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
mips_elf_allocate_dynamic_relocations,
mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
_bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
_bfd_mips_elf_always_size_sections,
_bfd_mips_elf_size_dynamic_sections,
_bfd_mips_elf_finish_dynamic_symbol,
_bfd_mips_elf_finish_dynamic_sections,
_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
_bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
_bfd_elf_mips_get_relocated_section_contents,
_bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
* hp300hpux.c (callback): ..
* hppabsd-core.c (make_bfd_asection): ..
* hpux-core.c (make_bfd_asection): ..
* i386linux.c (linux_link_create_dynamic_sections,
bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
* i386msdos.c (msdos_write_object_contents): ..
* i386os9k.c (os9k_callback, os9k_write_object_contents,
os9k_set_section_contents): ..
* ieee.c (parse_expression, ieee_slurp_external_symbols,
ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
ieee_write_section_part, do_with_relocs, do_as_repeat,
do_without_relocs, ieee_write_debug_part, init_for_output,
ieee_set_section_contents): ..
* ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
* irix-core.c (do_sections, make_bfd_asection): ..
* libaout.h (aout_section_merge_with_text_p): ..
* libbfd.c (_bfd_generic_get_section_contents,
_bfd_generic_get_section_contents_in_window): ..
* linker.c (default_indirect_link_order): ..
* lynx-core.c (make_bfd_asection): ..
* m68klinux.c (linux_link_create_dynamic_sections,
bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* mach-o.c (bfd_mach_o_make_bfd_section,
bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
bfd_mach_o_scan_read_segment): ..
* merge.c (_bfd_add_merge_section, record_section, merge_strings,
_bfd_merge_sections): ..
* mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
mmo_map_set_sizes, mmo_canonicalize_symtab,
mmo_internal_write_section, mmo_write_object_contents): ..
* netbsd-core.c (netbsd_core_file_p): ..
* nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
nlm_alpha_set_public_section): ..
* nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
* nlm32-sparc.c (nlm_sparc_write_import): ..
* nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
nlm_compute_section_file_positions): ..
* oasys.c (oasys_object_p, oasys_slurp_section_data,
oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
* opncls.c (get_debug_link_info): ..
* osf-core.c (make_bfd_asection): ..
* pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
final_link, aout_link_input_section): ..
* peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
* pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
* ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
* ptrace-core.c (ptrace_unix_core_file_p): ..
* reloc.c (bfd_perform_relocation, bfd_install_relocation,
_bfd_final_link_relocate, bfd_generic_relax_section,
bfd_generic_get_relocated_section_contents): ..
* reloc16.c (bfd_coff_reloc16_relax_section,
bfd_coff_reloc16_get_relocated_section_c): ..
* riscix.c (riscix_some_aout_object_p): ..
* rs6000-core.c (read_hdr, make_bfd_asection): ..
* sco5-core.c (make_bfd_asection): ..
* simple.c (bfd_simple_get_relocated_section_contents): ..
* som.c (som_object_setup, setup_sections, som_prep_headers,
som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
som_set_reloc_info, som_get_section_contents,
som_bfd_link_split_section): ..
* sparclinux.c (linux_link_create_dynamic_sections,
bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
* stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
_bfd_write_stab_strings, _bfd_stab_section_offset): ..
* sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
sunos_finish_dynamic_link): ..
* syms.c (_bfd_stab_section_find_nearest_line): ..
* tekhex.c (first_phase, tekhex_set_section_contents,
tekhex_write_object_contents): ..
* trad-core.c (trad_unix_core_file_p): ..
* versados.c (process_esd, process_otr, process_otr): ..
* vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
* vms-misc.c (add_new_contents): ..
* vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
* vms.c (vms_set_section_contents): ..
* xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
_bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
* xsym.c (bfd_sym_scan): .. See above.
binutils/
* objcopy.c (copy_section): Don't set _cooked_size.
include/
* bfdlink.h (struct bfd_link_order): Update comment.
ld/
* ldlang.c (print_output_section_statement): Don't print size before
relaxation.
(IGNORE_SECTION): Remove bfd arg. Update all callers.
* ldexp.c (fold_name): .. See below.
* ldlang.c (section_already_linked, print_output_section_statement,
print_input_section, insert_pad, size_input_section,
lang_check_section_addresses, lang_size_sections_1,
lang_size_sections, lang_do_assignments_1, lang_set_startof,
lang_one_common, lang_reset_memory_regions, lang_process,
lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
* ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
* pe-dll.c (process_def_file, generate_reloc): ..
* emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
gld${EMULATION_NAME}_before_allocation): ..
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
sh64_elf_${EMULATION_NAME}_after_allocation): ..
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
* emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
"size" instead of "_raw_size" and "_cooked_size". Expand
bfd_section_size macro invocations.
2004-06-24 12:46:28 +08:00
|
|
|
bfd_byte *contents;
|
2002-04-08 19:01:43 +08:00
|
|
|
|
bfd/
* section.c (struct sec): Rename "_cooked_size" to "size".
Rename "_raw_size" to "rawsize".
(STD_SECTION): Adjust comments.
(bfd_set_section_size, bfd_get_section_contents): Use size.
(bfd_malloc_and_get_section): New function.
* bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
* coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
Correctly free reloc and contents memory.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
and fake CIE now that we can shink section size to zero.
(_bfd_elf_write_section_eh_frame): Likewise..
* elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
* elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
_bfd_stab_section_offset. Use _bfd_elf_section_offset.
* stabs.c (_bfd_stab_section_offset_): Remove unused args and
unneeded indirection.
* elf.c (_bfd_elf_section_offset): .. and update call.
* libbfd-in.h (_bfd_stab_section_offset): Update prototype.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
Replace occurrences of "_raw_size" and "_cooked_size" in most places
with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
sections. Use "rawsize", if non-zero, for bfd_get_section_contents
calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
Similarly use "rawsize", if non-zero, in reloc functions to validate
reloc addresses. Use new bfd_malloc_and_get_section in most places
where bfd_get_section_contents was called. Expand all occurrences of
bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
grok_prstatus and similar functions to "size".
* aix386-core.c (aix386_core_file_p): ..
* aix5ppc-core.c (xcoff64_core_p): ..
* aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
aout_adobe_set_section_contents): ..
* aout-target.h (callback): ..
* aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
MY_bfd_final_link): ..
* aoutf1.h (sunos4_core_file_p): ..
* aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
final_link, aout_link_input_section): ..
* binary.c (binary_object_p, binary_canonicalize_symtab,
binary_set_section_contents): ..
* bout.c (b_out_callback, b_out_write_object_contents,
b_out_set_section_contents, b_out_bfd_relax_section,
b_out_bfd_get_relocated_section_contents): ..
* cisco-core.c (cisco_core_file_validate): ..
* coff-alpha.c (alpha_ecoff_object_p,
alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
* coff-arm.c (coff_arm_relocate_section,
bfd_arm_allocate_interworking_sections): ..
* coff-h8300.c (h8300_reloc16_extra_cases,
h8300_bfd_link_add_symbols): ..
* coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
* coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
ppc_bfd_coff_final_link): ..
* coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_align_loads, sh_coff_get_relocated_section_contents): ..
* coff64-rs6000.c (xcoff64_write_object_contents,
xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
* coffcode.h (coff_compute_section_file_positions,
coff_write_object_contents): ..
* coffgen.c (make_a_section_from_file, coff_write_symbols,
coff_section_symbol, build_debug_section): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
process_embedded_commands, _bfd_coff_link_input_bfd,
_bfd_coff_write_global_sym): ..
* cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
* cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
* dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
* dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
_bfd_dwarf2_find_nearest_line): ..
* ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
ecoff_compute_section_file_positions,
_bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
_bfd_elf_discard_section_eh_frame_hdr,
_bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
_bfd_elf_write_section_eh_frame,
_bfd_elf_write_section_eh_frame_hdr): ..
* elf-hppa.h (elf_hppa_sort_unwind): ..
* elf-m10200.c (mn10200_elf_relax_section,
mn10200_elf_relax_delete_bytes,
mn10200_elf_get_relocated_section_contents): ..
* elf-m10300.c (_bfd_mn10300_elf_create_got_section,
mn10300_elf_check_relocs, mn10300_elf_relax_section,
mn10300_elf_relax_delete_bytes,
mn10300_elf_get_relocated_section_contents,
_bfd_mn10300_elf_adjust_dynamic_symbol,
_bfd_mn10300_elf_discard_copies,
_bfd_mn10300_elf_size_dynamic_sections,
_bfd_mn10300_elf_finish_dynamic_sections): ..
* elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
_bfd_elf_make_section_from_phdr, elf_fake_sections,
bfd_elf_set_group_contents, map_sections_to_segments,
elf_sort_sections, assign_file_positions_for_segments,
SECTION_SIZE, copy_private_bfd_data,
_bfd_elf_get_dynamic_reloc_upper_bound,
_bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
_bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
_bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
* elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
bfd_elf32_arm_process_before_allocation,
elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
elf32_arm_write_section): ..
* elf32-cris.c (cris_elf_grok_prstatus,
elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
cris_elf_check_relocs, elf_cris_size_dynamic_sections,
elf_cris_discard_excess_dso_dynamics,
elf_cris_discard_excess_program_dynamics): ..
* elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
* elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
* elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
_frv_create_got_section, _frvfdpic_assign_plt_entries,
elf32_frvfdpic_size_dynamic_sections,
elf32_frvfdpic_modify_segment_map,
elf32_frvfdpic_finish_dynamic_sections): ..
* elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
elf32_h8_get_relocated_section_contents): ..
* elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
elf32_hppa_finish_dynamic_sections): ..
* elf32-i370.c (i370_elf_adjust_dynamic_symbol,
i370_elf_size_dynamic_sections, i370_elf_check_relocs,
i370_elf_finish_dynamic_sections): ..
* elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
allocate_dynrelocs, elf_i386_size_dynamic_sections,
elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
* elf32-ip2k.c (ip2k_is_switch_table_128,
ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
ip2k_relax_switch_table_256, ip2k_elf_relax_section,
adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
* elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
allocate_dynrelocs, m32r_elf_size_dynamic_sections,
m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
m32r_elf_get_relocated_section_contents): ..
* elf32-m68hc11.c (m68hc11_elf_build_one_stub,
m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
m68hc11_elf_relax_delete_bytes): ..
* elf32-m68hc12.c (m68hc12_elf_build_one_stub,
m68hc12_elf_size_one_stub): ..
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
* elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elf32-or32.c (or32_elf_consth_reloc): ..
* elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
elf_create_pointer_linker_section, ppc_elf_create_linker_section,
ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
allocate_dynrelocs, ppc_elf_size_dynamic_sections,
ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
ppc_elf_final_write_processing): ..
* elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
* elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
sh_elf_relax_delete_bytes, sh_elf_align_loads,
sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
* elf32-sh64-com.c (sh64_address_in_cranges,
sh64_get_contents_type): ..
* elf32-sh64.c (sh64_find_section_for_address,
sh64_elf_final_write_processing): ..
* elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
* elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
* elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
elf_vax_size_dynamic_sections, elf_vax_discard_copies,
elf_vax_instantiate_got_entries, elf_vax_relocate_section,
elf_vax_finish_dynamic_sections): ..
* elf32-xstormy16.c (xstormy16_elf_24_reloc,
xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
xstormy16_elf_finish_dynamic_sections): ..
* elf32-xtensa.c (xtensa_read_table_entries,
elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
get_relocation_opcode, retrieve_contents, find_relaxable_sections,
collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
relax_section, shrink_dynamic_reloc_sections, relax_property_section,
xtensa_callback_required_dependence): ..
* elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
* elf64-hppa.c (allocate_dynrel_entries,
elf64_hppa_size_dynamic_sections,
elf64_hppa_finish_dynamic_sections): ..
* elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
elf64_mips_grok_prstatus): ..
* elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
mmix_elf_relocate_section, mmix_elf_final_link,
mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
mmix_elf_relax_section, mmix_elf_get_section_contents): ..
* elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
ppc64_elf_build_stubs, ppc64_elf_relocate_section,
ppc64_elf_finish_dynamic_sections): ..
* elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections): ..
* elf64-sh64.c (sh_elf64_get_relocated_section_contents,
sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_sections): ..
* elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
sparc64_elf_finish_dynamic_symbol,
sparc64_elf_finish_dynamic_sections): ..
* elf64-x86-64.c (elf64_x86_64_grok_prstatus,
elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
elf64_x86_64_finish_dynamic_sections): ..
* elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
* elfcode.h (elf_slurp_reloc_table): ..
* elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
elf_finalize_dynstr, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
* elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
elfNN_ia64_choose_gp, elfNN_ia64_final_link,
elfNN_ia64_finish_dynamic_sections): ..
* elfxx-mips.c (mips_elf_create_procedure_table,
mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
mips_elf_global_got_index, mips_elf_multi_got,
mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
mips_elf_allocate_dynamic_relocations,
mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
_bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
_bfd_mips_elf_always_size_sections,
_bfd_mips_elf_size_dynamic_sections,
_bfd_mips_elf_finish_dynamic_symbol,
_bfd_mips_elf_finish_dynamic_sections,
_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
_bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
_bfd_elf_mips_get_relocated_section_contents,
_bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
* hp300hpux.c (callback): ..
* hppabsd-core.c (make_bfd_asection): ..
* hpux-core.c (make_bfd_asection): ..
* i386linux.c (linux_link_create_dynamic_sections,
bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
* i386msdos.c (msdos_write_object_contents): ..
* i386os9k.c (os9k_callback, os9k_write_object_contents,
os9k_set_section_contents): ..
* ieee.c (parse_expression, ieee_slurp_external_symbols,
ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
ieee_write_section_part, do_with_relocs, do_as_repeat,
do_without_relocs, ieee_write_debug_part, init_for_output,
ieee_set_section_contents): ..
* ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
* irix-core.c (do_sections, make_bfd_asection): ..
* libaout.h (aout_section_merge_with_text_p): ..
* libbfd.c (_bfd_generic_get_section_contents,
_bfd_generic_get_section_contents_in_window): ..
* linker.c (default_indirect_link_order): ..
* lynx-core.c (make_bfd_asection): ..
* m68klinux.c (linux_link_create_dynamic_sections,
bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* mach-o.c (bfd_mach_o_make_bfd_section,
bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
bfd_mach_o_scan_read_segment): ..
* merge.c (_bfd_add_merge_section, record_section, merge_strings,
_bfd_merge_sections): ..
* mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
mmo_map_set_sizes, mmo_canonicalize_symtab,
mmo_internal_write_section, mmo_write_object_contents): ..
* netbsd-core.c (netbsd_core_file_p): ..
* nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
nlm_alpha_set_public_section): ..
* nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
* nlm32-sparc.c (nlm_sparc_write_import): ..
* nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
nlm_compute_section_file_positions): ..
* oasys.c (oasys_object_p, oasys_slurp_section_data,
oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
* opncls.c (get_debug_link_info): ..
* osf-core.c (make_bfd_asection): ..
* pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
final_link, aout_link_input_section): ..
* peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
* pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
* ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
* ptrace-core.c (ptrace_unix_core_file_p): ..
* reloc.c (bfd_perform_relocation, bfd_install_relocation,
_bfd_final_link_relocate, bfd_generic_relax_section,
bfd_generic_get_relocated_section_contents): ..
* reloc16.c (bfd_coff_reloc16_relax_section,
bfd_coff_reloc16_get_relocated_section_c): ..
* riscix.c (riscix_some_aout_object_p): ..
* rs6000-core.c (read_hdr, make_bfd_asection): ..
* sco5-core.c (make_bfd_asection): ..
* simple.c (bfd_simple_get_relocated_section_contents): ..
* som.c (som_object_setup, setup_sections, som_prep_headers,
som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
som_set_reloc_info, som_get_section_contents,
som_bfd_link_split_section): ..
* sparclinux.c (linux_link_create_dynamic_sections,
bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
* stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
_bfd_write_stab_strings, _bfd_stab_section_offset): ..
* sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
sunos_finish_dynamic_link): ..
* syms.c (_bfd_stab_section_find_nearest_line): ..
* tekhex.c (first_phase, tekhex_set_section_contents,
tekhex_write_object_contents): ..
* trad-core.c (trad_unix_core_file_p): ..
* versados.c (process_esd, process_otr, process_otr): ..
* vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
* vms-misc.c (add_new_contents): ..
* vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
* vms.c (vms_set_section_contents): ..
* xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
_bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
* xsym.c (bfd_sym_scan): .. See above.
binutils/
* objcopy.c (copy_section): Don't set _cooked_size.
include/
* bfdlink.h (struct bfd_link_order): Update comment.
ld/
* ldlang.c (print_output_section_statement): Don't print size before
relaxation.
(IGNORE_SECTION): Remove bfd arg. Update all callers.
* ldexp.c (fold_name): .. See below.
* ldlang.c (section_already_linked, print_output_section_statement,
print_input_section, insert_pad, size_input_section,
lang_check_section_addresses, lang_size_sections_1,
lang_size_sections, lang_do_assignments_1, lang_set_startof,
lang_one_common, lang_reset_memory_regions, lang_process,
lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
* ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
* pe-dll.c (process_def_file, generate_reloc): ..
* emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
gld${EMULATION_NAME}_before_allocation): ..
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
sh64_elf_${EMULATION_NAME}_after_allocation): ..
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
* emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
"size" instead of "_raw_size" and "_cooked_size". Expand
bfd_section_size macro invocations.
2004-06-24 12:46:28 +08:00
|
|
|
if (!bfd_malloc_and_get_section (abfd, s, &contents))
|
2002-11-30 16:39:46 +08:00
|
|
|
return FALSE;
|
2002-04-08 19:01:43 +08:00
|
|
|
|
bfd/
* section.c (struct sec): Rename "_cooked_size" to "size".
Rename "_raw_size" to "rawsize".
(STD_SECTION): Adjust comments.
(bfd_set_section_size, bfd_get_section_contents): Use size.
(bfd_malloc_and_get_section): New function.
* bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
* coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
Correctly free reloc and contents memory.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
and fake CIE now that we can shink section size to zero.
(_bfd_elf_write_section_eh_frame): Likewise..
* elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
* elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
_bfd_stab_section_offset. Use _bfd_elf_section_offset.
* stabs.c (_bfd_stab_section_offset_): Remove unused args and
unneeded indirection.
* elf.c (_bfd_elf_section_offset): .. and update call.
* libbfd-in.h (_bfd_stab_section_offset): Update prototype.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
Replace occurrences of "_raw_size" and "_cooked_size" in most places
with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
sections. Use "rawsize", if non-zero, for bfd_get_section_contents
calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
Similarly use "rawsize", if non-zero, in reloc functions to validate
reloc addresses. Use new bfd_malloc_and_get_section in most places
where bfd_get_section_contents was called. Expand all occurrences of
bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
grok_prstatus and similar functions to "size".
* aix386-core.c (aix386_core_file_p): ..
* aix5ppc-core.c (xcoff64_core_p): ..
* aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
aout_adobe_set_section_contents): ..
* aout-target.h (callback): ..
* aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
MY_bfd_final_link): ..
* aoutf1.h (sunos4_core_file_p): ..
* aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
final_link, aout_link_input_section): ..
* binary.c (binary_object_p, binary_canonicalize_symtab,
binary_set_section_contents): ..
* bout.c (b_out_callback, b_out_write_object_contents,
b_out_set_section_contents, b_out_bfd_relax_section,
b_out_bfd_get_relocated_section_contents): ..
* cisco-core.c (cisco_core_file_validate): ..
* coff-alpha.c (alpha_ecoff_object_p,
alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
* coff-arm.c (coff_arm_relocate_section,
bfd_arm_allocate_interworking_sections): ..
* coff-h8300.c (h8300_reloc16_extra_cases,
h8300_bfd_link_add_symbols): ..
* coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
* coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
ppc_bfd_coff_final_link): ..
* coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_align_loads, sh_coff_get_relocated_section_contents): ..
* coff64-rs6000.c (xcoff64_write_object_contents,
xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
* coffcode.h (coff_compute_section_file_positions,
coff_write_object_contents): ..
* coffgen.c (make_a_section_from_file, coff_write_symbols,
coff_section_symbol, build_debug_section): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
process_embedded_commands, _bfd_coff_link_input_bfd,
_bfd_coff_write_global_sym): ..
* cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
* cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
* dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
* dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
_bfd_dwarf2_find_nearest_line): ..
* ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
ecoff_compute_section_file_positions,
_bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
_bfd_elf_discard_section_eh_frame_hdr,
_bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
_bfd_elf_write_section_eh_frame,
_bfd_elf_write_section_eh_frame_hdr): ..
* elf-hppa.h (elf_hppa_sort_unwind): ..
* elf-m10200.c (mn10200_elf_relax_section,
mn10200_elf_relax_delete_bytes,
mn10200_elf_get_relocated_section_contents): ..
* elf-m10300.c (_bfd_mn10300_elf_create_got_section,
mn10300_elf_check_relocs, mn10300_elf_relax_section,
mn10300_elf_relax_delete_bytes,
mn10300_elf_get_relocated_section_contents,
_bfd_mn10300_elf_adjust_dynamic_symbol,
_bfd_mn10300_elf_discard_copies,
_bfd_mn10300_elf_size_dynamic_sections,
_bfd_mn10300_elf_finish_dynamic_sections): ..
* elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
_bfd_elf_make_section_from_phdr, elf_fake_sections,
bfd_elf_set_group_contents, map_sections_to_segments,
elf_sort_sections, assign_file_positions_for_segments,
SECTION_SIZE, copy_private_bfd_data,
_bfd_elf_get_dynamic_reloc_upper_bound,
_bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
_bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
_bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
* elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
bfd_elf32_arm_process_before_allocation,
elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
elf32_arm_write_section): ..
* elf32-cris.c (cris_elf_grok_prstatus,
elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
cris_elf_check_relocs, elf_cris_size_dynamic_sections,
elf_cris_discard_excess_dso_dynamics,
elf_cris_discard_excess_program_dynamics): ..
* elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
* elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
* elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
_frv_create_got_section, _frvfdpic_assign_plt_entries,
elf32_frvfdpic_size_dynamic_sections,
elf32_frvfdpic_modify_segment_map,
elf32_frvfdpic_finish_dynamic_sections): ..
* elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
elf32_h8_get_relocated_section_contents): ..
* elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
elf32_hppa_finish_dynamic_sections): ..
* elf32-i370.c (i370_elf_adjust_dynamic_symbol,
i370_elf_size_dynamic_sections, i370_elf_check_relocs,
i370_elf_finish_dynamic_sections): ..
* elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
allocate_dynrelocs, elf_i386_size_dynamic_sections,
elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
* elf32-ip2k.c (ip2k_is_switch_table_128,
ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
ip2k_relax_switch_table_256, ip2k_elf_relax_section,
adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
* elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
allocate_dynrelocs, m32r_elf_size_dynamic_sections,
m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
m32r_elf_get_relocated_section_contents): ..
* elf32-m68hc11.c (m68hc11_elf_build_one_stub,
m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
m68hc11_elf_relax_delete_bytes): ..
* elf32-m68hc12.c (m68hc12_elf_build_one_stub,
m68hc12_elf_size_one_stub): ..
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
* elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elf32-or32.c (or32_elf_consth_reloc): ..
* elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
elf_create_pointer_linker_section, ppc_elf_create_linker_section,
ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
allocate_dynrelocs, ppc_elf_size_dynamic_sections,
ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
ppc_elf_final_write_processing): ..
* elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
* elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
sh_elf_relax_delete_bytes, sh_elf_align_loads,
sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
* elf32-sh64-com.c (sh64_address_in_cranges,
sh64_get_contents_type): ..
* elf32-sh64.c (sh64_find_section_for_address,
sh64_elf_final_write_processing): ..
* elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
* elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
* elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
elf_vax_size_dynamic_sections, elf_vax_discard_copies,
elf_vax_instantiate_got_entries, elf_vax_relocate_section,
elf_vax_finish_dynamic_sections): ..
* elf32-xstormy16.c (xstormy16_elf_24_reloc,
xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
xstormy16_elf_finish_dynamic_sections): ..
* elf32-xtensa.c (xtensa_read_table_entries,
elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
get_relocation_opcode, retrieve_contents, find_relaxable_sections,
collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
relax_section, shrink_dynamic_reloc_sections, relax_property_section,
xtensa_callback_required_dependence): ..
* elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
* elf64-hppa.c (allocate_dynrel_entries,
elf64_hppa_size_dynamic_sections,
elf64_hppa_finish_dynamic_sections): ..
* elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
elf64_mips_grok_prstatus): ..
* elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
mmix_elf_relocate_section, mmix_elf_final_link,
mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
mmix_elf_relax_section, mmix_elf_get_section_contents): ..
* elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
ppc64_elf_build_stubs, ppc64_elf_relocate_section,
ppc64_elf_finish_dynamic_sections): ..
* elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
allocate_dynrelocs, elf_s390_size_dynamic_sections,
elf_s390_finish_dynamic_sections): ..
* elf64-sh64.c (sh_elf64_get_relocated_section_contents,
sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_sections): ..
* elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
sparc64_elf_finish_dynamic_symbol,
sparc64_elf_finish_dynamic_sections): ..
* elf64-x86-64.c (elf64_x86_64_grok_prstatus,
elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
elf64_x86_64_finish_dynamic_sections): ..
* elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
* elfcode.h (elf_slurp_reloc_table): ..
* elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
elf_finalize_dynstr, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
* elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
elf32_mips_grok_prstatus): ..
* elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
elfNN_ia64_choose_gp, elfNN_ia64_final_link,
elfNN_ia64_finish_dynamic_sections): ..
* elfxx-mips.c (mips_elf_create_procedure_table,
mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
mips_elf_global_got_index, mips_elf_multi_got,
mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
mips_elf_allocate_dynamic_relocations,
mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
_bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
_bfd_mips_elf_always_size_sections,
_bfd_mips_elf_size_dynamic_sections,
_bfd_mips_elf_finish_dynamic_symbol,
_bfd_mips_elf_finish_dynamic_sections,
_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
_bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
_bfd_elf_mips_get_relocated_section_contents,
_bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
* hp300hpux.c (callback): ..
* hppabsd-core.c (make_bfd_asection): ..
* hpux-core.c (make_bfd_asection): ..
* i386linux.c (linux_link_create_dynamic_sections,
bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
* i386msdos.c (msdos_write_object_contents): ..
* i386os9k.c (os9k_callback, os9k_write_object_contents,
os9k_set_section_contents): ..
* ieee.c (parse_expression, ieee_slurp_external_symbols,
ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
ieee_write_section_part, do_with_relocs, do_as_repeat,
do_without_relocs, ieee_write_debug_part, init_for_output,
ieee_set_section_contents): ..
* ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
* irix-core.c (do_sections, make_bfd_asection): ..
* libaout.h (aout_section_merge_with_text_p): ..
* libbfd.c (_bfd_generic_get_section_contents,
_bfd_generic_get_section_contents_in_window): ..
* linker.c (default_indirect_link_order): ..
* lynx-core.c (make_bfd_asection): ..
* m68klinux.c (linux_link_create_dynamic_sections,
bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* mach-o.c (bfd_mach_o_make_bfd_section,
bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
bfd_mach_o_scan_read_segment): ..
* merge.c (_bfd_add_merge_section, record_section, merge_strings,
_bfd_merge_sections): ..
* mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
mmo_map_set_sizes, mmo_canonicalize_symtab,
mmo_internal_write_section, mmo_write_object_contents): ..
* netbsd-core.c (netbsd_core_file_p): ..
* nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
nlm_alpha_set_public_section): ..
* nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
* nlm32-sparc.c (nlm_sparc_write_import): ..
* nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
nlm_compute_section_file_positions): ..
* oasys.c (oasys_object_p, oasys_slurp_section_data,
oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
* opncls.c (get_debug_link_info): ..
* osf-core.c (make_bfd_asection): ..
* pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
final_link, aout_link_input_section): ..
* peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
* pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
* ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
* ptrace-core.c (ptrace_unix_core_file_p): ..
* reloc.c (bfd_perform_relocation, bfd_install_relocation,
_bfd_final_link_relocate, bfd_generic_relax_section,
bfd_generic_get_relocated_section_contents): ..
* reloc16.c (bfd_coff_reloc16_relax_section,
bfd_coff_reloc16_get_relocated_section_c): ..
* riscix.c (riscix_some_aout_object_p): ..
* rs6000-core.c (read_hdr, make_bfd_asection): ..
* sco5-core.c (make_bfd_asection): ..
* simple.c (bfd_simple_get_relocated_section_contents): ..
* som.c (som_object_setup, setup_sections, som_prep_headers,
som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
som_set_reloc_info, som_get_section_contents,
som_bfd_link_split_section): ..
* sparclinux.c (linux_link_create_dynamic_sections,
bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
* srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
* stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
_bfd_write_stab_strings, _bfd_stab_section_offset): ..
* sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
sunos_finish_dynamic_link): ..
* syms.c (_bfd_stab_section_find_nearest_line): ..
* tekhex.c (first_phase, tekhex_set_section_contents,
tekhex_write_object_contents): ..
* trad-core.c (trad_unix_core_file_p): ..
* versados.c (process_esd, process_otr, process_otr): ..
* vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
* vms-misc.c (add_new_contents): ..
* vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
* vms.c (vms_set_section_contents): ..
* xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
_bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
* xsym.c (bfd_sym_scan): .. See above.
binutils/
* objcopy.c (copy_section): Don't set _cooked_size.
include/
* bfdlink.h (struct bfd_link_order): Update comment.
ld/
* ldlang.c (print_output_section_statement): Don't print size before
relaxation.
(IGNORE_SECTION): Remove bfd arg. Update all callers.
* ldexp.c (fold_name): .. See below.
* ldlang.c (section_already_linked, print_output_section_statement,
print_input_section, insert_pad, size_input_section,
lang_check_section_addresses, lang_size_sections_1,
lang_size_sections, lang_do_assignments_1, lang_set_startof,
lang_one_common, lang_reset_memory_regions, lang_process,
lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
* ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
* pe-dll.c (process_def_file, generate_reloc): ..
* emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
gld${EMULATION_NAME}_before_allocation): ..
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
sh64_elf_${EMULATION_NAME}_after_allocation): ..
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
* emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
"size" instead of "_raw_size" and "_cooked_size". Expand
bfd_section_size macro invocations.
2004-06-24 12:46:28 +08:00
|
|
|
size = s->size;
|
2002-04-08 19:01:43 +08:00
|
|
|
qsort (contents, (size_t) (size / 16), 16, hppa_unwind_entry_compare);
|
|
|
|
|
|
|
|
if (! bfd_set_section_contents (abfd, s, contents, (file_ptr) 0, size))
|
2002-11-30 16:39:46 +08:00
|
|
|
return FALSE;
|
2002-04-08 19:01:43 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
2002-04-08 19:01:43 +08:00
|
|
|
}
|
|
|
|
|
2005-07-29 10:46:04 +08:00
|
|
|
/* What to do when ld finds relocations against symbols defined in
|
|
|
|
discarded sections. */
|
|
|
|
|
|
|
|
static unsigned int
|
|
|
|
elf_hppa_action_discarded (asection *sec)
|
|
|
|
{
|
|
|
|
if (strcmp (".PARISC.unwind", sec->name) == 0)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
return _bfd_elf_default_action_discarded (sec);
|
|
|
|
}
|
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
#if ARCH_SIZE == 64
|
1999-09-02 03:42:17 +08:00
|
|
|
/* Hook called by the linker routine which adds symbols from an object
|
|
|
|
file. HP's libraries define symbols with HP specific section
|
|
|
|
indices, which we have to handle. */
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_add_symbol_hook (bfd *abfd,
|
|
|
|
struct bfd_link_info *info ATTRIBUTE_UNUSED,
|
2004-03-26 14:13:40 +08:00
|
|
|
Elf_Internal_Sym *sym,
|
2003-08-07 15:25:34 +08:00
|
|
|
const char **namep ATTRIBUTE_UNUSED,
|
|
|
|
flagword *flagsp ATTRIBUTE_UNUSED,
|
|
|
|
asection **secp,
|
|
|
|
bfd_vma *valp)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
|
|
|
int index = sym->st_shndx;
|
1999-09-09 20:01:24 +08:00
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
switch (index)
|
|
|
|
{
|
|
|
|
case SHN_PARISC_ANSI_COMMON:
|
|
|
|
*secp = bfd_make_section_old_way (abfd, ".PARISC.ansi.common");
|
|
|
|
(*secp)->flags |= SEC_IS_COMMON;
|
|
|
|
*valp = sym->st_size;
|
|
|
|
break;
|
1999-09-09 20:01:24 +08:00
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
case SHN_PARISC_HUGE_COMMON:
|
|
|
|
*secp = bfd_make_section_old_way (abfd, ".PARISC.huge.common");
|
|
|
|
(*secp)->flags |= SEC_IS_COMMON;
|
|
|
|
*valp = sym->st_size;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_unmark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
|
|
|
|
void *data)
|
1999-09-10 14:38:05 +08:00
|
|
|
{
|
2003-08-07 15:25:34 +08:00
|
|
|
struct bfd_link_info *info = data;
|
1999-09-10 14:38:05 +08:00
|
|
|
|
2002-03-28 11:27:46 +08:00
|
|
|
if (h->root.type == bfd_link_hash_warning)
|
|
|
|
h = (struct elf_link_hash_entry *) h->root.u.i.link;
|
|
|
|
|
1999-09-10 14:38:05 +08:00
|
|
|
/* If we are not creating a shared library, and this symbol is
|
|
|
|
referenced by a shared library but is not defined anywhere, then
|
|
|
|
the generic code will warn that it is undefined.
|
|
|
|
|
|
|
|
This behavior is undesirable on HPs since the standard shared
|
2000-05-02 08:12:52 +08:00
|
|
|
libraries contain references to undefined symbols.
|
1999-09-10 14:38:05 +08:00
|
|
|
|
|
|
|
So we twiddle the flags associated with such symbols so that they
|
2000-05-02 08:12:52 +08:00
|
|
|
will not trigger the warning. ?!? FIXME. This is horribly fragile.
|
1999-09-10 14:38:05 +08:00
|
|
|
|
|
|
|
Ultimately we should have better controls over the generic ELF BFD
|
|
|
|
linker code. */
|
2003-06-25 14:40:27 +08:00
|
|
|
if (! info->relocatable
|
2004-03-21 07:16:43 +08:00
|
|
|
&& info->unresolved_syms_in_shared_libs != RM_IGNORE
|
1999-09-10 14:38:05 +08:00
|
|
|
&& h->root.type == bfd_link_hash_undefined
|
* elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
with bitfields. Make "type" and "other" bitfields too.
(ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
(ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
* elf-hppa.h: Update all uses of elf_link_hash_flags.
* elf-m10300.c: Likewise.
* elf.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-frv.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh-symbian.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-sparc.c: Likewise.
* elf64-x86-64.c: Likewise.
* elflink.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
* configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2004-09-16 22:52:12 +08:00
|
|
|
&& h->ref_dynamic
|
|
|
|
&& !h->ref_regular)
|
1999-09-10 14:38:05 +08:00
|
|
|
{
|
* elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
with bitfields. Make "type" and "other" bitfields too.
(ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
(ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
* elf-hppa.h: Update all uses of elf_link_hash_flags.
* elf-m10300.c: Likewise.
* elf.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-frv.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh-symbian.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-sparc.c: Likewise.
* elf64-x86-64.c: Likewise.
* elflink.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
* configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2004-09-16 22:52:12 +08:00
|
|
|
h->ref_dynamic = 0;
|
|
|
|
h->pointer_equality_needed = 1;
|
1999-09-10 14:38:05 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-09-10 14:38:05 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_remark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
|
|
|
|
void *data)
|
1999-09-10 14:38:05 +08:00
|
|
|
{
|
2003-08-07 15:25:34 +08:00
|
|
|
struct bfd_link_info *info = data;
|
1999-09-10 14:38:05 +08:00
|
|
|
|
2002-03-28 11:27:46 +08:00
|
|
|
if (h->root.type == bfd_link_hash_warning)
|
|
|
|
h = (struct elf_link_hash_entry *) h->root.u.i.link;
|
|
|
|
|
1999-09-10 14:38:05 +08:00
|
|
|
/* If we are not creating a shared library, and this symbol is
|
|
|
|
referenced by a shared library but is not defined anywhere, then
|
|
|
|
the generic code will warn that it is undefined.
|
|
|
|
|
|
|
|
This behavior is undesirable on HPs since the standard shared
|
2003-11-28 02:49:39 +08:00
|
|
|
libraries contain references to undefined symbols.
|
1999-09-10 14:38:05 +08:00
|
|
|
|
|
|
|
So we twiddle the flags associated with such symbols so that they
|
1999-09-13 13:51:32 +08:00
|
|
|
will not trigger the warning. ?!? FIXME. This is horribly fragile.
|
1999-09-10 14:38:05 +08:00
|
|
|
|
|
|
|
Ultimately we should have better controls over the generic ELF BFD
|
|
|
|
linker code. */
|
2003-06-25 14:40:27 +08:00
|
|
|
if (! info->relocatable
|
2004-03-21 07:16:43 +08:00
|
|
|
&& info->unresolved_syms_in_shared_libs != RM_IGNORE
|
1999-09-10 14:38:05 +08:00
|
|
|
&& h->root.type == bfd_link_hash_undefined
|
* elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
with bitfields. Make "type" and "other" bitfields too.
(ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
(ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
* elf-hppa.h: Update all uses of elf_link_hash_flags.
* elf-m10300.c: Likewise.
* elf.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-frv.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh-symbian.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-sparc.c: Likewise.
* elf64-x86-64.c: Likewise.
* elflink.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
* configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2004-09-16 22:52:12 +08:00
|
|
|
&& !h->ref_dynamic
|
|
|
|
&& !h->ref_regular
|
|
|
|
&& h->pointer_equality_needed)
|
1999-09-10 14:38:05 +08:00
|
|
|
{
|
* elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
with bitfields. Make "type" and "other" bitfields too.
(ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
(ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
* elf-hppa.h: Update all uses of elf_link_hash_flags.
* elf-m10300.c: Likewise.
* elf.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-frv.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh-symbian.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-sparc.c: Likewise.
* elf64-x86-64.c: Likewise.
* elflink.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
* configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2004-09-16 22:52:12 +08:00
|
|
|
h->ref_dynamic = 1;
|
|
|
|
h->pointer_equality_needed = 0;
|
1999-09-10 14:38:05 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-09-10 14:38:05 +08:00
|
|
|
}
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_is_dynamic_loader_symbol (const char *name)
|
2002-03-06 01:55:55 +08:00
|
|
|
{
|
|
|
|
return (! strcmp (name, "__CPU_REVISION")
|
|
|
|
|| ! strcmp (name, "__CPU_KEYBITS_1")
|
|
|
|
|| ! strcmp (name, "__SYSTEM_ID_D")
|
|
|
|
|| ! strcmp (name, "__FPU_MODEL")
|
|
|
|
|| ! strcmp (name, "__FPU_REVISION")
|
|
|
|
|| ! strcmp (name, "__ARGC")
|
|
|
|
|| ! strcmp (name, "__ARGV")
|
|
|
|
|| ! strcmp (name, "__ENVP")
|
|
|
|
|| ! strcmp (name, "__TLS_SIZE_D")
|
|
|
|
|| ! strcmp (name, "__LOAD_INFO")
|
|
|
|
|| ! strcmp (name, "__systab"));
|
|
|
|
}
|
|
|
|
|
1999-09-14 11:44:43 +08:00
|
|
|
/* Record the lowest address for the data and text segments. */
|
|
|
|
static void
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_record_segment_addrs (bfd *abfd ATTRIBUTE_UNUSED,
|
|
|
|
asection *section,
|
|
|
|
void *data)
|
1999-09-14 11:44:43 +08:00
|
|
|
{
|
|
|
|
struct elf64_hppa_link_hash_table *hppa_info;
|
|
|
|
bfd_vma value;
|
2000-12-04 04:44:04 +08:00
|
|
|
|
2003-08-07 15:25:34 +08:00
|
|
|
hppa_info = data;
|
1999-09-14 11:44:43 +08:00
|
|
|
|
|
|
|
value = section->vma - section->filepos;
|
|
|
|
|
2000-07-09 15:23:07 +08:00
|
|
|
if (((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
|
1999-09-14 11:44:43 +08:00
|
|
|
== (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
|
|
|
|
&& value < hppa_info->text_segment_base)
|
|
|
|
hppa_info->text_segment_base = value;
|
2000-07-09 15:23:07 +08:00
|
|
|
else if (((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
|
|
|
|
== (SEC_ALLOC | SEC_LOAD))
|
|
|
|
&& value < hppa_info->data_segment_base)
|
1999-09-14 11:44:43 +08:00
|
|
|
hppa_info->data_segment_base = value;
|
|
|
|
}
|
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
/* Called after we have seen all the input files/sections, but before
|
|
|
|
final symbol resolution and section placement has been determined.
|
|
|
|
|
|
|
|
We use this hook to (possibly) provide a value for __gp, then we
|
|
|
|
fall back to the generic ELF final link routine. */
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_final_link (bfd *abfd, struct bfd_link_info *info)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
2002-11-30 16:39:46 +08:00
|
|
|
bfd_boolean retval;
|
2000-07-09 15:23:07 +08:00
|
|
|
struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
|
1999-09-10 14:38:05 +08:00
|
|
|
|
2003-06-25 14:40:27 +08:00
|
|
|
if (! info->relocatable)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
|
|
|
struct elf_link_hash_entry *gp;
|
1999-09-15 16:51:45 +08:00
|
|
|
bfd_vma gp_val;
|
1999-09-17 04:39:10 +08:00
|
|
|
|
|
|
|
/* The linker script defines a value for __gp iff it was referenced
|
|
|
|
by one of the objects being linked. First try to find the symbol
|
|
|
|
in the hash table. If that fails, just compute the value __gp
|
|
|
|
should have had. */
|
2002-11-30 16:39:46 +08:00
|
|
|
gp = elf_link_hash_lookup (elf_hash_table (info), "__gp", FALSE,
|
|
|
|
FALSE, FALSE);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
1999-09-17 04:39:10 +08:00
|
|
|
if (gp)
|
|
|
|
{
|
|
|
|
|
|
|
|
/* Adjust the value of __gp as we may want to slide it into the
|
|
|
|
.plt section so that the stubs can access PLT entries without
|
|
|
|
using an addil sequence. */
|
2000-07-09 15:23:07 +08:00
|
|
|
gp->root.u.def.value += hppa_info->gp_offset;
|
1999-09-17 04:39:10 +08:00
|
|
|
|
|
|
|
gp_val = (gp->root.u.def.section->output_section->vma
|
|
|
|
+ gp->root.u.def.section->output_offset
|
|
|
|
+ gp->root.u.def.value);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
asection *sec;
|
|
|
|
|
|
|
|
/* First look for a .plt section. If found, then __gp is the
|
|
|
|
address of the .plt + gp_offset.
|
|
|
|
|
|
|
|
If no .plt is found, then look for .dlt, .opd and .data (in
|
2002-06-16 23:32:08 +08:00
|
|
|
that order) and set __gp to the base address of whichever
|
|
|
|
section is found first. */
|
1999-09-17 04:39:10 +08:00
|
|
|
|
|
|
|
sec = hppa_info->plt_sec;
|
2002-06-16 23:32:08 +08:00
|
|
|
if (sec && ! (sec->flags & SEC_EXCLUDE))
|
1999-09-17 04:39:10 +08:00
|
|
|
gp_val = (sec->output_offset
|
|
|
|
+ sec->output_section->vma
|
|
|
|
+ hppa_info->gp_offset);
|
|
|
|
else
|
|
|
|
{
|
|
|
|
sec = hppa_info->dlt_sec;
|
2002-06-16 23:32:08 +08:00
|
|
|
if (!sec || (sec->flags & SEC_EXCLUDE))
|
1999-09-17 04:39:10 +08:00
|
|
|
sec = hppa_info->opd_sec;
|
2002-06-16 23:32:08 +08:00
|
|
|
if (!sec || (sec->flags & SEC_EXCLUDE))
|
1999-09-17 04:39:10 +08:00
|
|
|
sec = bfd_get_section_by_name (abfd, ".data");
|
2002-06-16 23:32:08 +08:00
|
|
|
if (!sec || (sec->flags & SEC_EXCLUDE))
|
2005-07-08 14:20:06 +08:00
|
|
|
gp_val = 0;
|
|
|
|
else
|
|
|
|
gp_val = sec->output_offset + sec->output_section->vma;
|
1999-09-17 04:39:10 +08:00
|
|
|
}
|
|
|
|
}
|
1999-09-02 03:42:17 +08:00
|
|
|
|
1999-09-17 04:39:10 +08:00
|
|
|
/* Install whatever value we found/computed for __gp. */
|
1999-09-02 03:42:17 +08:00
|
|
|
_bfd_set_gp_value (abfd, gp_val);
|
|
|
|
}
|
|
|
|
|
1999-09-14 11:44:43 +08:00
|
|
|
/* We need to know the base of the text and data segments so that we
|
2000-07-09 15:23:07 +08:00
|
|
|
can perform SEGREL relocations. We will record the base addresses
|
1999-09-14 11:44:43 +08:00
|
|
|
when we encounter the first SEGREL relocation. */
|
2000-07-09 15:23:07 +08:00
|
|
|
hppa_info->text_segment_base = (bfd_vma)-1;
|
|
|
|
hppa_info->data_segment_base = (bfd_vma)-1;
|
1999-09-14 11:44:43 +08:00
|
|
|
|
1999-09-10 14:38:05 +08:00
|
|
|
/* HP's shared libraries have references to symbols that are not
|
2003-11-28 02:49:39 +08:00
|
|
|
defined anywhere. The generic ELF BFD linker code will complain
|
1999-09-10 14:38:05 +08:00
|
|
|
about such symbols.
|
|
|
|
|
|
|
|
So we detect the losing case and arrange for the flags on the symbol
|
|
|
|
to indicate that it was never referenced. This keeps the generic
|
|
|
|
ELF BFD link code happy and appears to not create any secondary
|
|
|
|
problems. Ultimately we need a way to control the behavior of the
|
|
|
|
generic ELF BFD link code better. */
|
|
|
|
elf_link_hash_traverse (elf_hash_table (info),
|
|
|
|
elf_hppa_unmark_useless_dynamic_symbols,
|
|
|
|
info);
|
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
/* Invoke the regular ELF backend linker to do all the work. */
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 18:58:09 +08:00
|
|
|
retval = bfd_elf_final_link (abfd, info);
|
1999-09-10 14:38:05 +08:00
|
|
|
|
|
|
|
elf_link_hash_traverse (elf_hash_table (info),
|
|
|
|
elf_hppa_remark_useless_dynamic_symbols,
|
|
|
|
info);
|
|
|
|
|
2002-04-08 19:01:43 +08:00
|
|
|
/* If we're producing a final executable, sort the contents of the
|
|
|
|
unwind section. */
|
|
|
|
if (retval)
|
|
|
|
retval = elf_hppa_sort_unwind (abfd);
|
|
|
|
|
1999-09-10 14:38:05 +08:00
|
|
|
return retval;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Relocate an HPPA ELF section. */
|
|
|
|
|
2002-11-30 16:39:46 +08:00
|
|
|
static bfd_boolean
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_relocate_section (bfd *output_bfd,
|
|
|
|
struct bfd_link_info *info,
|
|
|
|
bfd *input_bfd,
|
|
|
|
asection *input_section,
|
|
|
|
bfd_byte *contents,
|
|
|
|
Elf_Internal_Rela *relocs,
|
|
|
|
Elf_Internal_Sym *local_syms,
|
|
|
|
asection **local_sections)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
|
|
|
Elf_Internal_Shdr *symtab_hdr;
|
|
|
|
Elf_Internal_Rela *rel;
|
|
|
|
Elf_Internal_Rela *relend;
|
2002-07-23 20:29:33 +08:00
|
|
|
struct elf64_hppa_link_hash_table *hppa_info;
|
|
|
|
|
2003-06-25 14:40:27 +08:00
|
|
|
if (info->relocatable)
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-09-02 03:42:17 +08:00
|
|
|
|
2002-07-23 20:29:33 +08:00
|
|
|
hppa_info = elf64_hppa_hash_table (info);
|
1999-09-02 03:42:17 +08:00
|
|
|
symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
|
|
|
|
|
|
|
|
rel = relocs;
|
|
|
|
relend = relocs + input_section->reloc_count;
|
|
|
|
for (; rel < relend; rel++)
|
|
|
|
{
|
|
|
|
int r_type;
|
1999-09-14 10:03:58 +08:00
|
|
|
reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
|
1999-09-02 03:42:17 +08:00
|
|
|
unsigned long r_symndx;
|
|
|
|
struct elf_link_hash_entry *h;
|
|
|
|
Elf_Internal_Sym *sym;
|
|
|
|
asection *sym_sec;
|
|
|
|
bfd_vma relocation;
|
|
|
|
bfd_reloc_status_type r;
|
2000-07-09 15:23:07 +08:00
|
|
|
const char *dyn_name;
|
1999-09-09 20:01:24 +08:00
|
|
|
char *dynh_buf = NULL;
|
|
|
|
size_t dynh_buflen = 0;
|
|
|
|
struct elf64_hppa_dyn_hash_entry *dyn_h = NULL;
|
1999-09-02 03:42:17 +08:00
|
|
|
|
|
|
|
r_type = ELF_R_TYPE (rel->r_info);
|
|
|
|
if (r_type < 0 || r_type >= (int) R_PARISC_UNIMPLEMENTED)
|
|
|
|
{
|
|
|
|
bfd_set_error (bfd_error_bad_value);
|
2002-11-30 16:39:46 +08:00
|
|
|
return FALSE;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is a final link. */
|
2002-07-23 20:29:33 +08:00
|
|
|
r_symndx = ELF_R_SYM (rel->r_info);
|
1999-09-02 03:42:17 +08:00
|
|
|
h = NULL;
|
|
|
|
sym = NULL;
|
|
|
|
sym_sec = NULL;
|
|
|
|
if (r_symndx < symtab_hdr->sh_info)
|
|
|
|
{
|
1999-09-09 20:01:24 +08:00
|
|
|
/* This is a local symbol. */
|
1999-09-02 03:42:17 +08:00
|
|
|
sym = local_syms + r_symndx;
|
|
|
|
sym_sec = local_sections[r_symndx];
|
2003-11-05 21:17:09 +08:00
|
|
|
relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sym_sec, rel);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
|
|
|
/* If this symbol has an entry in the PA64 dynamic hash
|
|
|
|
table, then get it. */
|
2004-03-16 01:53:45 +08:00
|
|
|
dyn_name = get_dyn_name (input_bfd, h, rel,
|
1999-09-09 20:01:24 +08:00
|
|
|
&dynh_buf, &dynh_buflen);
|
|
|
|
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
2002-11-30 16:39:46 +08:00
|
|
|
dyn_name, FALSE, FALSE);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
1999-09-09 20:01:24 +08:00
|
|
|
/* This is not a local symbol. */
|
1999-09-02 03:42:17 +08:00
|
|
|
long indx;
|
|
|
|
|
|
|
|
indx = r_symndx - symtab_hdr->sh_info;
|
|
|
|
h = elf_sym_hashes (input_bfd)[indx];
|
|
|
|
while (h->root.type == bfd_link_hash_indirect
|
|
|
|
|| h->root.type == bfd_link_hash_warning)
|
|
|
|
h = (struct elf_link_hash_entry *) h->root.u.i.link;
|
|
|
|
if (h->root.type == bfd_link_hash_defined
|
|
|
|
|| h->root.type == bfd_link_hash_defweak)
|
|
|
|
{
|
|
|
|
sym_sec = h->root.u.def.section;
|
1999-09-09 20:01:24 +08:00
|
|
|
|
|
|
|
/* If this symbol has an entry in the PA64 dynamic hash
|
|
|
|
table, then get it. */
|
2004-03-16 01:53:45 +08:00
|
|
|
dyn_name = get_dyn_name (input_bfd, h, rel,
|
1999-09-09 20:01:24 +08:00
|
|
|
&dynh_buf, &dynh_buflen);
|
|
|
|
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
2002-11-30 16:39:46 +08:00
|
|
|
dyn_name, FALSE, FALSE);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
|
|
|
/* If we have a relocation against a symbol defined in a
|
|
|
|
shared library and we have not created an entry in the
|
|
|
|
PA64 dynamic symbol hash table for it, then we lose. */
|
|
|
|
if (sym_sec->output_section == NULL && dyn_h == NULL)
|
|
|
|
{
|
|
|
|
(*_bfd_error_handler)
|
bfd/
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
(bfd_archive_filename, bfd_get_section_ident): Delete.
* ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
bfd_archive_filename.
* elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
to warn about symbols in discarded sections. Use _bfd_error_handler.
* aout-adobe.c (aout_adobe_callback): See below.
* aout-cris.c (swap_ext_reloc_in): ..
* coff-arm.c (find_thumb_glue, find_arm_glue,
coff_arm_relocate_section, bfd_arm_process_before_allocation,
coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
coff_arm_copy_private_bfd_data): ..
* coff-i860.c (i860_reloc_processing): ..
* coff-mcore.c (mcore_coff_unsupported_reloc,
coff_mcore_relocate_section): ..
* coff-ppc.c (coff_ppc_relocate_section): ..
* coff-rs6000.c (xcoff_create_csect_from_smclas
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_swap_insns, sh_relocate_section): ..
* coff-tic54x.c (tic54x_reloc_processing): ..
* coff-tic80.c (coff_tic80_relocate_section): ..
* coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
* coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
coff_slurp_symbol_table, coff_classify_symbol,
coff_slurp_reloc_table): ..
* coffgen.c (_bfd_coff_read_string_table): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
_bfd_coff_generic_relocate_section): ..
* cpu-arm.c (bfd_arm_merge_machines): ..
* cpu-sh.c (sh_merge_bfd_arch): ..
* elf-hppa.h (elf_hppa_relocate_section): ..
* elf.c (bfd_elf_string_from_elf_section, setup_group,
_bfd_elf_setup_group_pointers, bfd_section_from_shdr,
assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
copy_private_bfd_data, _bfd_elf_validate_reloc): ..
* elf32-arm.h (find_thumb_glue, find_arm_glue,
bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
elf32_arm_relocate_section, elf32_arm_set_private_flags,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
* elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
cris_elf_merge_private_bfd_data
* elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
* elf32-gen.c (elf32_generic_link_add_symbols): ..
* elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
elf32_hppa_relocate_section): ..
* elf32-i370.c (i370_elf_merge_private_bfd_data,
i370_elf_check_relocs, i370_elf_relocate_section): ..
* elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
elf_i386_relocate_section): ..
* elf32-m32r.c (m32r_elf_relocate_section,
m32r_elf_merge_private_bfd_data): ..
* elf32-m68hc1x.c (m68hc12_add_stub,
_bfd_m68hc11_elf_merge_private_bfd_data): ..
* elf32-m68k.c (elf_m68k_relocate_section): ..
* elf32-mcore.c (mcore_elf_unsupported_reloc,
mcore_elf_relocate_section): ..
* elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
ppc_elf_check_relocs, ppc_elf_relocate_section,
ppc_elf_begin_write_processing): ..
* elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf32-sh-symbian.c (sh_symbian_import_as,
sh_symbian_process_embedded_commands,
sh_symbian_relocate_section): ..
* elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
sh_elf_merge_private_data): ..
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_relocate_section,
elf32_sparc_merge_private_bfd_data): ..
* elf32-v850.c (v850_elf_check_relocs,
v850_elf_merge_private_bfd_data): ..
* elf32-xtensa.c (elf_xtensa_check_relocs,
elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
* elf64-alpha.c (elf64_alpha_relax_with_lituse,
elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
* elf64-gen.c (elf64_generic_link_add_symbols): ..
* elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
ppc64_elf_check_relocs, ppc64_elf_edit_opd,
ppc64_elf_relocate_section): ..
* elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf64-sh64.c (sh_elf64_relocate_section): ..
* elf64-sparc.c (sparc64_elf_check_relocs,
sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
sparc64_elf_merge_private_bfd_data): ..
* elf64-x86-64.c (elf64_x86_64_check_relocs,
elf64_x86_64_relocate_section): ..
* elflink.c (_bfd_elf_add_default_symbol,
_bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
_bfd_elf_link_output_relocs, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_output_extsym,
elf_get_linked_section_vma, elf_fixup_link_order,
bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
* elfxx-ia64.c (elfNN_ia64_relax_section,
elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
* elfxx-mips.c (mips_elf_perform_relocation,
_bfd_mips_elf_check_relocs,
_bfd_mips_elf_merge_private_bfd_data): ..
* ieee.c (ieee_slurp_external_symbols): ..
* ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
* libbfd.c (_bfd_generic_verify_endian_match): ..
* linker.c (_bfd_generic_link_add_one_symbol,
_bfd_generic_section_already_linked): ..
* pdp11.c (translate_to_native_sym_flags): ..
* pe-mips.c (coff_pe_mips_relocate_section): ..
* peicode.h (pe_ILF_build_a_bfd): ..
* srec.c (srec_bad_byte): ..
* stabs.c (_bfd_link_section_stabs): ..
* xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
Replace all uses of bfd_archive_filename and bfd_get_section_ident
with corresponding %B and %A in _bfd_error_handler format string.
Replace occurrences of "fprintf (stderr," with _bfd_error_handler
calls to use %A and %B. Fix "against symbol .. from section" and
similar error messages. Combine multiple _bfd_error_handler calls
where they were separated due to bfd_archive_filename deficiencies.
* bfd-in2.h: Regenerate.
include/
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
ld/
* ldmain.c (link_callbacks): Remove "error_handler".
* ldmisc.c: Include elf-bfd.h.
(vfinfo): Sort comment. Handle %A. Use %A instead of
bfd_get_section_indent.
(error_handler): Delete.
* ldmisc.h (error_handler): Delete declaration.
2004-08-13 11:16:01 +08:00
|
|
|
(_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
|
|
|
|
input_bfd, input_section, h->root.root.string);
|
1999-09-09 20:01:24 +08:00
|
|
|
relocation = 0;
|
|
|
|
}
|
|
|
|
else if (sym_sec->output_section)
|
|
|
|
relocation = (h->root.u.def.value
|
|
|
|
+ sym_sec->output_offset
|
|
|
|
+ sym_sec->output_section->vma);
|
|
|
|
/* Value will be provided via one of the offsets in the
|
|
|
|
dyn_h hash table entry. */
|
|
|
|
else
|
|
|
|
relocation = 0;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
2004-03-21 07:16:43 +08:00
|
|
|
else if (info->unresolved_syms_in_objects == RM_IGNORE
|
2000-05-23 22:05:50 +08:00
|
|
|
&& ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
|
1999-09-17 00:51:34 +08:00
|
|
|
{
|
|
|
|
/* If this symbol has an entry in the PA64 dynamic hash
|
|
|
|
table, then get it. */
|
2004-03-16 01:53:45 +08:00
|
|
|
dyn_name = get_dyn_name (input_bfd, h, rel,
|
1999-09-17 00:51:34 +08:00
|
|
|
&dynh_buf, &dynh_buflen);
|
|
|
|
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
2002-11-30 16:39:46 +08:00
|
|
|
dyn_name, FALSE, FALSE);
|
1999-09-17 00:51:34 +08:00
|
|
|
|
|
|
|
if (dyn_h == NULL)
|
|
|
|
{
|
|
|
|
(*_bfd_error_handler)
|
bfd/
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
(bfd_archive_filename, bfd_get_section_ident): Delete.
* ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
bfd_archive_filename.
* elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
to warn about symbols in discarded sections. Use _bfd_error_handler.
* aout-adobe.c (aout_adobe_callback): See below.
* aout-cris.c (swap_ext_reloc_in): ..
* coff-arm.c (find_thumb_glue, find_arm_glue,
coff_arm_relocate_section, bfd_arm_process_before_allocation,
coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
coff_arm_copy_private_bfd_data): ..
* coff-i860.c (i860_reloc_processing): ..
* coff-mcore.c (mcore_coff_unsupported_reloc,
coff_mcore_relocate_section): ..
* coff-ppc.c (coff_ppc_relocate_section): ..
* coff-rs6000.c (xcoff_create_csect_from_smclas
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_swap_insns, sh_relocate_section): ..
* coff-tic54x.c (tic54x_reloc_processing): ..
* coff-tic80.c (coff_tic80_relocate_section): ..
* coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
* coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
coff_slurp_symbol_table, coff_classify_symbol,
coff_slurp_reloc_table): ..
* coffgen.c (_bfd_coff_read_string_table): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
_bfd_coff_generic_relocate_section): ..
* cpu-arm.c (bfd_arm_merge_machines): ..
* cpu-sh.c (sh_merge_bfd_arch): ..
* elf-hppa.h (elf_hppa_relocate_section): ..
* elf.c (bfd_elf_string_from_elf_section, setup_group,
_bfd_elf_setup_group_pointers, bfd_section_from_shdr,
assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
copy_private_bfd_data, _bfd_elf_validate_reloc): ..
* elf32-arm.h (find_thumb_glue, find_arm_glue,
bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
elf32_arm_relocate_section, elf32_arm_set_private_flags,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
* elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
cris_elf_merge_private_bfd_data
* elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
* elf32-gen.c (elf32_generic_link_add_symbols): ..
* elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
elf32_hppa_relocate_section): ..
* elf32-i370.c (i370_elf_merge_private_bfd_data,
i370_elf_check_relocs, i370_elf_relocate_section): ..
* elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
elf_i386_relocate_section): ..
* elf32-m32r.c (m32r_elf_relocate_section,
m32r_elf_merge_private_bfd_data): ..
* elf32-m68hc1x.c (m68hc12_add_stub,
_bfd_m68hc11_elf_merge_private_bfd_data): ..
* elf32-m68k.c (elf_m68k_relocate_section): ..
* elf32-mcore.c (mcore_elf_unsupported_reloc,
mcore_elf_relocate_section): ..
* elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
ppc_elf_check_relocs, ppc_elf_relocate_section,
ppc_elf_begin_write_processing): ..
* elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf32-sh-symbian.c (sh_symbian_import_as,
sh_symbian_process_embedded_commands,
sh_symbian_relocate_section): ..
* elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
sh_elf_merge_private_data): ..
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_relocate_section,
elf32_sparc_merge_private_bfd_data): ..
* elf32-v850.c (v850_elf_check_relocs,
v850_elf_merge_private_bfd_data): ..
* elf32-xtensa.c (elf_xtensa_check_relocs,
elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
* elf64-alpha.c (elf64_alpha_relax_with_lituse,
elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
* elf64-gen.c (elf64_generic_link_add_symbols): ..
* elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
ppc64_elf_check_relocs, ppc64_elf_edit_opd,
ppc64_elf_relocate_section): ..
* elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf64-sh64.c (sh_elf64_relocate_section): ..
* elf64-sparc.c (sparc64_elf_check_relocs,
sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
sparc64_elf_merge_private_bfd_data): ..
* elf64-x86-64.c (elf64_x86_64_check_relocs,
elf64_x86_64_relocate_section): ..
* elflink.c (_bfd_elf_add_default_symbol,
_bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
_bfd_elf_link_output_relocs, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_output_extsym,
elf_get_linked_section_vma, elf_fixup_link_order,
bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
* elfxx-ia64.c (elfNN_ia64_relax_section,
elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
* elfxx-mips.c (mips_elf_perform_relocation,
_bfd_mips_elf_check_relocs,
_bfd_mips_elf_merge_private_bfd_data): ..
* ieee.c (ieee_slurp_external_symbols): ..
* ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
* libbfd.c (_bfd_generic_verify_endian_match): ..
* linker.c (_bfd_generic_link_add_one_symbol,
_bfd_generic_section_already_linked): ..
* pdp11.c (translate_to_native_sym_flags): ..
* pe-mips.c (coff_pe_mips_relocate_section): ..
* peicode.h (pe_ILF_build_a_bfd): ..
* srec.c (srec_bad_byte): ..
* stabs.c (_bfd_link_section_stabs): ..
* xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
Replace all uses of bfd_archive_filename and bfd_get_section_ident
with corresponding %B and %A in _bfd_error_handler format string.
Replace occurrences of "fprintf (stderr," with _bfd_error_handler
calls to use %A and %B. Fix "against symbol .. from section" and
similar error messages. Combine multiple _bfd_error_handler calls
where they were separated due to bfd_archive_filename deficiencies.
* bfd-in2.h: Regenerate.
include/
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
ld/
* ldmain.c (link_callbacks): Remove "error_handler".
* ldmisc.c: Include elf-bfd.h.
(vfinfo): Sort comment. Handle %A. Use %A instead of
bfd_get_section_indent.
(error_handler): Delete.
* ldmisc.h (error_handler): Delete declaration.
2004-08-13 11:16:01 +08:00
|
|
|
(_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
|
|
|
|
input_bfd, input_section, h->root.root.string);
|
1999-09-17 00:51:34 +08:00
|
|
|
}
|
|
|
|
relocation = 0;
|
|
|
|
}
|
1999-09-02 03:42:17 +08:00
|
|
|
else if (h->root.type == bfd_link_hash_undefweak)
|
2003-07-30 10:15:07 +08:00
|
|
|
{
|
2004-03-16 01:53:45 +08:00
|
|
|
dyn_name = get_dyn_name (input_bfd, h, rel,
|
2003-07-30 10:15:07 +08:00
|
|
|
&dynh_buf, &dynh_buflen);
|
|
|
|
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
|
|
|
dyn_name, FALSE, FALSE);
|
|
|
|
|
|
|
|
if (dyn_h == NULL)
|
|
|
|
{
|
|
|
|
(*_bfd_error_handler)
|
bfd/
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
(bfd_archive_filename, bfd_get_section_ident): Delete.
* ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
bfd_archive_filename.
* elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
to warn about symbols in discarded sections. Use _bfd_error_handler.
* aout-adobe.c (aout_adobe_callback): See below.
* aout-cris.c (swap_ext_reloc_in): ..
* coff-arm.c (find_thumb_glue, find_arm_glue,
coff_arm_relocate_section, bfd_arm_process_before_allocation,
coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
coff_arm_copy_private_bfd_data): ..
* coff-i860.c (i860_reloc_processing): ..
* coff-mcore.c (mcore_coff_unsupported_reloc,
coff_mcore_relocate_section): ..
* coff-ppc.c (coff_ppc_relocate_section): ..
* coff-rs6000.c (xcoff_create_csect_from_smclas
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_swap_insns, sh_relocate_section): ..
* coff-tic54x.c (tic54x_reloc_processing): ..
* coff-tic80.c (coff_tic80_relocate_section): ..
* coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
* coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
coff_slurp_symbol_table, coff_classify_symbol,
coff_slurp_reloc_table): ..
* coffgen.c (_bfd_coff_read_string_table): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
_bfd_coff_generic_relocate_section): ..
* cpu-arm.c (bfd_arm_merge_machines): ..
* cpu-sh.c (sh_merge_bfd_arch): ..
* elf-hppa.h (elf_hppa_relocate_section): ..
* elf.c (bfd_elf_string_from_elf_section, setup_group,
_bfd_elf_setup_group_pointers, bfd_section_from_shdr,
assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
copy_private_bfd_data, _bfd_elf_validate_reloc): ..
* elf32-arm.h (find_thumb_glue, find_arm_glue,
bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
elf32_arm_relocate_section, elf32_arm_set_private_flags,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
* elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
cris_elf_merge_private_bfd_data
* elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
* elf32-gen.c (elf32_generic_link_add_symbols): ..
* elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
elf32_hppa_relocate_section): ..
* elf32-i370.c (i370_elf_merge_private_bfd_data,
i370_elf_check_relocs, i370_elf_relocate_section): ..
* elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
elf_i386_relocate_section): ..
* elf32-m32r.c (m32r_elf_relocate_section,
m32r_elf_merge_private_bfd_data): ..
* elf32-m68hc1x.c (m68hc12_add_stub,
_bfd_m68hc11_elf_merge_private_bfd_data): ..
* elf32-m68k.c (elf_m68k_relocate_section): ..
* elf32-mcore.c (mcore_elf_unsupported_reloc,
mcore_elf_relocate_section): ..
* elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
ppc_elf_check_relocs, ppc_elf_relocate_section,
ppc_elf_begin_write_processing): ..
* elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf32-sh-symbian.c (sh_symbian_import_as,
sh_symbian_process_embedded_commands,
sh_symbian_relocate_section): ..
* elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
sh_elf_merge_private_data): ..
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_relocate_section,
elf32_sparc_merge_private_bfd_data): ..
* elf32-v850.c (v850_elf_check_relocs,
v850_elf_merge_private_bfd_data): ..
* elf32-xtensa.c (elf_xtensa_check_relocs,
elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
* elf64-alpha.c (elf64_alpha_relax_with_lituse,
elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
* elf64-gen.c (elf64_generic_link_add_symbols): ..
* elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
ppc64_elf_check_relocs, ppc64_elf_edit_opd,
ppc64_elf_relocate_section): ..
* elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf64-sh64.c (sh_elf64_relocate_section): ..
* elf64-sparc.c (sparc64_elf_check_relocs,
sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
sparc64_elf_merge_private_bfd_data): ..
* elf64-x86-64.c (elf64_x86_64_check_relocs,
elf64_x86_64_relocate_section): ..
* elflink.c (_bfd_elf_add_default_symbol,
_bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
_bfd_elf_link_output_relocs, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_output_extsym,
elf_get_linked_section_vma, elf_fixup_link_order,
bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
* elfxx-ia64.c (elfNN_ia64_relax_section,
elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
* elfxx-mips.c (mips_elf_perform_relocation,
_bfd_mips_elf_check_relocs,
_bfd_mips_elf_merge_private_bfd_data): ..
* ieee.c (ieee_slurp_external_symbols): ..
* ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
* libbfd.c (_bfd_generic_verify_endian_match): ..
* linker.c (_bfd_generic_link_add_one_symbol,
_bfd_generic_section_already_linked): ..
* pdp11.c (translate_to_native_sym_flags): ..
* pe-mips.c (coff_pe_mips_relocate_section): ..
* peicode.h (pe_ILF_build_a_bfd): ..
* srec.c (srec_bad_byte): ..
* stabs.c (_bfd_link_section_stabs): ..
* xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
Replace all uses of bfd_archive_filename and bfd_get_section_ident
with corresponding %B and %A in _bfd_error_handler format string.
Replace occurrences of "fprintf (stderr," with _bfd_error_handler
calls to use %A and %B. Fix "against symbol .. from section" and
similar error messages. Combine multiple _bfd_error_handler calls
where they were separated due to bfd_archive_filename deficiencies.
* bfd-in2.h: Regenerate.
include/
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
ld/
* ldmain.c (link_callbacks): Remove "error_handler".
* ldmisc.c: Include elf-bfd.h.
(vfinfo): Sort comment. Handle %A. Use %A instead of
bfd_get_section_indent.
(error_handler): Delete.
* ldmisc.h (error_handler): Delete declaration.
2004-08-13 11:16:01 +08:00
|
|
|
(_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
|
|
|
|
input_bfd, input_section, h->root.root.string);
|
2003-07-30 10:15:07 +08:00
|
|
|
}
|
|
|
|
relocation = 0;
|
|
|
|
}
|
1999-09-02 03:42:17 +08:00
|
|
|
else
|
|
|
|
{
|
2002-03-06 01:55:55 +08:00
|
|
|
/* Ignore dynamic loader defined symbols. */
|
|
|
|
if (elf_hppa_is_dynamic_loader_symbol (h->root.root.string))
|
|
|
|
relocation = 0;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (!((*info->callbacks->undefined_symbol)
|
|
|
|
(info, h->root.root.string, input_bfd,
|
2004-03-21 07:16:43 +08:00
|
|
|
input_section, rel->r_offset,
|
|
|
|
(info->unresolved_syms_in_objects == RM_GENERATE_ERROR
|
|
|
|
|| ELF_ST_VISIBILITY (h->other)))))
|
2002-11-30 16:39:46 +08:00
|
|
|
return FALSE;
|
2002-03-06 01:55:55 +08:00
|
|
|
break;
|
|
|
|
}
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
r = elf_hppa_final_link_relocate (rel, input_bfd, output_bfd,
|
1999-09-02 03:42:17 +08:00
|
|
|
input_section, contents,
|
1999-09-09 20:01:24 +08:00
|
|
|
relocation, info, sym_sec,
|
|
|
|
h, dyn_h);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
|
|
|
if (r != bfd_reloc_ok)
|
|
|
|
{
|
|
|
|
switch (r)
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
abort ();
|
|
|
|
case bfd_reloc_overflow:
|
|
|
|
{
|
2004-10-21 23:28:33 +08:00
|
|
|
const char *sym_name;
|
|
|
|
|
|
|
|
if (h != NULL)
|
|
|
|
sym_name = NULL;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
sym_name = bfd_elf_string_from_elf_section (input_bfd,
|
|
|
|
symtab_hdr->sh_link,
|
|
|
|
sym->st_name);
|
|
|
|
if (sym_name == NULL)
|
|
|
|
return FALSE;
|
|
|
|
if (*sym_name == '\0')
|
|
|
|
sym_name = bfd_section_name (input_bfd, sym_sec);
|
|
|
|
}
|
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
if (!((*info->callbacks->reloc_overflow)
|
2004-10-21 23:28:33 +08:00
|
|
|
(info, (h ? &h->root : NULL), sym_name,
|
|
|
|
howto->name, (bfd_vma) 0, input_bfd,
|
|
|
|
input_section, rel->r_offset)))
|
2002-11-30 16:39:46 +08:00
|
|
|
return FALSE;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2002-11-30 16:39:46 +08:00
|
|
|
return TRUE;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Compute the value for a relocation (REL) during a final link stage,
|
2000-12-04 04:44:04 +08:00
|
|
|
then insert the value into the proper location in CONTENTS.
|
1999-09-09 20:01:24 +08:00
|
|
|
|
|
|
|
VALUE is a tentative value for the relocation and may be overridden
|
|
|
|
and modified here based on the specific relocation to be performed.
|
|
|
|
|
|
|
|
For example we do conversions for PC-relative branches in this routine
|
2000-12-04 04:44:04 +08:00
|
|
|
or redirection of calls to external routines to stubs.
|
1999-09-09 20:01:24 +08:00
|
|
|
|
|
|
|
The work of actually applying the relocation is left to a helper
|
|
|
|
routine in an attempt to reduce the complexity and size of this
|
|
|
|
function. */
|
1999-09-02 03:42:17 +08:00
|
|
|
|
|
|
|
static bfd_reloc_status_type
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
|
|
|
|
bfd *input_bfd,
|
|
|
|
bfd *output_bfd,
|
|
|
|
asection *input_section,
|
|
|
|
bfd_byte *contents,
|
|
|
|
bfd_vma value,
|
|
|
|
struct bfd_link_info *info,
|
|
|
|
asection *sym_sec,
|
|
|
|
struct elf_link_hash_entry *h ATTRIBUTE_UNUSED,
|
|
|
|
struct elf64_hppa_dyn_hash_entry *dyn_h)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
int insn;
|
1999-09-09 20:01:24 +08:00
|
|
|
bfd_vma offset = rel->r_offset;
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
bfd_signed_vma addend = rel->r_addend;
|
1999-09-09 20:01:24 +08:00
|
|
|
reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
|
2000-05-02 08:12:52 +08:00
|
|
|
unsigned int r_type = howto->type;
|
1999-09-02 03:42:17 +08:00
|
|
|
bfd_byte *hit_data = contents + offset;
|
1999-09-09 20:01:24 +08:00
|
|
|
struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
|
|
|
insn = bfd_get_32 (input_bfd, hit_data);
|
|
|
|
|
|
|
|
switch (r_type)
|
|
|
|
{
|
|
|
|
case R_PARISC_NONE:
|
|
|
|
break;
|
|
|
|
|
2002-07-16 10:26:30 +08:00
|
|
|
/* Basic function call support.
|
2000-05-02 08:12:52 +08:00
|
|
|
|
|
|
|
Note for a call to a function defined in another dynamic library
|
|
|
|
we want to redirect the call to a stub. */
|
|
|
|
|
1999-09-09 21:32:38 +08:00
|
|
|
/* Random PC relative relocs. */
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_PCREL21L:
|
|
|
|
case R_PARISC_PCREL14R:
|
|
|
|
case R_PARISC_PCREL14F:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL14WR:
|
|
|
|
case R_PARISC_PCREL14DR:
|
|
|
|
case R_PARISC_PCREL16F:
|
|
|
|
case R_PARISC_PCREL16WF:
|
|
|
|
case R_PARISC_PCREL16DF:
|
|
|
|
{
|
|
|
|
/* If this is a call to a function defined in another dynamic
|
|
|
|
library, then redirect the call to the local stub for this
|
|
|
|
function. */
|
1999-09-17 00:51:34 +08:00
|
|
|
if (sym_sec == NULL || sym_sec->output_section == NULL)
|
|
|
|
value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
|
|
|
|
+ hppa_info->stub_sec->output_section->vma);
|
2000-12-04 04:44:04 +08:00
|
|
|
|
1999-09-09 21:32:38 +08:00
|
|
|
/* Turn VALUE into a proper PC relative address. */
|
|
|
|
value -= (offset + input_section->output_offset
|
|
|
|
+ input_section->output_section->vma);
|
|
|
|
|
|
|
|
/* Adjust for any field selectors. */
|
2000-05-02 08:12:52 +08:00
|
|
|
if (r_type == R_PARISC_PCREL21L)
|
|
|
|
value = hppa_field_adjust (value, -8 + addend, e_lsel);
|
|
|
|
else if (r_type == R_PARISC_PCREL14F
|
|
|
|
|| r_type == R_PARISC_PCREL16F
|
|
|
|
|| r_type == R_PARISC_PCREL16WF
|
|
|
|
|| r_type == R_PARISC_PCREL16DF)
|
|
|
|
value = hppa_field_adjust (value, -8 + addend, e_fsel);
|
|
|
|
else
|
|
|
|
value = hppa_field_adjust (value, -8 + addend, e_rsel);
|
1999-09-09 21:32:38 +08:00
|
|
|
|
|
|
|
/* Apply the relocation to the given instruction. */
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-09 21:32:38 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
case R_PARISC_PCREL12F:
|
1999-09-02 03:42:17 +08:00
|
|
|
case R_PARISC_PCREL22F:
|
|
|
|
case R_PARISC_PCREL17F:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL22C:
|
|
|
|
case R_PARISC_PCREL17C:
|
|
|
|
case R_PARISC_PCREL17R:
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
1999-09-09 20:01:24 +08:00
|
|
|
/* If this is a call to a function defined in another dynamic
|
|
|
|
library, then redirect the call to the local stub for this
|
|
|
|
function. */
|
1999-09-17 00:51:34 +08:00
|
|
|
if (sym_sec == NULL || sym_sec->output_section == NULL)
|
1999-09-10 22:05:36 +08:00
|
|
|
value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
|
|
|
|
+ hppa_info->stub_sec->output_section->vma);
|
2000-12-04 04:44:04 +08:00
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Turn VALUE into a proper PC relative address. */
|
|
|
|
value -= (offset + input_section->output_offset
|
|
|
|
+ input_section->output_section->vma);
|
|
|
|
|
|
|
|
/* Adjust for any field selectors. */
|
2000-05-31 17:00:00 +08:00
|
|
|
if (r_type == R_PARISC_PCREL17R)
|
|
|
|
value = hppa_field_adjust (value, -8 + addend, e_rsel);
|
|
|
|
else
|
|
|
|
value = hppa_field_adjust (value, -8 + addend, e_fsel);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* All branches are implicitly shifted by 2 places. */
|
|
|
|
value >>= 2;
|
1999-09-02 03:42:17 +08:00
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Apply the relocation to the given instruction. */
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-02 03:42:17 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Indirect references to data through the DLT. */
|
|
|
|
case R_PARISC_DLTIND14R:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_DLTIND14F:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTIND14DR:
|
|
|
|
case R_PARISC_DLTIND14WR:
|
|
|
|
case R_PARISC_DLTIND21L:
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR14R:
|
|
|
|
case R_PARISC_LTOFF_FPTR14DR:
|
|
|
|
case R_PARISC_LTOFF_FPTR14WR:
|
|
|
|
case R_PARISC_LTOFF_FPTR21L:
|
|
|
|
case R_PARISC_LTOFF_FPTR16F:
|
|
|
|
case R_PARISC_LTOFF_FPTR16WF:
|
|
|
|
case R_PARISC_LTOFF_FPTR16DF:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_LTOFF_TP21L:
|
|
|
|
case R_PARISC_LTOFF_TP14R:
|
|
|
|
case R_PARISC_LTOFF_TP14F:
|
|
|
|
case R_PARISC_LTOFF_TP14WR:
|
|
|
|
case R_PARISC_LTOFF_TP14DR:
|
|
|
|
case R_PARISC_LTOFF_TP16F:
|
|
|
|
case R_PARISC_LTOFF_TP16WF:
|
|
|
|
case R_PARISC_LTOFF_TP16DF:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_LTOFF16F:
|
|
|
|
case R_PARISC_LTOFF16WF:
|
|
|
|
case R_PARISC_LTOFF16DF:
|
1999-09-08 08:09:52 +08:00
|
|
|
{
|
1999-09-10 22:05:36 +08:00
|
|
|
/* If this relocation was against a local symbol, then we still
|
2000-07-09 15:23:07 +08:00
|
|
|
have not set up the DLT entry (it's not convenient to do so
|
1999-09-10 22:05:36 +08:00
|
|
|
in the "finalize_dlt" routine because it is difficult to get
|
|
|
|
to the local symbol's value).
|
|
|
|
|
|
|
|
So, if this is a local symbol (h == NULL), then we need to
|
2000-12-04 04:44:04 +08:00
|
|
|
fill in its DLT entry.
|
1999-09-10 23:46:37 +08:00
|
|
|
|
|
|
|
Similarly we may still need to set up an entry in .opd for
|
|
|
|
a local function which had its address taken. */
|
1999-09-10 22:05:36 +08:00
|
|
|
if (dyn_h->h == NULL)
|
|
|
|
{
|
2002-03-06 01:55:55 +08:00
|
|
|
/* Now do .opd creation if needed. */
|
1999-09-10 23:46:37 +08:00
|
|
|
if (r_type == R_PARISC_LTOFF_FPTR14R
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR14DR
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR14WR
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR21L
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16F
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16WF
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16DF)
|
|
|
|
{
|
|
|
|
/* The first two words of an .opd entry are zero. */
|
|
|
|
memset (hppa_info->opd_sec->contents + dyn_h->opd_offset,
|
|
|
|
0, 16);
|
|
|
|
|
|
|
|
/* The next word is the address of the function. */
|
2002-03-06 01:55:55 +08:00
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
|
1999-09-10 23:46:37 +08:00
|
|
|
(hppa_info->opd_sec->contents
|
|
|
|
+ dyn_h->opd_offset + 16));
|
|
|
|
|
|
|
|
/* The last word is our local __gp value. */
|
|
|
|
value = _bfd_get_gp_value
|
|
|
|
(hppa_info->opd_sec->output_section->owner);
|
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value,
|
|
|
|
(hppa_info->opd_sec->contents
|
|
|
|
+ dyn_h->opd_offset + 24));
|
2002-03-06 01:55:55 +08:00
|
|
|
|
|
|
|
/* The DLT value is the address of the .opd entry. */
|
|
|
|
value = (dyn_h->opd_offset
|
|
|
|
+ hppa_info->opd_sec->output_offset
|
|
|
|
+ hppa_info->opd_sec->output_section->vma);
|
|
|
|
addend = 0;
|
1999-09-10 23:46:37 +08:00
|
|
|
}
|
2002-03-06 01:55:55 +08:00
|
|
|
|
|
|
|
bfd_put_64 (hppa_info->dlt_sec->owner,
|
|
|
|
value + addend,
|
|
|
|
hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
|
1999-09-10 22:05:36 +08:00
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* We want the value of the DLT offset for this symbol, not
|
1999-09-15 16:51:45 +08:00
|
|
|
the symbol's actual address. Note that __gp may not point
|
|
|
|
to the start of the DLT, so we have to compute the absolute
|
|
|
|
address, then subtract out the value of __gp. */
|
|
|
|
value = (dyn_h->dlt_offset
|
|
|
|
+ hppa_info->dlt_sec->output_offset
|
|
|
|
+ hppa_info->dlt_sec->output_section->vma);
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* All DLTIND relocations are basically the same at this point,
|
|
|
|
except that we need different field selectors for the 21bit
|
|
|
|
version vs the 14bit versions. */
|
1999-09-09 21:01:11 +08:00
|
|
|
if (r_type == R_PARISC_DLTIND21L
|
1999-09-09 21:55:46 +08:00
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR21L
|
|
|
|
|| r_type == R_PARISC_LTOFF_TP21L)
|
2002-03-06 01:55:55 +08:00
|
|
|
value = hppa_field_adjust (value, 0, e_lsel);
|
1999-09-09 21:32:38 +08:00
|
|
|
else if (r_type == R_PARISC_DLTIND14F
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16F
|
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16WF
|
1999-09-09 21:55:46 +08:00
|
|
|
|| r_type == R_PARISC_LTOFF_FPTR16DF
|
1999-09-09 22:51:33 +08:00
|
|
|
|| r_type == R_PARISC_LTOFF16F
|
|
|
|
|| r_type == R_PARISC_LTOFF16DF
|
|
|
|
|| r_type == R_PARISC_LTOFF16WF
|
1999-09-09 21:55:46 +08:00
|
|
|
|| r_type == R_PARISC_LTOFF_TP16F
|
|
|
|
|| r_type == R_PARISC_LTOFF_TP16WF
|
|
|
|
|| r_type == R_PARISC_LTOFF_TP16DF)
|
2002-03-06 01:55:55 +08:00
|
|
|
value = hppa_field_adjust (value, 0, e_fsel);
|
1999-09-09 20:01:24 +08:00
|
|
|
else
|
2002-03-06 01:55:55 +08:00
|
|
|
value = hppa_field_adjust (value, 0, e_rsel);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-08 08:09:52 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTREL14R:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_DLTREL14F:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTREL14DR:
|
|
|
|
case R_PARISC_DLTREL14WR:
|
1999-09-08 08:09:52 +08:00
|
|
|
case R_PARISC_DLTREL21L:
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_DPREL21L:
|
|
|
|
case R_PARISC_DPREL14WR:
|
|
|
|
case R_PARISC_DPREL14DR:
|
|
|
|
case R_PARISC_DPREL14R:
|
|
|
|
case R_PARISC_DPREL14F:
|
|
|
|
case R_PARISC_GPREL16F:
|
|
|
|
case R_PARISC_GPREL16WF:
|
|
|
|
case R_PARISC_GPREL16DF:
|
1999-09-08 08:09:52 +08:00
|
|
|
{
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Subtract out the global pointer value to make value a DLT
|
|
|
|
relative address. */
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
|
|
|
|
|
|
|
/* All DLTREL relocations are basically the same at this point,
|
|
|
|
except that we need different field selectors for the 21bit
|
|
|
|
version vs the 14bit versions. */
|
1999-09-09 22:10:24 +08:00
|
|
|
if (r_type == R_PARISC_DLTREL21L
|
|
|
|
|| r_type == R_PARISC_DPREL21L)
|
1999-09-09 20:01:24 +08:00
|
|
|
value = hppa_field_adjust (value, addend, e_lrsel);
|
1999-09-09 22:10:24 +08:00
|
|
|
else if (r_type == R_PARISC_DLTREL14F
|
|
|
|
|| r_type == R_PARISC_DPREL14F
|
|
|
|
|| r_type == R_PARISC_GPREL16F
|
|
|
|
|| r_type == R_PARISC_GPREL16WF
|
|
|
|
|| r_type == R_PARISC_GPREL16DF)
|
1999-09-09 21:32:38 +08:00
|
|
|
value = hppa_field_adjust (value, addend, e_fsel);
|
1999-09-09 20:01:24 +08:00
|
|
|
else
|
|
|
|
value = hppa_field_adjust (value, addend, e_rrsel);
|
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-08 08:09:52 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR21L:
|
|
|
|
case R_PARISC_DIR17R:
|
|
|
|
case R_PARISC_DIR17F:
|
|
|
|
case R_PARISC_DIR14R:
|
2000-09-28 01:30:19 +08:00
|
|
|
case R_PARISC_DIR14F:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR14WR:
|
|
|
|
case R_PARISC_DIR14DR:
|
|
|
|
case R_PARISC_DIR16F:
|
|
|
|
case R_PARISC_DIR16WF:
|
|
|
|
case R_PARISC_DIR16DF:
|
|
|
|
{
|
|
|
|
/* All DIR relocations are basically the same at this point,
|
2000-05-31 17:00:00 +08:00
|
|
|
except that branch offsets need to be divided by four, and
|
|
|
|
we need different field selectors. Note that we don't
|
|
|
|
redirect absolute calls to local stubs. */
|
2000-05-02 08:12:52 +08:00
|
|
|
|
1999-09-09 22:51:33 +08:00
|
|
|
if (r_type == R_PARISC_DIR21L)
|
|
|
|
value = hppa_field_adjust (value, addend, e_lrsel);
|
|
|
|
else if (r_type == R_PARISC_DIR17F
|
|
|
|
|| r_type == R_PARISC_DIR16F
|
|
|
|
|| r_type == R_PARISC_DIR16WF
|
2000-09-28 01:30:19 +08:00
|
|
|
|| r_type == R_PARISC_DIR16DF
|
|
|
|
|| r_type == R_PARISC_DIR14F)
|
1999-09-09 22:51:33 +08:00
|
|
|
value = hppa_field_adjust (value, addend, e_fsel);
|
|
|
|
else
|
|
|
|
value = hppa_field_adjust (value, addend, e_rrsel);
|
|
|
|
|
2000-05-31 17:00:00 +08:00
|
|
|
if (r_type == R_PARISC_DIR17R || r_type == R_PARISC_DIR17F)
|
|
|
|
{
|
|
|
|
/* All branches are implicitly shifted by 2 places. */
|
|
|
|
value >>= 2;
|
|
|
|
}
|
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-09 22:51:33 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1999-09-09 22:20:18 +08:00
|
|
|
case R_PARISC_PLTOFF21L:
|
|
|
|
case R_PARISC_PLTOFF14R:
|
|
|
|
case R_PARISC_PLTOFF14F:
|
|
|
|
case R_PARISC_PLTOFF14WR:
|
|
|
|
case R_PARISC_PLTOFF14DR:
|
|
|
|
case R_PARISC_PLTOFF16F:
|
|
|
|
case R_PARISC_PLTOFF16WF:
|
|
|
|
case R_PARISC_PLTOFF16DF:
|
|
|
|
{
|
|
|
|
/* We want the value of the PLT offset for this symbol, not
|
1999-09-15 16:51:45 +08:00
|
|
|
the symbol's actual address. Note that __gp may not point
|
|
|
|
to the start of the DLT, so we have to compute the absolute
|
|
|
|
address, then subtract out the value of __gp. */
|
|
|
|
value = (dyn_h->plt_offset
|
|
|
|
+ hppa_info->plt_sec->output_offset
|
|
|
|
+ hppa_info->plt_sec->output_section->vma);
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
1999-09-09 22:20:18 +08:00
|
|
|
|
|
|
|
/* All PLTOFF relocations are basically the same at this point,
|
|
|
|
except that we need different field selectors for the 21bit
|
|
|
|
version vs the 14bit versions. */
|
|
|
|
if (r_type == R_PARISC_PLTOFF21L)
|
|
|
|
value = hppa_field_adjust (value, addend, e_lrsel);
|
|
|
|
else if (r_type == R_PARISC_PLTOFF14F
|
|
|
|
|| r_type == R_PARISC_PLTOFF16F
|
|
|
|
|| r_type == R_PARISC_PLTOFF16WF
|
|
|
|
|| r_type == R_PARISC_PLTOFF16DF)
|
|
|
|
value = hppa_field_adjust (value, addend, e_fsel);
|
|
|
|
else
|
|
|
|
value = hppa_field_adjust (value, addend, e_rrsel);
|
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
|
1999-09-09 22:20:18 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR32:
|
|
|
|
{
|
1999-09-10 23:46:37 +08:00
|
|
|
/* We may still need to create the FPTR itself if it was for
|
|
|
|
a local symbol. */
|
|
|
|
if (dyn_h->h == NULL)
|
|
|
|
{
|
|
|
|
/* The first two words of an .opd entry are zero. */
|
|
|
|
memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
|
|
|
|
|
|
|
|
/* The next word is the address of the function. */
|
2002-03-06 01:55:55 +08:00
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
|
1999-09-10 23:46:37 +08:00
|
|
|
(hppa_info->opd_sec->contents
|
|
|
|
+ dyn_h->opd_offset + 16));
|
|
|
|
|
|
|
|
/* The last word is our local __gp value. */
|
|
|
|
value = _bfd_get_gp_value
|
|
|
|
(hppa_info->opd_sec->output_section->owner);
|
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value,
|
|
|
|
hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
|
2002-03-06 01:55:55 +08:00
|
|
|
|
|
|
|
/* The DLT value is the address of the .opd entry. */
|
|
|
|
value = (dyn_h->opd_offset
|
|
|
|
+ hppa_info->opd_sec->output_offset
|
|
|
|
+ hppa_info->opd_sec->output_section->vma);
|
|
|
|
|
|
|
|
bfd_put_64 (hppa_info->dlt_sec->owner,
|
|
|
|
value,
|
|
|
|
hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
|
1999-09-10 23:46:37 +08:00
|
|
|
}
|
|
|
|
|
1999-09-09 21:01:11 +08:00
|
|
|
/* We want the value of the DLT offset for this symbol, not
|
1999-09-15 16:51:45 +08:00
|
|
|
the symbol's actual address. Note that __gp may not point
|
|
|
|
to the start of the DLT, so we have to compute the absolute
|
|
|
|
address, then subtract out the value of __gp. */
|
|
|
|
value = (dyn_h->dlt_offset
|
|
|
|
+ hppa_info->dlt_sec->output_offset
|
|
|
|
+ hppa_info->dlt_sec->output_section->vma);
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
1999-09-09 21:01:11 +08:00
|
|
|
bfd_put_32 (input_bfd, value, hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
}
|
|
|
|
|
|
|
|
case R_PARISC_LTOFF_FPTR64:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_LTOFF_TP64:
|
1999-09-09 21:01:11 +08:00
|
|
|
{
|
1999-09-10 23:46:37 +08:00
|
|
|
/* We may still need to create the FPTR itself if it was for
|
|
|
|
a local symbol. */
|
|
|
|
if (dyn_h->h == NULL && r_type == R_PARISC_LTOFF_FPTR64)
|
|
|
|
{
|
|
|
|
/* The first two words of an .opd entry are zero. */
|
|
|
|
memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
|
|
|
|
|
|
|
|
/* The next word is the address of the function. */
|
2002-03-06 01:55:55 +08:00
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
|
1999-09-10 23:46:37 +08:00
|
|
|
(hppa_info->opd_sec->contents
|
|
|
|
+ dyn_h->opd_offset + 16));
|
|
|
|
|
|
|
|
/* The last word is our local __gp value. */
|
|
|
|
value = _bfd_get_gp_value
|
|
|
|
(hppa_info->opd_sec->output_section->owner);
|
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value,
|
|
|
|
hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
|
2002-03-06 01:55:55 +08:00
|
|
|
|
|
|
|
/* The DLT value is the address of the .opd entry. */
|
|
|
|
value = (dyn_h->opd_offset
|
|
|
|
+ hppa_info->opd_sec->output_offset
|
|
|
|
+ hppa_info->opd_sec->output_section->vma);
|
|
|
|
|
|
|
|
bfd_put_64 (hppa_info->dlt_sec->owner,
|
|
|
|
value,
|
|
|
|
hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
|
1999-09-10 23:46:37 +08:00
|
|
|
}
|
|
|
|
|
1999-09-09 21:01:11 +08:00
|
|
|
/* We want the value of the DLT offset for this symbol, not
|
1999-09-15 16:51:45 +08:00
|
|
|
the symbol's actual address. Note that __gp may not point
|
|
|
|
to the start of the DLT, so we have to compute the absolute
|
|
|
|
address, then subtract out the value of __gp. */
|
|
|
|
value = (dyn_h->dlt_offset
|
|
|
|
+ hppa_info->dlt_sec->output_offset
|
|
|
|
+ hppa_info->dlt_sec->output_section->vma);
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
1999-09-09 21:01:11 +08:00
|
|
|
bfd_put_64 (input_bfd, value, hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
}
|
|
|
|
|
|
|
|
case R_PARISC_DIR32:
|
1999-09-09 21:32:38 +08:00
|
|
|
bfd_put_32 (input_bfd, value + addend, hit_data);
|
1999-09-09 21:01:11 +08:00
|
|
|
return bfd_reloc_ok;
|
|
|
|
|
|
|
|
case R_PARISC_DIR64:
|
1999-09-09 21:32:38 +08:00
|
|
|
bfd_put_64 (input_bfd, value + addend, hit_data);
|
1999-09-09 21:01:11 +08:00
|
|
|
return bfd_reloc_ok;
|
|
|
|
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_GPREL64:
|
|
|
|
/* Subtract out the global pointer value to make value a DLT
|
|
|
|
relative address. */
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
|
|
|
|
|
|
|
bfd_put_64 (input_bfd, value + addend, hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_LTOFF64:
|
1999-09-15 16:51:45 +08:00
|
|
|
/* We want the value of the DLT offset for this symbol, not
|
|
|
|
the symbol's actual address. Note that __gp may not point
|
|
|
|
to the start of the DLT, so we have to compute the absolute
|
|
|
|
address, then subtract out the value of __gp. */
|
|
|
|
value = (dyn_h->dlt_offset
|
|
|
|
+ hppa_info->dlt_sec->output_offset
|
|
|
|
+ hppa_info->dlt_sec->output_section->vma);
|
|
|
|
value -= _bfd_get_gp_value (output_bfd);
|
1999-09-09 22:51:33 +08:00
|
|
|
|
|
|
|
bfd_put_64 (input_bfd, value + addend, hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL32:
|
|
|
|
{
|
|
|
|
/* If this is a call to a function defined in another dynamic
|
|
|
|
library, then redirect the call to the local stub for this
|
|
|
|
function. */
|
1999-09-17 00:51:34 +08:00
|
|
|
if (sym_sec == NULL || sym_sec->output_section == NULL)
|
|
|
|
value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
|
|
|
|
+ hppa_info->stub_sec->output_section->vma);
|
2000-12-04 04:44:04 +08:00
|
|
|
|
1999-09-09 21:32:38 +08:00
|
|
|
/* Turn VALUE into a proper PC relative address. */
|
|
|
|
value -= (offset + input_section->output_offset
|
|
|
|
+ input_section->output_section->vma);
|
|
|
|
|
1999-09-09 21:55:46 +08:00
|
|
|
value += addend;
|
1999-09-09 21:32:38 +08:00
|
|
|
value -= 8;
|
2000-07-09 15:23:07 +08:00
|
|
|
bfd_put_32 (input_bfd, value, hit_data);
|
1999-09-09 21:32:38 +08:00
|
|
|
return bfd_reloc_ok;
|
|
|
|
}
|
|
|
|
|
|
|
|
case R_PARISC_PCREL64:
|
|
|
|
{
|
|
|
|
/* If this is a call to a function defined in another dynamic
|
|
|
|
library, then redirect the call to the local stub for this
|
|
|
|
function. */
|
1999-09-17 00:51:34 +08:00
|
|
|
if (sym_sec == NULL || sym_sec->output_section == NULL)
|
|
|
|
value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
|
|
|
|
+ hppa_info->stub_sec->output_section->vma);
|
2000-12-04 04:44:04 +08:00
|
|
|
|
1999-09-09 21:32:38 +08:00
|
|
|
/* Turn VALUE into a proper PC relative address. */
|
|
|
|
value -= (offset + input_section->output_offset
|
|
|
|
+ input_section->output_section->vma);
|
|
|
|
|
1999-09-09 21:55:46 +08:00
|
|
|
value += addend;
|
1999-09-09 21:32:38 +08:00
|
|
|
value -= 8;
|
|
|
|
bfd_put_64 (input_bfd, value, hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
}
|
|
|
|
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_FPTR64:
|
1999-09-10 23:46:37 +08:00
|
|
|
{
|
|
|
|
/* We may still need to create the FPTR itself if it was for
|
|
|
|
a local symbol. */
|
|
|
|
if (dyn_h->h == NULL)
|
|
|
|
{
|
|
|
|
/* The first two words of an .opd entry are zero. */
|
|
|
|
memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
|
|
|
|
|
|
|
|
/* The next word is the address of the function. */
|
2002-03-06 01:55:55 +08:00
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
|
1999-09-10 23:46:37 +08:00
|
|
|
(hppa_info->opd_sec->contents
|
|
|
|
+ dyn_h->opd_offset + 16));
|
|
|
|
|
|
|
|
/* The last word is our local __gp value. */
|
|
|
|
value = _bfd_get_gp_value
|
|
|
|
(hppa_info->opd_sec->output_section->owner);
|
|
|
|
bfd_put_64 (hppa_info->opd_sec->owner, value,
|
|
|
|
hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
|
|
|
|
}
|
|
|
|
|
2002-06-16 23:32:08 +08:00
|
|
|
if (dyn_h->want_opd)
|
|
|
|
/* We want the value of the OPD offset for this symbol. */
|
|
|
|
value = (dyn_h->opd_offset
|
|
|
|
+ hppa_info->opd_sec->output_offset
|
|
|
|
+ hppa_info->opd_sec->output_section->vma);
|
|
|
|
else
|
|
|
|
/* We want the address of the symbol. */
|
|
|
|
value += addend;
|
2000-12-04 04:44:04 +08:00
|
|
|
|
2002-03-06 01:55:55 +08:00
|
|
|
bfd_put_64 (input_bfd, value, hit_data);
|
1999-09-10 23:46:37 +08:00
|
|
|
return bfd_reloc_ok;
|
|
|
|
}
|
1999-09-09 21:01:11 +08:00
|
|
|
|
1999-09-13 13:51:32 +08:00
|
|
|
case R_PARISC_SECREL32:
|
|
|
|
bfd_put_32 (input_bfd,
|
2000-07-09 15:23:07 +08:00
|
|
|
value + addend - sym_sec->output_section->vma,
|
1999-09-13 13:51:32 +08:00
|
|
|
hit_data);
|
|
|
|
return bfd_reloc_ok;
|
|
|
|
|
|
|
|
case R_PARISC_SEGREL32:
|
1999-09-14 11:44:43 +08:00
|
|
|
case R_PARISC_SEGREL64:
|
|
|
|
{
|
|
|
|
/* If this is the first SEGREL relocation, then initialize
|
|
|
|
the segment base values. */
|
|
|
|
if (hppa_info->text_segment_base == (bfd_vma) -1)
|
|
|
|
bfd_map_over_sections (output_bfd, elf_hppa_record_segment_addrs,
|
2000-07-09 15:23:07 +08:00
|
|
|
hppa_info);
|
1999-09-14 11:44:43 +08:00
|
|
|
|
|
|
|
/* VALUE holds the absolute address. We want to include the
|
|
|
|
addend, then turn it into a segment relative address.
|
|
|
|
|
|
|
|
The segment is derived from SYM_SEC. We assume that there are
|
|
|
|
only two segments of note in the resulting executable/shlib.
|
|
|
|
A readonly segment (.text) and a readwrite segment (.data). */
|
|
|
|
value += addend;
|
|
|
|
|
|
|
|
if (sym_sec->flags & SEC_CODE)
|
|
|
|
value -= hppa_info->text_segment_base;
|
|
|
|
else
|
|
|
|
value -= hppa_info->data_segment_base;
|
|
|
|
|
|
|
|
if (r_type == R_PARISC_SEGREL32)
|
|
|
|
bfd_put_32 (input_bfd, value, hit_data);
|
|
|
|
else
|
|
|
|
bfd_put_64 (input_bfd, value, hit_data);
|
2002-04-08 19:01:43 +08:00
|
|
|
return bfd_reloc_ok;
|
1999-09-14 11:44:43 +08:00
|
|
|
}
|
1999-09-13 13:51:32 +08:00
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
/* Something we don't know how to handle. */
|
|
|
|
default:
|
1999-09-13 13:51:32 +08:00
|
|
|
return bfd_reloc_notsupported;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Update the instruction word. */
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
bfd_put_32 (input_bfd, (bfd_vma) insn, hit_data);
|
2000-07-09 15:23:07 +08:00
|
|
|
return bfd_reloc_ok;
|
1999-09-02 03:42:17 +08:00
|
|
|
}
|
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Relocate the given INSN. VALUE should be the actual value we want
|
|
|
|
to insert into the instruction, ie by this point we should not be
|
|
|
|
concerned with computing an offset relative to the DLT, PC, etc.
|
|
|
|
Instead this routine is meant to handle the bit manipulations needed
|
|
|
|
to insert the relocation into the given instruction. */
|
1999-09-02 03:42:17 +08:00
|
|
|
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
static int
|
2003-08-07 15:25:34 +08:00
|
|
|
elf_hppa_relocate_insn (int insn, int sym_value, unsigned int r_type)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
1999-09-08 08:09:52 +08:00
|
|
|
switch (r_type)
|
1999-09-02 03:42:17 +08:00
|
|
|
{
|
2000-09-05 10:23:23 +08:00
|
|
|
/* This is any 22 bit branch. In PA2.0 syntax it corresponds to
|
1999-09-09 20:01:24 +08:00
|
|
|
the "B" instruction. */
|
1999-09-08 08:09:52 +08:00
|
|
|
case R_PARISC_PCREL22F:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL22C:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x3ff1ffd) | re_assemble_22 (sym_value);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
/* This is any 12 bit branch. */
|
|
|
|
case R_PARISC_PCREL12F:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x1ffd) | re_assemble_12 (sym_value);
|
2000-09-05 10:23:23 +08:00
|
|
|
|
|
|
|
/* This is any 17 bit branch. In PA2.0 syntax it also corresponds
|
|
|
|
to the "B" instruction as well as BE. */
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_PCREL17F:
|
1999-09-08 08:09:52 +08:00
|
|
|
case R_PARISC_DIR17F:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR17R:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL17C:
|
|
|
|
case R_PARISC_PCREL17R:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x1f1ffd) | re_assemble_17 (sym_value);
|
1999-09-02 03:42:17 +08:00
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* ADDIL or LDIL instructions. */
|
1999-09-08 08:09:52 +08:00
|
|
|
case R_PARISC_DLTREL21L:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTIND21L:
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR21L:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_PCREL21L:
|
|
|
|
case R_PARISC_LTOFF_TP21L:
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_DPREL21L:
|
1999-09-09 22:20:18 +08:00
|
|
|
case R_PARISC_PLTOFF21L:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR21L:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x1fffff) | re_assemble_21 (sym_value);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
/* LDO and integer loads/stores with 14 bit displacements. */
|
1999-09-08 08:09:52 +08:00
|
|
|
case R_PARISC_DLTREL14R:
|
1999-09-08 09:00:12 +08:00
|
|
|
case R_PARISC_DLTREL14F:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTIND14R:
|
|
|
|
case R_PARISC_DLTIND14F:
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR14R:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_PCREL14R:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL14F:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_LTOFF_TP14R:
|
|
|
|
case R_PARISC_LTOFF_TP14F:
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_DPREL14R:
|
|
|
|
case R_PARISC_DPREL14F:
|
1999-09-09 22:20:18 +08:00
|
|
|
case R_PARISC_PLTOFF14R:
|
|
|
|
case R_PARISC_PLTOFF14F:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR14R:
|
2000-09-28 01:30:19 +08:00
|
|
|
case R_PARISC_DIR14F:
|
2002-07-16 10:26:30 +08:00
|
|
|
return (insn & ~0x3fff) | low_sign_unext (sym_value, 14);
|
|
|
|
|
|
|
|
/* PA2.0W LDO and integer loads/stores with 16 bit displacements. */
|
|
|
|
case R_PARISC_LTOFF_FPTR16F:
|
|
|
|
case R_PARISC_PCREL16F:
|
|
|
|
case R_PARISC_LTOFF_TP16F:
|
|
|
|
case R_PARISC_GPREL16F:
|
|
|
|
case R_PARISC_PLTOFF16F:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR16F:
|
|
|
|
case R_PARISC_LTOFF16F:
|
2002-07-16 10:26:30 +08:00
|
|
|
return (insn & ~0xffff) | re_assemble_16 (sym_value);
|
1999-09-09 20:01:24 +08:00
|
|
|
|
2000-09-05 10:23:23 +08:00
|
|
|
/* Doubleword loads and stores with a 14 bit displacement. */
|
1999-09-08 08:50:50 +08:00
|
|
|
case R_PARISC_DLTREL14DR:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTIND14DR:
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR14DR:
|
|
|
|
case R_PARISC_LTOFF_FPTR16DF:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL14DR:
|
|
|
|
case R_PARISC_PCREL16DF:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_LTOFF_TP14DR:
|
|
|
|
case R_PARISC_LTOFF_TP16DF:
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_DPREL14DR:
|
|
|
|
case R_PARISC_GPREL16DF:
|
1999-09-09 22:20:18 +08:00
|
|
|
case R_PARISC_PLTOFF14DR:
|
|
|
|
case R_PARISC_PLTOFF16DF:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR14DR:
|
|
|
|
case R_PARISC_DIR16DF:
|
|
|
|
case R_PARISC_LTOFF16DF:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x3ff1) | (((sym_value & 0x2000) >> 13)
|
|
|
|
| ((sym_value & 0x1ff8) << 1));
|
1999-09-08 08:50:50 +08:00
|
|
|
|
1999-09-09 20:01:24 +08:00
|
|
|
/* Floating point single word load/store instructions. */
|
1999-09-08 08:50:50 +08:00
|
|
|
case R_PARISC_DLTREL14WR:
|
1999-09-09 20:01:24 +08:00
|
|
|
case R_PARISC_DLTIND14WR:
|
1999-09-09 21:01:11 +08:00
|
|
|
case R_PARISC_LTOFF_FPTR14WR:
|
|
|
|
case R_PARISC_LTOFF_FPTR16WF:
|
1999-09-09 21:32:38 +08:00
|
|
|
case R_PARISC_PCREL14WR:
|
|
|
|
case R_PARISC_PCREL16WF:
|
1999-09-09 21:55:46 +08:00
|
|
|
case R_PARISC_LTOFF_TP14WR:
|
|
|
|
case R_PARISC_LTOFF_TP16WF:
|
1999-09-09 22:10:24 +08:00
|
|
|
case R_PARISC_DPREL14WR:
|
|
|
|
case R_PARISC_GPREL16WF:
|
1999-09-09 22:20:18 +08:00
|
|
|
case R_PARISC_PLTOFF14WR:
|
|
|
|
case R_PARISC_PLTOFF16WF:
|
1999-09-09 22:51:33 +08:00
|
|
|
case R_PARISC_DIR16WF:
|
|
|
|
case R_PARISC_DIR14WR:
|
|
|
|
case R_PARISC_LTOFF16WF:
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 17:57:26 +08:00
|
|
|
return (insn & ~0x3ff9) | (((sym_value & 0x2000) >> 13)
|
|
|
|
| ((sym_value & 0x1ffc) << 1));
|
1999-09-09 20:01:24 +08:00
|
|
|
|
1999-09-02 03:42:17 +08:00
|
|
|
default:
|
|
|
|
return insn;
|
|
|
|
}
|
|
|
|
}
|
2000-05-02 08:12:52 +08:00
|
|
|
#endif
|