OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [bfd/] [elf-hppa.h] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
/* Common code for PA ELF implementations.
/* Common code for PA ELF implementations.
   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.
   (at your option) any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   MA 02110-1301, USA.  */
   MA 02110-1301, USA.  */
 
 
#define ELF_HOWTO_TABLE_SIZE       R_PARISC_UNIMPLEMENTED + 1
#define ELF_HOWTO_TABLE_SIZE       R_PARISC_UNIMPLEMENTED + 1
 
 
/* This file is included by multiple PA ELF BFD backends with different
/* This file is included by multiple PA ELF BFD backends with different
   sizes.
   sizes.
 
 
   Most of the routines are written to be size independent, but sometimes
   Most of the routines are written to be size independent, but sometimes
   external constraints require 32 or 64 bit specific code.  We remap
   external constraints require 32 or 64 bit specific code.  We remap
   the definitions/functions as necessary here.  */
   the definitions/functions as necessary here.  */
#if ARCH_SIZE == 64
#if ARCH_SIZE == 64
#define ELF_R_TYPE(X)                 ELF64_R_TYPE(X)
#define ELF_R_TYPE(X)                 ELF64_R_TYPE(X)
#define ELF_R_SYM(X)                  ELF64_R_SYM(X)
#define ELF_R_SYM(X)                  ELF64_R_SYM(X)
#define elf_hppa_reloc_final_type     elf64_hppa_reloc_final_type
#define elf_hppa_reloc_final_type     elf64_hppa_reloc_final_type
#define _bfd_elf_hppa_gen_reloc_type  _bfd_elf64_hppa_gen_reloc_type
#define _bfd_elf_hppa_gen_reloc_type  _bfd_elf64_hppa_gen_reloc_type
#define elf_hppa_relocate_section     elf64_hppa_relocate_section
#define elf_hppa_relocate_section     elf64_hppa_relocate_section
#define elf_hppa_final_link           elf64_hppa_final_link
#define elf_hppa_final_link           elf64_hppa_final_link
#endif
#endif
#if ARCH_SIZE == 32
#if ARCH_SIZE == 32
#define ELF_R_TYPE(X)                 ELF32_R_TYPE(X)
#define ELF_R_TYPE(X)                 ELF32_R_TYPE(X)
#define ELF_R_SYM(X)                  ELF32_R_SYM(X)
#define ELF_R_SYM(X)                  ELF32_R_SYM(X)
#define elf_hppa_reloc_final_type     elf32_hppa_reloc_final_type
#define elf_hppa_reloc_final_type     elf32_hppa_reloc_final_type
#define _bfd_elf_hppa_gen_reloc_type  _bfd_elf32_hppa_gen_reloc_type
#define _bfd_elf_hppa_gen_reloc_type  _bfd_elf32_hppa_gen_reloc_type
#define elf_hppa_relocate_section     elf32_hppa_relocate_section
#define elf_hppa_relocate_section     elf32_hppa_relocate_section
#define elf_hppa_final_link           elf32_hppa_final_link
#define elf_hppa_final_link           elf32_hppa_final_link
#endif
#endif
 
 
/* ELF/PA relocation howto entries.  */
/* ELF/PA relocation howto entries.  */
 
 
static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] =
static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] =
{
{
  { R_PARISC_NONE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_NONE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_NONE", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_NONE", FALSE, 0, 0, FALSE },
 
 
  /* The values in DIR32 are to placate the check in
  /* The values in DIR32 are to placate the check in
     _bfd_stab_section_find_nearest_line.  */
     _bfd_stab_section_find_nearest_line.  */
  { R_PARISC_DIR32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR32", FALSE, 0, 0xffffffff, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR32", FALSE, 0, 0xffffffff, FALSE },
  { R_PARISC_DIR21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR21L", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR17R, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR17R, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR17R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR17R", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR17F, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR17F, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR17F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR17F", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR14R", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR14F", FALSE, 0, 0, FALSE },
  /* 8 */
  /* 8 */
  { R_PARISC_PCREL12F, 0, 2, 12, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL12F, 0, 2, 12, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL12F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL12F", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL32", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL21L, 0, 2, 21, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL21L, 0, 2, 21, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL17R, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL17R, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL17R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL17R", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL17F, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL17F, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL17F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL17F", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL17C, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL17C, 0, 2, 17, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL17C", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL17C", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL14R, 0, 2, 14, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL14R, 0, 2, 14, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL14F, 0, 2, 14, TRUE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL14F, 0, 2, 14, TRUE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL14F", FALSE, 0, 0, FALSE },
  /* 16 */
  /* 16 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DPREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DPREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DPREL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DPREL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_DPREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DPREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DPREL14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DPREL14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_DPREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DPREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DPREL14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DPREL14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DPREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DPREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DPREL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DPREL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_DPREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DPREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DPREL14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DPREL14F", FALSE, 0, 0, FALSE },
  /* 24 */
  /* 24 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTREL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTREL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14F", FALSE, 0, 0, FALSE },
  /* 32 */
  /* 32 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTIND21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTIND21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTIND21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTIND21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTIND14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTIND14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14R", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTIND14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTIND14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14F", FALSE, 0, 0, FALSE },
  /* 40 */
  /* 40 */
  { R_PARISC_SETBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_SETBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_SETBASE", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_SETBASE", FALSE, 0, 0, FALSE },
  { R_PARISC_SECREL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_SECREL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_SECREL32", FALSE, 0, 0xffffffff, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_SECREL32", FALSE, 0, 0xffffffff, FALSE },
  { R_PARISC_BASEREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL17R, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL17R, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL17R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL17R", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL17F, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL17F, 0, 2, 17, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL17F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL17F", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14F", FALSE, 0, 0, FALSE },
  /* 48 */
  /* 48 */
  { R_PARISC_SEGBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_SEGBASE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_SEGBASE", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_SEGBASE", FALSE, 0, 0, FALSE },
  { R_PARISC_SEGREL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_SEGREL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_SEGREL32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_SEGREL32", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14R", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14F", FALSE, 0, 0, FALSE },
  /* 56 */
  /* 56 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR32", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14R", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 64 */
  /* 64 */
  { R_PARISC_FPTR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_FPTR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_FPTR64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_FPTR64", FALSE, 0, 0, FALSE },
  { R_PARISC_PLABEL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLABEL32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLABEL32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLABEL32", FALSE, 0, 0, FALSE },
  { R_PARISC_PLABEL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLABEL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLABEL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLABEL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_PLABEL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLABEL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLABEL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLABEL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 72 */
  /* 72 */
  { R_PARISC_PCREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL64", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL22C, 0, 2, 22, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL22C, 0, 2, 22, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL22C", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL22C", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL22F, 0, 2, 22, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL22F, 0, 2, 22, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL22F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL22F", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL16F", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_PCREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PCREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PCREL16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PCREL16DF", FALSE, 0, 0, FALSE },
  /* 80 */
  /* 80 */
  { R_PARISC_DIR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR16F", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_DIR16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DIR16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DIR16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DIR16DF", FALSE, 0, 0, FALSE },
  /* 88 */
  /* 88 */
  { R_PARISC_GPREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_GPREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_GPREL64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GPREL64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTREL14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_GPREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_GPREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_GPREL16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GPREL16F", FALSE, 0, 0, FALSE },
  { R_PARISC_GPREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_GPREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_GPREL16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GPREL16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_GPREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_GPREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_GPREL16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GPREL16DF", FALSE, 0, 0, FALSE },
  /* 96 */
  /* 96 */
  { R_PARISC_LTOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTIND14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTIND14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_DLTIND14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_DLTIND14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_DLTIND14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16F", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF16DF", FALSE, 0, 0, FALSE },
  /* 104 */
  /* 104 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_BASEREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_BASEREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_BASEREL14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 112 */
  /* 112 */
  { R_PARISC_SEGREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_SEGREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_SEGREL64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_SEGREL64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16F", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_PLTOFF16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_PLTOFF16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_PLTOFF16DF", FALSE, 0, 0, FALSE },
  /* 120 */
  /* 120 */
  { R_PARISC_LTOFF_FPTR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16F", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_FPTR16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_FPTR16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_FPTR16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 128 */
  /* 128 */
  { R_PARISC_COPY, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_COPY, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_COPY", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_COPY", FALSE, 0, 0, FALSE },
  { R_PARISC_IPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_IPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_IPLT", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_IPLT", FALSE, 0, 0, FALSE },
  { R_PARISC_EPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_EPLT, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_EPLT", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_EPLT", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 136 */
  /* 136 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 144 */
  /* 144 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 152 */
  /* 152 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL32, 0, 2, 32, FALSE, 0, complain_overflow_dont,
  { R_PARISC_TPREL32, 0, 2, 32, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_TPREL32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL32", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL14R", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 160 */
  /* 160 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP21L", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14R", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP14F, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14F", FALSE, 0, 0, FALSE },
  /* 168 */
  /* 168 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 176 */
  /* 176 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 184 */
  /* 184 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 192 */
  /* 192 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 200 */
  /* 200 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 208 */
  /* 208 */
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  /* 216 */
  /* 216 */
  { R_PARISC_TPREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_dont,
  { R_PARISC_TPREL14WR, 0, 2, 14, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_TPREL14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL16F, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL16F", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_dont,
  { R_PARISC_TPREL16WF, 0, 2, 16, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_TPREL16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_TPREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TPREL16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TPREL16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TPREL16DF", FALSE, 0, 0, FALSE },
  /* 224 */
  /* 224 */
  { R_PARISC_LTOFF_TP64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP64", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_UNIMPLEMENTED, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_UNIMPLEMENTED", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP14WR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14WR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14WR", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP14DR, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14DR", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP14DR", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP16F, 0, 2, 16, FALSE, 0, complain_overflow_dont,
  { R_PARISC_LTOFF_TP16F, 0, 2, 16, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16F", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16F", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP16WF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16WF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16WF", FALSE, 0, 0, FALSE },
  { R_PARISC_LTOFF_TP16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_LTOFF_TP16DF, 0, 2, 16, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16DF", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_LTOFF_TP16DF", FALSE, 0, 0, FALSE },
  /* 232 */
  /* 232 */
  { R_PARISC_GNU_VTENTRY, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_GNU_VTENTRY, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_GNU_VTENTRY", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GNU_VTENTRY", FALSE, 0, 0, FALSE },
  { R_PARISC_GNU_VTINHERIT, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_GNU_VTINHERIT, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_GNU_VTINHERIT", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_GNU_VTINHERIT", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_GD21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_GD21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_GD21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_GD21L", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_GD14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_GD14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_GD14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_GD14R", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_GDCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_TLS_GDCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_TLS_GDCALL", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_GDCALL", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_LDM21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_LDM21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDM21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDM21L", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_LDM14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_LDM14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDM14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDM14R", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_LDMCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont,
  { R_PARISC_TLS_LDMCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont,
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDMCALL", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDMCALL", FALSE, 0, 0, FALSE },
  /* 240 */
  /* 240 */
  { R_PARISC_TLS_LDO21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_LDO21L, 0, 2, 21, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDO21L", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDO21L", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_LDO14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_LDO14R, 0, 2, 14, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDO14R", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_LDO14R", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPMOD32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPMOD32", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_DTPMOD64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_DTPMOD64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPMOD64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPMOD64", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_DTPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_DTPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPOFF32", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPOFF32", FALSE, 0, 0, FALSE },
  { R_PARISC_TLS_DTPOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
  { R_PARISC_TLS_DTPOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPOFF64", FALSE, 0, 0, FALSE },
    bfd_elf_generic_reloc, "R_PARISC_TLS_DTPOFF64", FALSE, 0, 0, FALSE },
};
};
 
 
#define OFFSET_14R_FROM_21L 4
#define OFFSET_14R_FROM_21L 4
#define OFFSET_14F_FROM_21L 5
#define OFFSET_14F_FROM_21L 5
 
 
/* Return the final relocation type for the given base type, instruction
/* Return the final relocation type for the given base type, instruction
   format, and field selector.  */
   format, and field selector.  */
 
 
elf_hppa_reloc_type
elf_hppa_reloc_type
elf_hppa_reloc_final_type (bfd *abfd,
elf_hppa_reloc_final_type (bfd *abfd,
                           elf_hppa_reloc_type base_type,
                           elf_hppa_reloc_type base_type,
                           int format,
                           int format,
                           unsigned int field)
                           unsigned int field)
{
{
  elf_hppa_reloc_type final_type = base_type;
  elf_hppa_reloc_type final_type = base_type;
 
 
  /* Just a tangle of nested switch statements to deal with the braindamage
  /* Just a tangle of nested switch statements to deal with the braindamage
     that a different field selector means a completely different relocation
     that a different field selector means a completely different relocation
     for PA ELF.  */
     for PA ELF.  */
  switch (base_type)
  switch (base_type)
    {
    {
      /* We have been using generic relocation types.  However, that may not
      /* We have been using generic relocation types.  However, that may not
         really make sense.  Anyway, we need to support both R_PARISC_DIR64
         really make sense.  Anyway, we need to support both R_PARISC_DIR64
         and R_PARISC_DIR32 here.  */
         and R_PARISC_DIR32 here.  */
    case R_PARISC_DIR32:
    case R_PARISC_DIR32:
    case R_PARISC_DIR64:
    case R_PARISC_DIR64:
    case R_HPPA_ABS_CALL:
    case R_HPPA_ABS_CALL:
      switch (format)
      switch (format)
        {
        {
        case 14:
        case 14:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_DIR14F;
              final_type = R_PARISC_DIR14F;
              break;
              break;
            case e_rsel:
            case e_rsel:
            case e_rrsel:
            case e_rrsel:
            case e_rdsel:
            case e_rdsel:
              final_type = R_PARISC_DIR14R;
              final_type = R_PARISC_DIR14R;
              break;
              break;
            case e_rtsel:
            case e_rtsel:
              final_type = R_PARISC_DLTIND14R;
              final_type = R_PARISC_DLTIND14R;
              break;
              break;
            case e_rtpsel:
            case e_rtpsel:
              final_type = R_PARISC_LTOFF_FPTR14DR;
              final_type = R_PARISC_LTOFF_FPTR14DR;
              break;
              break;
            case e_tsel:
            case e_tsel:
              final_type = R_PARISC_DLTIND14F;
              final_type = R_PARISC_DLTIND14F;
              break;
              break;
            case e_rpsel:
            case e_rpsel:
              final_type = R_PARISC_PLABEL14R;
              final_type = R_PARISC_PLABEL14R;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 17:
        case 17:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_DIR17F;
              final_type = R_PARISC_DIR17F;
              break;
              break;
            case e_rsel:
            case e_rsel:
            case e_rrsel:
            case e_rrsel:
            case e_rdsel:
            case e_rdsel:
              final_type = R_PARISC_DIR17R;
              final_type = R_PARISC_DIR17R;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 21:
        case 21:
          switch (field)
          switch (field)
            {
            {
            case e_lsel:
            case e_lsel:
            case e_lrsel:
            case e_lrsel:
            case e_ldsel:
            case e_ldsel:
            case e_nlsel:
            case e_nlsel:
            case e_nlrsel:
            case e_nlrsel:
              final_type = R_PARISC_DIR21L;
              final_type = R_PARISC_DIR21L;
              break;
              break;
            case e_ltsel:
            case e_ltsel:
              final_type = R_PARISC_DLTIND21L;
              final_type = R_PARISC_DLTIND21L;
              break;
              break;
            case e_ltpsel:
            case e_ltpsel:
              final_type = R_PARISC_LTOFF_FPTR21L;
              final_type = R_PARISC_LTOFF_FPTR21L;
              break;
              break;
            case e_lpsel:
            case e_lpsel:
              final_type = R_PARISC_PLABEL21L;
              final_type = R_PARISC_PLABEL21L;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 32:
        case 32:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_DIR32;
              final_type = R_PARISC_DIR32;
              /* When in 64bit mode, a 32bit relocation is supposed to
              /* When in 64bit mode, a 32bit relocation is supposed to
                 be a section relative relocation.  Dwarf2 (for example)
                 be a section relative relocation.  Dwarf2 (for example)
                 uses 32bit section relative relocations.  */
                 uses 32bit section relative relocations.  */
              if (bfd_get_arch_info (abfd)->bits_per_address != 32)
              if (bfd_get_arch_info (abfd)->bits_per_address != 32)
                final_type = R_PARISC_SECREL32;
                final_type = R_PARISC_SECREL32;
              break;
              break;
            case e_psel:
            case e_psel:
              final_type = R_PARISC_PLABEL32;
              final_type = R_PARISC_PLABEL32;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 64:
        case 64:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_DIR64;
              final_type = R_PARISC_DIR64;
              break;
              break;
            case e_psel:
            case e_psel:
              final_type = R_PARISC_FPTR64;
              final_type = R_PARISC_FPTR64;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        default:
        default:
          return R_PARISC_NONE;
          return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_HPPA_GOTOFF:
    case R_HPPA_GOTOFF:
      switch (format)
      switch (format)
        {
        {
        case 14:
        case 14:
          switch (field)
          switch (field)
            {
            {
            case e_rsel:
            case e_rsel:
            case e_rrsel:
            case e_rrsel:
            case e_rdsel:
            case e_rdsel:
              /* R_PARISC_DLTREL14R for elf64, R_PARISC_DPREL14R for elf32.  */
              /* R_PARISC_DLTREL14R for elf64, R_PARISC_DPREL14R for elf32.  */
              final_type = base_type + OFFSET_14R_FROM_21L;
              final_type = base_type + OFFSET_14R_FROM_21L;
              break;
              break;
            case e_fsel:
            case e_fsel:
              /* R_PARISC_DLTREL14F for elf64, R_PARISC_DPREL14F for elf32.  */
              /* R_PARISC_DLTREL14F for elf64, R_PARISC_DPREL14F for elf32.  */
              final_type = base_type + OFFSET_14F_FROM_21L;
              final_type = base_type + OFFSET_14F_FROM_21L;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 21:
        case 21:
          switch (field)
          switch (field)
            {
            {
            case e_lsel:
            case e_lsel:
            case e_lrsel:
            case e_lrsel:
            case e_ldsel:
            case e_ldsel:
            case e_nlsel:
            case e_nlsel:
            case e_nlrsel:
            case e_nlrsel:
              /* R_PARISC_DLTREL21L for elf64, R_PARISC_DPREL21L for elf32.  */
              /* R_PARISC_DLTREL21L for elf64, R_PARISC_DPREL21L for elf32.  */
              final_type = base_type;
              final_type = base_type;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        default:
        default:
          return R_PARISC_NONE;
          return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_HPPA_PCREL_CALL:
    case R_HPPA_PCREL_CALL:
      switch (format)
      switch (format)
        {
        {
        case 12:
        case 12:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_PCREL12F;
              final_type = R_PARISC_PCREL12F;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 14:
        case 14:
          /* Contrary to appearances, these are not calls of any sort.
          /* Contrary to appearances, these are not calls of any sort.
             Rather, they are loads/stores with a pcrel reloc.  */
             Rather, they are loads/stores with a pcrel reloc.  */
          switch (field)
          switch (field)
            {
            {
            case e_rsel:
            case e_rsel:
            case e_rrsel:
            case e_rrsel:
            case e_rdsel:
            case e_rdsel:
              final_type = R_PARISC_PCREL14R;
              final_type = R_PARISC_PCREL14R;
              break;
              break;
            case e_fsel:
            case e_fsel:
              if (bfd_get_mach (abfd) < 25)
              if (bfd_get_mach (abfd) < 25)
                final_type = R_PARISC_PCREL14F;
                final_type = R_PARISC_PCREL14F;
              else
              else
                final_type = R_PARISC_PCREL16F;
                final_type = R_PARISC_PCREL16F;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 17:
        case 17:
          switch (field)
          switch (field)
            {
            {
            case e_rsel:
            case e_rsel:
            case e_rrsel:
            case e_rrsel:
            case e_rdsel:
            case e_rdsel:
              final_type = R_PARISC_PCREL17R;
              final_type = R_PARISC_PCREL17R;
              break;
              break;
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_PCREL17F;
              final_type = R_PARISC_PCREL17F;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 21:
        case 21:
          switch (field)
          switch (field)
            {
            {
            case e_lsel:
            case e_lsel:
            case e_lrsel:
            case e_lrsel:
            case e_ldsel:
            case e_ldsel:
            case e_nlsel:
            case e_nlsel:
            case e_nlrsel:
            case e_nlrsel:
              final_type = R_PARISC_PCREL21L;
              final_type = R_PARISC_PCREL21L;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 22:
        case 22:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_PCREL22F;
              final_type = R_PARISC_PCREL22F;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 32:
        case 32:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_PCREL32;
              final_type = R_PARISC_PCREL32;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        case 64:
        case 64:
          switch (field)
          switch (field)
            {
            {
            case e_fsel:
            case e_fsel:
              final_type = R_PARISC_PCREL64;
              final_type = R_PARISC_PCREL64;
              break;
              break;
            default:
            default:
              return R_PARISC_NONE;
              return R_PARISC_NONE;
            }
            }
          break;
          break;
 
 
        default:
        default:
          return R_PARISC_NONE;
          return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_TLS_GD21L:
    case R_PARISC_TLS_GD21L:
      switch (field)
      switch (field)
        {
        {
          case e_ltsel:
          case e_ltsel:
          case e_lrsel:
          case e_lrsel:
            final_type = R_PARISC_TLS_GD21L;
            final_type = R_PARISC_TLS_GD21L;
            break;
            break;
          case e_rtsel:
          case e_rtsel:
          case e_rrsel:
          case e_rrsel:
            final_type = R_PARISC_TLS_GD14R;
            final_type = R_PARISC_TLS_GD14R;
            break;
            break;
          default:
          default:
            return R_PARISC_NONE;
            return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_TLS_LDM21L:
    case R_PARISC_TLS_LDM21L:
      switch (field)
      switch (field)
        {
        {
          case e_ltsel:
          case e_ltsel:
          case e_lrsel:
          case e_lrsel:
            final_type = R_PARISC_TLS_LDM21L;
            final_type = R_PARISC_TLS_LDM21L;
            break;
            break;
          case e_rtsel:
          case e_rtsel:
          case e_rrsel:
          case e_rrsel:
            final_type = R_PARISC_TLS_LDM14R;
            final_type = R_PARISC_TLS_LDM14R;
            break;
            break;
          default:
          default:
            return R_PARISC_NONE;
            return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_TLS_LDO21L:
    case R_PARISC_TLS_LDO21L:
      switch (field)
      switch (field)
        {
        {
          case e_lrsel:
          case e_lrsel:
            final_type = R_PARISC_TLS_LDO21L;
            final_type = R_PARISC_TLS_LDO21L;
            break;
            break;
          case e_rrsel:
          case e_rrsel:
            final_type = R_PARISC_TLS_LDO14R;
            final_type = R_PARISC_TLS_LDO14R;
            break;
            break;
          default:
          default:
            return R_PARISC_NONE;
            return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_TLS_IE21L:
    case R_PARISC_TLS_IE21L:
      switch (field)
      switch (field)
        {
        {
          case e_ltsel:
          case e_ltsel:
          case e_lrsel:
          case e_lrsel:
            final_type = R_PARISC_TLS_IE21L;
            final_type = R_PARISC_TLS_IE21L;
            break;
            break;
          case e_rtsel:
          case e_rtsel:
          case e_rrsel:
          case e_rrsel:
            final_type = R_PARISC_TLS_IE14R;
            final_type = R_PARISC_TLS_IE14R;
            break;
            break;
          default:
          default:
            return R_PARISC_NONE;
            return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_TLS_LE21L:
    case R_PARISC_TLS_LE21L:
      switch (field)
      switch (field)
        {
        {
          case e_lrsel:
          case e_lrsel:
            final_type = R_PARISC_TLS_LE21L;
            final_type = R_PARISC_TLS_LE21L;
            break;
            break;
          case e_rrsel:
          case e_rrsel:
            final_type = R_PARISC_TLS_LE14R;
            final_type = R_PARISC_TLS_LE14R;
            break;
            break;
          default:
          default:
            return R_PARISC_NONE;
            return R_PARISC_NONE;
        }
        }
      break;
      break;
 
 
    case R_PARISC_GNU_VTENTRY:
    case R_PARISC_GNU_VTENTRY:
    case R_PARISC_GNU_VTINHERIT:
    case R_PARISC_GNU_VTINHERIT:
    case R_PARISC_SEGREL32:
    case R_PARISC_SEGREL32:
    case R_PARISC_SEGBASE:
    case R_PARISC_SEGBASE:
      /* The defaults are fine for these cases.  */
      /* The defaults are fine for these cases.  */
      break;
      break;
 
 
    default:
    default:
      return R_PARISC_NONE;
      return R_PARISC_NONE;
    }
    }
 
 
  return final_type;
  return final_type;
}
}
 
 
/* Return one (or more) BFD relocations which implement the base
/* Return one (or more) BFD relocations which implement the base
   relocation with modifications based on format and field.  */
   relocation with modifications based on format and field.  */
 
 
elf_hppa_reloc_type **
elf_hppa_reloc_type **
_bfd_elf_hppa_gen_reloc_type (bfd *abfd,
_bfd_elf_hppa_gen_reloc_type (bfd *abfd,
                              elf_hppa_reloc_type base_type,
                              elf_hppa_reloc_type base_type,
                              int format,
                              int format,
                              unsigned int field,
                              unsigned int field,
                              int ignore ATTRIBUTE_UNUSED,
                              int ignore ATTRIBUTE_UNUSED,
                              asymbol *sym ATTRIBUTE_UNUSED)
                              asymbol *sym ATTRIBUTE_UNUSED)
{
{
  elf_hppa_reloc_type *finaltype;
  elf_hppa_reloc_type *finaltype;
  elf_hppa_reloc_type **final_types;
  elf_hppa_reloc_type **final_types;
  bfd_size_type amt = sizeof (elf_hppa_reloc_type *) * 2;
  bfd_size_type amt = sizeof (elf_hppa_reloc_type *) * 2;
 
 
  /* Allocate slots for the BFD relocation.  */
  /* Allocate slots for the BFD relocation.  */
  final_types = bfd_alloc (abfd, amt);
  final_types = bfd_alloc (abfd, amt);
  if (final_types == NULL)
  if (final_types == NULL)
    return NULL;
    return NULL;
 
 
  /* Allocate space for the relocation itself.  */
  /* Allocate space for the relocation itself.  */
  amt = sizeof (elf_hppa_reloc_type);
  amt = sizeof (elf_hppa_reloc_type);
  finaltype = bfd_alloc (abfd, amt);
  finaltype = bfd_alloc (abfd, amt);
  if (finaltype == NULL)
  if (finaltype == NULL)
    return NULL;
    return NULL;
 
 
  /* Some reasonable defaults.  */
  /* Some reasonable defaults.  */
  final_types[0] = finaltype;
  final_types[0] = finaltype;
  final_types[1] = NULL;
  final_types[1] = NULL;
 
 
  *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
  *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
 
 
  return final_types;
  return final_types;
}
}
 
 
/* Translate from an elf into field into a howto relocation pointer.  */
/* Translate from an elf into field into a howto relocation pointer.  */
 
 
static void
static void
elf_hppa_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
elf_hppa_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
                        arelent *bfd_reloc,
                        arelent *bfd_reloc,
                        Elf_Internal_Rela *elf_reloc)
                        Elf_Internal_Rela *elf_reloc)
{
{
  BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
  BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
              < (unsigned int) R_PARISC_UNIMPLEMENTED);
              < (unsigned int) R_PARISC_UNIMPLEMENTED);
  bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
  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.  */
/* Translate from an elf into field into a howto relocation pointer.  */
 
 
static void
static void
elf_hppa_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
elf_hppa_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
                            arelent *bfd_reloc,
                            arelent *bfd_reloc,
                            Elf_Internal_Rela *elf_reloc)
                            Elf_Internal_Rela *elf_reloc)
{
{
  BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
  BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
              < (unsigned int) R_PARISC_UNIMPLEMENTED);
              < (unsigned int) R_PARISC_UNIMPLEMENTED);
  bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
  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
/* Return the address of the howto table entry to perform the CODE
   relocation for an ARCH machine.  */
   relocation for an ARCH machine.  */
 
 
static reloc_howto_type *
static reloc_howto_type *
elf_hppa_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
elf_hppa_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
                            bfd_reloc_code_real_type code)
                            bfd_reloc_code_real_type code)
{
{
  if ((int) code < (int) R_PARISC_UNIMPLEMENTED)
  if ((int) code < (int) R_PARISC_UNIMPLEMENTED)
    {
    {
      BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
      BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
      return &elf_hppa_howto_table[(int) code];
      return &elf_hppa_howto_table[(int) code];
    }
    }
  return NULL;
  return NULL;
}
}
 
 
static reloc_howto_type *
static reloc_howto_type *
elf_hppa_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
elf_hppa_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
                            const char *r_name)
                            const char *r_name)
{
{
  unsigned int i;
  unsigned int i;
 
 
  for (i = 0;
  for (i = 0;
       i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
       i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
       i++)
       i++)
    if (elf_hppa_howto_table[i].name != NULL
    if (elf_hppa_howto_table[i].name != NULL
        && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
        && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
      return &elf_hppa_howto_table[i];
      return &elf_hppa_howto_table[i];
 
 
  return NULL;
  return NULL;
}
}
 
 
/* Return TRUE if SYM represents a local label symbol.  */
/* Return TRUE if SYM represents a local label symbol.  */
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, const char *name)
elf_hppa_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, const char *name)
{
{
  if (name[0] == 'L' && name[1] == '$')
  if (name[0] == 'L' && name[1] == '$')
    return TRUE;
    return TRUE;
  return _bfd_elf_is_local_label_name (abfd, name);
  return _bfd_elf_is_local_label_name (abfd, name);
}
}
 
 
/* Set the correct type for an ELF section.  We do this by the
/* Set the correct type for an ELF section.  We do this by the
   section name, which is a hack, but ought to work.  */
   section name, which is a hack, but ought to work.  */
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec)
elf_hppa_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec)
{
{
  const char *name;
  const char *name;
 
 
  name = bfd_get_section_name (abfd, sec);
  name = bfd_get_section_name (abfd, sec);
 
 
  if (strcmp (name, ".PARISC.unwind") == 0)
  if (strcmp (name, ".PARISC.unwind") == 0)
    {
    {
      int indx;
      int indx;
      asection *asec;
      asection *asec;
 
 
#if ARCH_SIZE == 64
#if ARCH_SIZE == 64
      hdr->sh_type = SHT_LOPROC + 1;
      hdr->sh_type = SHT_LOPROC + 1;
#else
#else
      hdr->sh_type = 1;
      hdr->sh_type = 1;
#endif
#endif
      /* ?!? How are unwinds supposed to work for symbols in arbitrary
      /* ?!? How are unwinds supposed to work for symbols in arbitrary
         sections?  Or what if we have multiple .text sections in a single
         sections?  Or what if we have multiple .text sections in a single
         .o file?  HP really messed up on this one.
         .o file?  HP really messed up on this one.
 
 
         Ugh.  We can not use elf_section_data (sec)->this_idx at this
         Ugh.  We can not use elf_section_data (sec)->this_idx at this
         point because it is not initialized yet.
         point because it is not initialized yet.
 
 
         So we (gasp) recompute it here.  Hopefully nobody ever changes the
         So we (gasp) recompute it here.  Hopefully nobody ever changes the
         way sections are numbered in elf.c!  */
         way sections are numbered in elf.c!  */
      for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
      for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
        {
        {
          if (asec->name && strcmp (asec->name, ".text") == 0)
          if (asec->name && strcmp (asec->name, ".text") == 0)
            {
            {
              hdr->sh_info = indx;
              hdr->sh_info = indx;
              break;
              break;
            }
            }
        }
        }
 
 
      /* I have no idea if this is really necessary or what it means.  */
      /* I have no idea if this is really necessary or what it means.  */
      hdr->sh_entsize = 4;
      hdr->sh_entsize = 4;
    }
    }
  return TRUE;
  return TRUE;
}
}
 
 
static void
static void
elf_hppa_final_write_processing (bfd *abfd,
elf_hppa_final_write_processing (bfd *abfd,
                                 bfd_boolean linker ATTRIBUTE_UNUSED)
                                 bfd_boolean linker ATTRIBUTE_UNUSED)
{
{
  int mach = bfd_get_mach (abfd);
  int mach = bfd_get_mach (abfd);
 
 
  elf_elfheader (abfd)->e_flags &= ~(EF_PARISC_ARCH | EF_PARISC_TRAPNIL
  elf_elfheader (abfd)->e_flags &= ~(EF_PARISC_ARCH | EF_PARISC_TRAPNIL
                                     | EF_PARISC_EXT | EF_PARISC_LSB
                                     | EF_PARISC_EXT | EF_PARISC_LSB
                                     | EF_PARISC_WIDE | EF_PARISC_NO_KABP
                                     | EF_PARISC_WIDE | EF_PARISC_NO_KABP
                                     | EF_PARISC_LAZYSWAP);
                                     | EF_PARISC_LAZYSWAP);
 
 
  if (mach == 10)
  if (mach == 10)
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_0;
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_0;
  else if (mach == 11)
  else if (mach == 11)
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
  else if (mach == 20)
  else if (mach == 20)
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
    elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
  else if (mach == 25)
  else if (mach == 25)
    elf_elfheader (abfd)->e_flags |= (EF_PARISC_WIDE
    elf_elfheader (abfd)->e_flags |= (EF_PARISC_WIDE
                                      | EFA_PARISC_2_0
                                      | EFA_PARISC_2_0
                                      /* The GNU tools have trapped without
                                      /* The GNU tools have trapped without
                                         option since 1993, so need to take
                                         option since 1993, so need to take
                                         a step backwards with the ELF
                                         a step backwards with the ELF
                                         based toolchains.  */
                                         based toolchains.  */
                                      | EF_PARISC_TRAPNIL);
                                      | EF_PARISC_TRAPNIL);
}
}
 
 
/* Comparison function for qsort to sort unwind section during a
/* Comparison function for qsort to sort unwind section during a
   final link.  */
   final link.  */
 
 
static int
static int
hppa_unwind_entry_compare (const void *a, const void *b)
hppa_unwind_entry_compare (const void *a, const void *b)
{
{
  const bfd_byte *ap, *bp;
  const bfd_byte *ap, *bp;
  unsigned long av, bv;
  unsigned long av, bv;
 
 
  ap = a;
  ap = a;
  av = (unsigned long) ap[0] << 24;
  av = (unsigned long) ap[0] << 24;
  av |= (unsigned long) ap[1] << 16;
  av |= (unsigned long) ap[1] << 16;
  av |= (unsigned long) ap[2] << 8;
  av |= (unsigned long) ap[2] << 8;
  av |= (unsigned long) ap[3];
  av |= (unsigned long) ap[3];
 
 
  bp = b;
  bp = b;
  bv = (unsigned long) bp[0] << 24;
  bv = (unsigned long) bp[0] << 24;
  bv |= (unsigned long) bp[1] << 16;
  bv |= (unsigned long) bp[1] << 16;
  bv |= (unsigned long) bp[2] << 8;
  bv |= (unsigned long) bp[2] << 8;
  bv |= (unsigned long) bp[3];
  bv |= (unsigned long) bp[3];
 
 
  return av < bv ? -1 : av > bv ? 1 : 0;
  return av < bv ? -1 : av > bv ? 1 : 0;
}
}
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_sort_unwind (bfd *abfd)
elf_hppa_sort_unwind (bfd *abfd)
{
{
  asection *s;
  asection *s;
 
 
  /* Magic section names, but this is much safer than having
  /* Magic section names, but this is much safer than having
     relocate_section remember where SEGREL32 relocs occurred.
     relocate_section remember where SEGREL32 relocs occurred.
     Consider what happens if someone inept creates a linker script
     Consider what happens if someone inept creates a linker script
     that puts unwind information in .text.  */
     that puts unwind information in .text.  */
  s = bfd_get_section_by_name (abfd, ".PARISC.unwind");
  s = bfd_get_section_by_name (abfd, ".PARISC.unwind");
  if (s != NULL)
  if (s != NULL)
    {
    {
      bfd_size_type size;
      bfd_size_type size;
      bfd_byte *contents;
      bfd_byte *contents;
 
 
      if (!bfd_malloc_and_get_section (abfd, s, &contents))
      if (!bfd_malloc_and_get_section (abfd, s, &contents))
        return FALSE;
        return FALSE;
 
 
      size = s->size;
      size = s->size;
      qsort (contents, (size_t) (size / 16), 16, hppa_unwind_entry_compare);
      qsort (contents, (size_t) (size / 16), 16, hppa_unwind_entry_compare);
 
 
      if (! bfd_set_section_contents (abfd, s, contents, (file_ptr) 0, size))
      if (! bfd_set_section_contents (abfd, s, contents, (file_ptr) 0, size))
        return FALSE;
        return FALSE;
    }
    }
 
 
  return TRUE;
  return TRUE;
}
}
 
 
/* What to do when ld finds relocations against symbols defined in
/* What to do when ld finds relocations against symbols defined in
   discarded sections.  */
   discarded sections.  */
 
 
static unsigned int
static unsigned int
elf_hppa_action_discarded (asection *sec)
elf_hppa_action_discarded (asection *sec)
{
{
  if (strcmp (".PARISC.unwind", sec->name) == 0)
  if (strcmp (".PARISC.unwind", sec->name) == 0)
    return 0;
    return 0;
 
 
  return _bfd_elf_default_action_discarded (sec);
  return _bfd_elf_default_action_discarded (sec);
}
}
 
 
#if ARCH_SIZE == 64
#if ARCH_SIZE == 64
/* Hook called by the linker routine which adds symbols from an object
/* Hook called by the linker routine which adds symbols from an object
   file.  HP's libraries define symbols with HP specific section
   file.  HP's libraries define symbols with HP specific section
   indices, which we have to handle.  */
   indices, which we have to handle.  */
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_add_symbol_hook (bfd *abfd,
elf_hppa_add_symbol_hook (bfd *abfd,
                          struct bfd_link_info *info ATTRIBUTE_UNUSED,
                          struct bfd_link_info *info ATTRIBUTE_UNUSED,
                          Elf_Internal_Sym *sym,
                          Elf_Internal_Sym *sym,
                          const char **namep ATTRIBUTE_UNUSED,
                          const char **namep ATTRIBUTE_UNUSED,
                          flagword *flagsp ATTRIBUTE_UNUSED,
                          flagword *flagsp ATTRIBUTE_UNUSED,
                          asection **secp,
                          asection **secp,
                          bfd_vma *valp)
                          bfd_vma *valp)
{
{
  int index = sym->st_shndx;
  int index = sym->st_shndx;
 
 
  switch (index)
  switch (index)
    {
    {
    case SHN_PARISC_ANSI_COMMON:
    case SHN_PARISC_ANSI_COMMON:
      *secp = bfd_make_section_old_way (abfd, ".PARISC.ansi.common");
      *secp = bfd_make_section_old_way (abfd, ".PARISC.ansi.common");
      (*secp)->flags |= SEC_IS_COMMON;
      (*secp)->flags |= SEC_IS_COMMON;
      *valp = sym->st_size;
      *valp = sym->st_size;
      break;
      break;
 
 
    case SHN_PARISC_HUGE_COMMON:
    case SHN_PARISC_HUGE_COMMON:
      *secp = bfd_make_section_old_way (abfd, ".PARISC.huge.common");
      *secp = bfd_make_section_old_way (abfd, ".PARISC.huge.common");
      (*secp)->flags |= SEC_IS_COMMON;
      (*secp)->flags |= SEC_IS_COMMON;
      *valp = sym->st_size;
      *valp = sym->st_size;
      break;
      break;
    }
    }
 
 
  return TRUE;
  return TRUE;
}
}
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_unmark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
elf_hppa_unmark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
                                         void *data)
                                         void *data)
{
{
  struct bfd_link_info *info = data;
  struct bfd_link_info *info = data;
 
 
  if (h->root.type == bfd_link_hash_warning)
  if (h->root.type == bfd_link_hash_warning)
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
 
 
  /* If we are not creating a shared library, and this symbol is
  /* If we are not creating a shared library, and this symbol is
     referenced by a shared library but is not defined anywhere, then
     referenced by a shared library but is not defined anywhere, then
     the generic code will warn that it is undefined.
     the generic code will warn that it is undefined.
 
 
     This behavior is undesirable on HPs since the standard shared
     This behavior is undesirable on HPs since the standard shared
     libraries contain references to undefined symbols.
     libraries contain references to undefined symbols.
 
 
     So we twiddle the flags associated with such symbols so that they
     So we twiddle the flags associated with such symbols so that they
     will not trigger the warning.  ?!? FIXME.  This is horribly fragile.
     will not trigger the warning.  ?!? FIXME.  This is horribly fragile.
 
 
     Ultimately we should have better controls over the generic ELF BFD
     Ultimately we should have better controls over the generic ELF BFD
     linker code.  */
     linker code.  */
  if (! info->relocatable
  if (! info->relocatable
      && info->unresolved_syms_in_shared_libs != RM_IGNORE
      && info->unresolved_syms_in_shared_libs != RM_IGNORE
      && h->root.type == bfd_link_hash_undefined
      && h->root.type == bfd_link_hash_undefined
      && h->ref_dynamic
      && h->ref_dynamic
      && !h->ref_regular)
      && !h->ref_regular)
    {
    {
      h->ref_dynamic = 0;
      h->ref_dynamic = 0;
      h->pointer_equality_needed = 1;
      h->pointer_equality_needed = 1;
    }
    }
 
 
  return TRUE;
  return TRUE;
}
}
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_remark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
elf_hppa_remark_useless_dynamic_symbols (struct elf_link_hash_entry *h,
                                         void *data)
                                         void *data)
{
{
  struct bfd_link_info *info = data;
  struct bfd_link_info *info = data;
 
 
  if (h->root.type == bfd_link_hash_warning)
  if (h->root.type == bfd_link_hash_warning)
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
 
 
  /* If we are not creating a shared library, and this symbol is
  /* If we are not creating a shared library, and this symbol is
     referenced by a shared library but is not defined anywhere, then
     referenced by a shared library but is not defined anywhere, then
     the generic code will warn that it is undefined.
     the generic code will warn that it is undefined.
 
 
     This behavior is undesirable on HPs since the standard shared
     This behavior is undesirable on HPs since the standard shared
     libraries contain references to undefined symbols.
     libraries contain references to undefined symbols.
 
 
     So we twiddle the flags associated with such symbols so that they
     So we twiddle the flags associated with such symbols so that they
     will not trigger the warning.  ?!? FIXME.  This is horribly fragile.
     will not trigger the warning.  ?!? FIXME.  This is horribly fragile.
 
 
     Ultimately we should have better controls over the generic ELF BFD
     Ultimately we should have better controls over the generic ELF BFD
     linker code.  */
     linker code.  */
  if (! info->relocatable
  if (! info->relocatable
      && info->unresolved_syms_in_shared_libs != RM_IGNORE
      && info->unresolved_syms_in_shared_libs != RM_IGNORE
      && h->root.type == bfd_link_hash_undefined
      && h->root.type == bfd_link_hash_undefined
      && !h->ref_dynamic
      && !h->ref_dynamic
      && !h->ref_regular
      && !h->ref_regular
      && h->pointer_equality_needed)
      && h->pointer_equality_needed)
    {
    {
      h->ref_dynamic = 1;
      h->ref_dynamic = 1;
      h->pointer_equality_needed = 0;
      h->pointer_equality_needed = 0;
    }
    }
 
 
  return TRUE;
  return TRUE;
}
}
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_is_dynamic_loader_symbol (const char *name)
elf_hppa_is_dynamic_loader_symbol (const char *name)
{
{
  return (! strcmp (name, "__CPU_REVISION")
  return (! strcmp (name, "__CPU_REVISION")
          || ! strcmp (name, "__CPU_KEYBITS_1")
          || ! strcmp (name, "__CPU_KEYBITS_1")
          || ! strcmp (name, "__SYSTEM_ID_D")
          || ! strcmp (name, "__SYSTEM_ID_D")
          || ! strcmp (name, "__FPU_MODEL")
          || ! strcmp (name, "__FPU_MODEL")
          || ! strcmp (name, "__FPU_REVISION")
          || ! strcmp (name, "__FPU_REVISION")
          || ! strcmp (name, "__ARGC")
          || ! strcmp (name, "__ARGC")
          || ! strcmp (name, "__ARGV")
          || ! strcmp (name, "__ARGV")
          || ! strcmp (name, "__ENVP")
          || ! strcmp (name, "__ENVP")
          || ! strcmp (name, "__TLS_SIZE_D")
          || ! strcmp (name, "__TLS_SIZE_D")
          || ! strcmp (name, "__LOAD_INFO")
          || ! strcmp (name, "__LOAD_INFO")
          || ! strcmp (name, "__systab"));
          || ! strcmp (name, "__systab"));
}
}
 
 
/* Record the lowest address for the data and text segments.  */
/* Record the lowest address for the data and text segments.  */
static void
static void
elf_hppa_record_segment_addrs (bfd *abfd,
elf_hppa_record_segment_addrs (bfd *abfd,
                               asection *section,
                               asection *section,
                               void *data)
                               void *data)
{
{
  struct elf64_hppa_link_hash_table *hppa_info = data;
  struct elf64_hppa_link_hash_table *hppa_info = data;
 
 
  if ((section->flags & (SEC_ALLOC | SEC_LOAD)) == (SEC_ALLOC | SEC_LOAD))
  if ((section->flags & (SEC_ALLOC | SEC_LOAD)) == (SEC_ALLOC | SEC_LOAD))
    {
    {
      bfd_vma value;
      bfd_vma value;
      Elf_Internal_Phdr *p;
      Elf_Internal_Phdr *p;
 
 
      p = _bfd_elf_find_segment_containing_section (abfd, section->output_section);
      p = _bfd_elf_find_segment_containing_section (abfd, section->output_section);
      BFD_ASSERT (p != NULL);
      BFD_ASSERT (p != NULL);
      value = p->p_vaddr;
      value = p->p_vaddr;
 
 
      if (section->flags & SEC_READONLY)
      if (section->flags & SEC_READONLY)
        {
        {
          if (value < hppa_info->text_segment_base)
          if (value < hppa_info->text_segment_base)
            hppa_info->text_segment_base = value;
            hppa_info->text_segment_base = value;
        }
        }
      else
      else
        {
        {
          if (value < hppa_info->data_segment_base)
          if (value < hppa_info->data_segment_base)
            hppa_info->data_segment_base = value;
            hppa_info->data_segment_base = value;
        }
        }
    }
    }
}
}
 
 
/* Called after we have seen all the input files/sections, but before
/* Called after we have seen all the input files/sections, but before
   final symbol resolution and section placement has been determined.
   final symbol resolution and section placement has been determined.
 
 
   We use this hook to (possibly) provide a value for __gp, then we
   We use this hook to (possibly) provide a value for __gp, then we
   fall back to the generic ELF final link routine.  */
   fall back to the generic ELF final link routine.  */
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_final_link (bfd *abfd, struct bfd_link_info *info)
elf_hppa_final_link (bfd *abfd, struct bfd_link_info *info)
{
{
  bfd_boolean retval;
  bfd_boolean retval;
  struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
  struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
 
 
  if (! info->relocatable)
  if (! info->relocatable)
    {
    {
      struct elf_link_hash_entry *gp;
      struct elf_link_hash_entry *gp;
      bfd_vma gp_val;
      bfd_vma gp_val;
 
 
      /* The linker script defines a value for __gp iff it was referenced
      /* 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
         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
         in the hash table.  If that fails, just compute the value __gp
         should have had.  */
         should have had.  */
      gp = elf_link_hash_lookup (elf_hash_table (info), "__gp", FALSE,
      gp = elf_link_hash_lookup (elf_hash_table (info), "__gp", FALSE,
                                 FALSE, FALSE);
                                 FALSE, FALSE);
 
 
      if (gp)
      if (gp)
        {
        {
 
 
          /* Adjust the value of __gp as we may want to slide it into the
          /* 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
             .plt section so that the stubs can access PLT entries without
             using an addil sequence.  */
             using an addil sequence.  */
          gp->root.u.def.value += hppa_info->gp_offset;
          gp->root.u.def.value += hppa_info->gp_offset;
 
 
          gp_val = (gp->root.u.def.section->output_section->vma
          gp_val = (gp->root.u.def.section->output_section->vma
                    + gp->root.u.def.section->output_offset
                    + gp->root.u.def.section->output_offset
                    + gp->root.u.def.value);
                    + gp->root.u.def.value);
        }
        }
      else
      else
        {
        {
          asection *sec;
          asection *sec;
 
 
          /* First look for a .plt section.  If found, then __gp is the
          /* First look for a .plt section.  If found, then __gp is the
             address of the .plt + gp_offset.
             address of the .plt + gp_offset.
 
 
             If no .plt is found, then look for .dlt, .opd and .data (in
             If no .plt is found, then look for .dlt, .opd and .data (in
             that order) and set __gp to the base address of whichever
             that order) and set __gp to the base address of whichever
             section is found first.  */
             section is found first.  */
 
 
          sec = hppa_info->plt_sec;
          sec = hppa_info->plt_sec;
          if (sec && ! (sec->flags & SEC_EXCLUDE))
          if (sec && ! (sec->flags & SEC_EXCLUDE))
            gp_val = (sec->output_offset
            gp_val = (sec->output_offset
                      + sec->output_section->vma
                      + sec->output_section->vma
                      + hppa_info->gp_offset);
                      + hppa_info->gp_offset);
          else
          else
            {
            {
              sec = hppa_info->dlt_sec;
              sec = hppa_info->dlt_sec;
              if (!sec || (sec->flags & SEC_EXCLUDE))
              if (!sec || (sec->flags & SEC_EXCLUDE))
                sec = hppa_info->opd_sec;
                sec = hppa_info->opd_sec;
              if (!sec || (sec->flags & SEC_EXCLUDE))
              if (!sec || (sec->flags & SEC_EXCLUDE))
                sec = bfd_get_section_by_name (abfd, ".data");
                sec = bfd_get_section_by_name (abfd, ".data");
              if (!sec || (sec->flags & SEC_EXCLUDE))
              if (!sec || (sec->flags & SEC_EXCLUDE))
                gp_val = 0;
                gp_val = 0;
              else
              else
                gp_val = sec->output_offset + sec->output_section->vma;
                gp_val = sec->output_offset + sec->output_section->vma;
            }
            }
        }
        }
 
 
      /* Install whatever value we found/computed for __gp.  */
      /* Install whatever value we found/computed for __gp.  */
      _bfd_set_gp_value (abfd, gp_val);
      _bfd_set_gp_value (abfd, gp_val);
    }
    }
 
 
  /* We need to know the base of the text and data segments so that we
  /* We need to know the base of the text and data segments so that we
     can perform SEGREL relocations.  We will record the base addresses
     can perform SEGREL relocations.  We will record the base addresses
     when we encounter the first SEGREL relocation.  */
     when we encounter the first SEGREL relocation.  */
  hppa_info->text_segment_base = (bfd_vma)-1;
  hppa_info->text_segment_base = (bfd_vma)-1;
  hppa_info->data_segment_base = (bfd_vma)-1;
  hppa_info->data_segment_base = (bfd_vma)-1;
 
 
  /* HP's shared libraries have references to symbols that are not
  /* HP's shared libraries have references to symbols that are not
     defined anywhere.  The generic ELF BFD linker code will complain
     defined anywhere.  The generic ELF BFD linker code will complain
     about such symbols.
     about such symbols.
 
 
     So we detect the losing case and arrange for the flags on the symbol
     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
     to indicate that it was never referenced.  This keeps the generic
     ELF BFD link code happy and appears to not create any secondary
     ELF BFD link code happy and appears to not create any secondary
     problems.  Ultimately we need a way to control the behavior of the
     problems.  Ultimately we need a way to control the behavior of the
     generic ELF BFD link code better.  */
     generic ELF BFD link code better.  */
  elf_link_hash_traverse (elf_hash_table (info),
  elf_link_hash_traverse (elf_hash_table (info),
                          elf_hppa_unmark_useless_dynamic_symbols,
                          elf_hppa_unmark_useless_dynamic_symbols,
                          info);
                          info);
 
 
  /* Invoke the regular ELF backend linker to do all the work.  */
  /* Invoke the regular ELF backend linker to do all the work.  */
  retval = bfd_elf_final_link (abfd, info);
  retval = bfd_elf_final_link (abfd, info);
 
 
  elf_link_hash_traverse (elf_hash_table (info),
  elf_link_hash_traverse (elf_hash_table (info),
                          elf_hppa_remark_useless_dynamic_symbols,
                          elf_hppa_remark_useless_dynamic_symbols,
                          info);
                          info);
 
 
  /* If we're producing a final executable, sort the contents of the
  /* If we're producing a final executable, sort the contents of the
     unwind section. */
     unwind section. */
  if (retval)
  if (retval)
    retval = elf_hppa_sort_unwind (abfd);
    retval = elf_hppa_sort_unwind (abfd);
 
 
  return retval;
  return retval;
}
}
 
 
/* Relocate the given INSN.  VALUE should be the actual value we want
/* 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
   to insert into the instruction, ie by this point we should not be
   concerned with computing an offset relative to the DLT, PC, etc.
   concerned with computing an offset relative to the DLT, PC, etc.
   Instead this routine is meant to handle the bit manipulations needed
   Instead this routine is meant to handle the bit manipulations needed
   to insert the relocation into the given instruction.  */
   to insert the relocation into the given instruction.  */
 
 
static int
static int
elf_hppa_relocate_insn (int insn, int sym_value, unsigned int r_type)
elf_hppa_relocate_insn (int insn, int sym_value, unsigned int r_type)
{
{
  switch (r_type)
  switch (r_type)
    {
    {
    /* This is any 22 bit branch.  In PA2.0 syntax it corresponds to
    /* This is any 22 bit branch.  In PA2.0 syntax it corresponds to
       the "B" instruction.  */
       the "B" instruction.  */
    case R_PARISC_PCREL22F:
    case R_PARISC_PCREL22F:
    case R_PARISC_PCREL22C:
    case R_PARISC_PCREL22C:
      return (insn & ~0x3ff1ffd) | re_assemble_22 (sym_value);
      return (insn & ~0x3ff1ffd) | re_assemble_22 (sym_value);
 
 
      /* This is any 12 bit branch.  */
      /* This is any 12 bit branch.  */
    case R_PARISC_PCREL12F:
    case R_PARISC_PCREL12F:
      return (insn & ~0x1ffd) | re_assemble_12 (sym_value);
      return (insn & ~0x1ffd) | re_assemble_12 (sym_value);
 
 
    /* This is any 17 bit branch.  In PA2.0 syntax it also corresponds
    /* This is any 17 bit branch.  In PA2.0 syntax it also corresponds
       to the "B" instruction as well as BE.  */
       to the "B" instruction as well as BE.  */
    case R_PARISC_PCREL17F:
    case R_PARISC_PCREL17F:
    case R_PARISC_DIR17F:
    case R_PARISC_DIR17F:
    case R_PARISC_DIR17R:
    case R_PARISC_DIR17R:
    case R_PARISC_PCREL17C:
    case R_PARISC_PCREL17C:
    case R_PARISC_PCREL17R:
    case R_PARISC_PCREL17R:
      return (insn & ~0x1f1ffd) | re_assemble_17 (sym_value);
      return (insn & ~0x1f1ffd) | re_assemble_17 (sym_value);
 
 
    /* ADDIL or LDIL instructions.  */
    /* ADDIL or LDIL instructions.  */
    case R_PARISC_DLTREL21L:
    case R_PARISC_DLTREL21L:
    case R_PARISC_DLTIND21L:
    case R_PARISC_DLTIND21L:
    case R_PARISC_LTOFF_FPTR21L:
    case R_PARISC_LTOFF_FPTR21L:
    case R_PARISC_PCREL21L:
    case R_PARISC_PCREL21L:
    case R_PARISC_LTOFF_TP21L:
    case R_PARISC_LTOFF_TP21L:
    case R_PARISC_DPREL21L:
    case R_PARISC_DPREL21L:
    case R_PARISC_PLTOFF21L:
    case R_PARISC_PLTOFF21L:
    case R_PARISC_DIR21L:
    case R_PARISC_DIR21L:
      return (insn & ~0x1fffff) | re_assemble_21 (sym_value);
      return (insn & ~0x1fffff) | re_assemble_21 (sym_value);
 
 
    /* LDO and integer loads/stores with 14 bit displacements.  */
    /* LDO and integer loads/stores with 14 bit displacements.  */
    case R_PARISC_DLTREL14R:
    case R_PARISC_DLTREL14R:
    case R_PARISC_DLTREL14F:
    case R_PARISC_DLTREL14F:
    case R_PARISC_DLTIND14R:
    case R_PARISC_DLTIND14R:
    case R_PARISC_DLTIND14F:
    case R_PARISC_DLTIND14F:
    case R_PARISC_LTOFF_FPTR14R:
    case R_PARISC_LTOFF_FPTR14R:
    case R_PARISC_PCREL14R:
    case R_PARISC_PCREL14R:
    case R_PARISC_PCREL14F:
    case R_PARISC_PCREL14F:
    case R_PARISC_LTOFF_TP14R:
    case R_PARISC_LTOFF_TP14R:
    case R_PARISC_LTOFF_TP14F:
    case R_PARISC_LTOFF_TP14F:
    case R_PARISC_DPREL14R:
    case R_PARISC_DPREL14R:
    case R_PARISC_DPREL14F:
    case R_PARISC_DPREL14F:
    case R_PARISC_PLTOFF14R:
    case R_PARISC_PLTOFF14R:
    case R_PARISC_PLTOFF14F:
    case R_PARISC_PLTOFF14F:
    case R_PARISC_DIR14R:
    case R_PARISC_DIR14R:
    case R_PARISC_DIR14F:
    case R_PARISC_DIR14F:
      return (insn & ~0x3fff) | low_sign_unext (sym_value, 14);
      return (insn & ~0x3fff) | low_sign_unext (sym_value, 14);
 
 
    /* PA2.0W LDO and integer loads/stores with 16 bit displacements.  */
    /* PA2.0W LDO and integer loads/stores with 16 bit displacements.  */
    case R_PARISC_LTOFF_FPTR16F:
    case R_PARISC_LTOFF_FPTR16F:
    case R_PARISC_PCREL16F:
    case R_PARISC_PCREL16F:
    case R_PARISC_LTOFF_TP16F:
    case R_PARISC_LTOFF_TP16F:
    case R_PARISC_GPREL16F:
    case R_PARISC_GPREL16F:
    case R_PARISC_PLTOFF16F:
    case R_PARISC_PLTOFF16F:
    case R_PARISC_DIR16F:
    case R_PARISC_DIR16F:
    case R_PARISC_LTOFF16F:
    case R_PARISC_LTOFF16F:
      return (insn & ~0xffff) | re_assemble_16 (sym_value);
      return (insn & ~0xffff) | re_assemble_16 (sym_value);
 
 
    /* Doubleword loads and stores with a 14 bit displacement.  */
    /* Doubleword loads and stores with a 14 bit displacement.  */
    case R_PARISC_DLTREL14DR:
    case R_PARISC_DLTREL14DR:
    case R_PARISC_DLTIND14DR:
    case R_PARISC_DLTIND14DR:
    case R_PARISC_LTOFF_FPTR14DR:
    case R_PARISC_LTOFF_FPTR14DR:
    case R_PARISC_LTOFF_FPTR16DF:
    case R_PARISC_LTOFF_FPTR16DF:
    case R_PARISC_PCREL14DR:
    case R_PARISC_PCREL14DR:
    case R_PARISC_PCREL16DF:
    case R_PARISC_PCREL16DF:
    case R_PARISC_LTOFF_TP14DR:
    case R_PARISC_LTOFF_TP14DR:
    case R_PARISC_LTOFF_TP16DF:
    case R_PARISC_LTOFF_TP16DF:
    case R_PARISC_DPREL14DR:
    case R_PARISC_DPREL14DR:
    case R_PARISC_GPREL16DF:
    case R_PARISC_GPREL16DF:
    case R_PARISC_PLTOFF14DR:
    case R_PARISC_PLTOFF14DR:
    case R_PARISC_PLTOFF16DF:
    case R_PARISC_PLTOFF16DF:
    case R_PARISC_DIR14DR:
    case R_PARISC_DIR14DR:
    case R_PARISC_DIR16DF:
    case R_PARISC_DIR16DF:
    case R_PARISC_LTOFF16DF:
    case R_PARISC_LTOFF16DF:
      return (insn & ~0x3ff1) | (((sym_value & 0x2000) >> 13)
      return (insn & ~0x3ff1) | (((sym_value & 0x2000) >> 13)
                                 | ((sym_value & 0x1ff8) << 1));
                                 | ((sym_value & 0x1ff8) << 1));
 
 
    /* Floating point single word load/store instructions.  */
    /* Floating point single word load/store instructions.  */
    case R_PARISC_DLTREL14WR:
    case R_PARISC_DLTREL14WR:
    case R_PARISC_DLTIND14WR:
    case R_PARISC_DLTIND14WR:
    case R_PARISC_LTOFF_FPTR14WR:
    case R_PARISC_LTOFF_FPTR14WR:
    case R_PARISC_LTOFF_FPTR16WF:
    case R_PARISC_LTOFF_FPTR16WF:
    case R_PARISC_PCREL14WR:
    case R_PARISC_PCREL14WR:
    case R_PARISC_PCREL16WF:
    case R_PARISC_PCREL16WF:
    case R_PARISC_LTOFF_TP14WR:
    case R_PARISC_LTOFF_TP14WR:
    case R_PARISC_LTOFF_TP16WF:
    case R_PARISC_LTOFF_TP16WF:
    case R_PARISC_DPREL14WR:
    case R_PARISC_DPREL14WR:
    case R_PARISC_GPREL16WF:
    case R_PARISC_GPREL16WF:
    case R_PARISC_PLTOFF14WR:
    case R_PARISC_PLTOFF14WR:
    case R_PARISC_PLTOFF16WF:
    case R_PARISC_PLTOFF16WF:
    case R_PARISC_DIR16WF:
    case R_PARISC_DIR16WF:
    case R_PARISC_DIR14WR:
    case R_PARISC_DIR14WR:
    case R_PARISC_LTOFF16WF:
    case R_PARISC_LTOFF16WF:
      return (insn & ~0x3ff9) | (((sym_value & 0x2000) >> 13)
      return (insn & ~0x3ff9) | (((sym_value & 0x2000) >> 13)
                                 | ((sym_value & 0x1ffc) << 1));
                                 | ((sym_value & 0x1ffc) << 1));
 
 
    default:
    default:
      return insn;
      return insn;
    }
    }
}
}
 
 
/* Compute the value for a relocation (REL) during a final link stage,
/* Compute the value for a relocation (REL) during a final link stage,
   then insert the value into the proper location in CONTENTS.
   then insert the value into the proper location in CONTENTS.
 
 
   VALUE is a tentative value for the relocation and may be overridden
   VALUE is a tentative value for the relocation and may be overridden
   and modified here based on the specific relocation to be performed.
   and modified here based on the specific relocation to be performed.
 
 
   For example we do conversions for PC-relative branches in this routine
   For example we do conversions for PC-relative branches in this routine
   or redirection of calls to external routines to stubs.
   or redirection of calls to external routines to stubs.
 
 
   The work of actually applying the relocation is left to a helper
   The work of actually applying the relocation is left to a helper
   routine in an attempt to reduce the complexity and size of this
   routine in an attempt to reduce the complexity and size of this
   function.  */
   function.  */
 
 
static bfd_reloc_status_type
static bfd_reloc_status_type
elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
                              bfd *input_bfd,
                              bfd *input_bfd,
                              bfd *output_bfd,
                              bfd *output_bfd,
                              asection *input_section,
                              asection *input_section,
                              bfd_byte *contents,
                              bfd_byte *contents,
                              bfd_vma value,
                              bfd_vma value,
                              struct bfd_link_info *info,
                              struct bfd_link_info *info,
                              asection *sym_sec,
                              asection *sym_sec,
                              struct elf_link_hash_entry *h ATTRIBUTE_UNUSED,
                              struct elf_link_hash_entry *h ATTRIBUTE_UNUSED,
                              struct elf64_hppa_dyn_hash_entry *dyn_h)
                              struct elf64_hppa_dyn_hash_entry *dyn_h)
{
{
  int insn;
  int insn;
  bfd_vma offset = rel->r_offset;
  bfd_vma offset = rel->r_offset;
  bfd_signed_vma addend = rel->r_addend;
  bfd_signed_vma addend = rel->r_addend;
  reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
  reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
  unsigned int r_type = howto->type;
  unsigned int r_type = howto->type;
  bfd_byte *hit_data = contents + offset;
  bfd_byte *hit_data = contents + offset;
  struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
  struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info);
 
 
  insn = bfd_get_32 (input_bfd, hit_data);
  insn = bfd_get_32 (input_bfd, hit_data);
 
 
  switch (r_type)
  switch (r_type)
    {
    {
    case R_PARISC_NONE:
    case R_PARISC_NONE:
      break;
      break;
 
 
    /* Basic function call support.
    /* Basic function call support.
 
 
       Note for a call to a function defined in another dynamic library
       Note for a call to a function defined in another dynamic library
       we want to redirect the call to a stub.  */
       we want to redirect the call to a stub.  */
 
 
    /* Random PC relative relocs.  */
    /* Random PC relative relocs.  */
    case R_PARISC_PCREL21L:
    case R_PARISC_PCREL21L:
    case R_PARISC_PCREL14R:
    case R_PARISC_PCREL14R:
    case R_PARISC_PCREL14F:
    case R_PARISC_PCREL14F:
    case R_PARISC_PCREL14WR:
    case R_PARISC_PCREL14WR:
    case R_PARISC_PCREL14DR:
    case R_PARISC_PCREL14DR:
    case R_PARISC_PCREL16F:
    case R_PARISC_PCREL16F:
    case R_PARISC_PCREL16WF:
    case R_PARISC_PCREL16WF:
    case R_PARISC_PCREL16DF:
    case R_PARISC_PCREL16DF:
      {
      {
        /* If this is a call to a function defined in another dynamic
        /* If this is a call to a function defined in another dynamic
           library, then redirect the call to the local stub for this
           library, then redirect the call to the local stub for this
           function.  */
           function.  */
        if (sym_sec == NULL || sym_sec->output_section == NULL)
        if (sym_sec == NULL || sym_sec->output_section == NULL)
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
                   + hppa_info->stub_sec->output_section->vma);
                   + hppa_info->stub_sec->output_section->vma);
 
 
        /* Turn VALUE into a proper PC relative address.  */
        /* Turn VALUE into a proper PC relative address.  */
        value -= (offset + input_section->output_offset
        value -= (offset + input_section->output_offset
                  + input_section->output_section->vma);
                  + input_section->output_section->vma);
 
 
        /* Adjust for any field selectors.  */
        /* Adjust for any field selectors.  */
        if (r_type == R_PARISC_PCREL21L)
        if (r_type == R_PARISC_PCREL21L)
          value = hppa_field_adjust (value, -8 + addend, e_lsel);
          value = hppa_field_adjust (value, -8 + addend, e_lsel);
        else if (r_type == R_PARISC_PCREL14F
        else if (r_type == R_PARISC_PCREL14F
                 || r_type == R_PARISC_PCREL16F
                 || r_type == R_PARISC_PCREL16F
                 || r_type == R_PARISC_PCREL16WF
                 || r_type == R_PARISC_PCREL16WF
                 || r_type == R_PARISC_PCREL16DF)
                 || r_type == R_PARISC_PCREL16DF)
          value = hppa_field_adjust (value, -8 + addend, e_fsel);
          value = hppa_field_adjust (value, -8 + addend, e_fsel);
        else
        else
          value = hppa_field_adjust (value, -8 + addend, e_rsel);
          value = hppa_field_adjust (value, -8 + addend, e_rsel);
 
 
        /* Apply the relocation to the given instruction.  */
        /* Apply the relocation to the given instruction.  */
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    case R_PARISC_PCREL12F:
    case R_PARISC_PCREL12F:
    case R_PARISC_PCREL22F:
    case R_PARISC_PCREL22F:
    case R_PARISC_PCREL17F:
    case R_PARISC_PCREL17F:
    case R_PARISC_PCREL22C:
    case R_PARISC_PCREL22C:
    case R_PARISC_PCREL17C:
    case R_PARISC_PCREL17C:
    case R_PARISC_PCREL17R:
    case R_PARISC_PCREL17R:
      {
      {
        /* If this is a call to a function defined in another dynamic
        /* If this is a call to a function defined in another dynamic
           library, then redirect the call to the local stub for this
           library, then redirect the call to the local stub for this
           function.  */
           function.  */
        if (sym_sec == NULL || sym_sec->output_section == NULL)
        if (sym_sec == NULL || sym_sec->output_section == NULL)
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
                   + hppa_info->stub_sec->output_section->vma);
                   + hppa_info->stub_sec->output_section->vma);
 
 
        /* Turn VALUE into a proper PC relative address.  */
        /* Turn VALUE into a proper PC relative address.  */
        value -= (offset + input_section->output_offset
        value -= (offset + input_section->output_offset
                  + input_section->output_section->vma);
                  + input_section->output_section->vma);
 
 
        /* Adjust for any field selectors.  */
        /* Adjust for any field selectors.  */
        if (r_type == R_PARISC_PCREL17R)
        if (r_type == R_PARISC_PCREL17R)
          value = hppa_field_adjust (value, -8 + addend, e_rsel);
          value = hppa_field_adjust (value, -8 + addend, e_rsel);
        else
        else
          value = hppa_field_adjust (value, -8 + addend, e_fsel);
          value = hppa_field_adjust (value, -8 + addend, e_fsel);
 
 
        /* All branches are implicitly shifted by 2 places.  */
        /* All branches are implicitly shifted by 2 places.  */
        value >>= 2;
        value >>= 2;
 
 
        /* Apply the relocation to the given instruction.  */
        /* Apply the relocation to the given instruction.  */
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    /* Indirect references to data through the DLT.  */
    /* Indirect references to data through the DLT.  */
    case R_PARISC_DLTIND14R:
    case R_PARISC_DLTIND14R:
    case R_PARISC_DLTIND14F:
    case R_PARISC_DLTIND14F:
    case R_PARISC_DLTIND14DR:
    case R_PARISC_DLTIND14DR:
    case R_PARISC_DLTIND14WR:
    case R_PARISC_DLTIND14WR:
    case R_PARISC_DLTIND21L:
    case R_PARISC_DLTIND21L:
    case R_PARISC_LTOFF_FPTR14R:
    case R_PARISC_LTOFF_FPTR14R:
    case R_PARISC_LTOFF_FPTR14DR:
    case R_PARISC_LTOFF_FPTR14DR:
    case R_PARISC_LTOFF_FPTR14WR:
    case R_PARISC_LTOFF_FPTR14WR:
    case R_PARISC_LTOFF_FPTR21L:
    case R_PARISC_LTOFF_FPTR21L:
    case R_PARISC_LTOFF_FPTR16F:
    case R_PARISC_LTOFF_FPTR16F:
    case R_PARISC_LTOFF_FPTR16WF:
    case R_PARISC_LTOFF_FPTR16WF:
    case R_PARISC_LTOFF_FPTR16DF:
    case R_PARISC_LTOFF_FPTR16DF:
    case R_PARISC_LTOFF_TP21L:
    case R_PARISC_LTOFF_TP21L:
    case R_PARISC_LTOFF_TP14R:
    case R_PARISC_LTOFF_TP14R:
    case R_PARISC_LTOFF_TP14F:
    case R_PARISC_LTOFF_TP14F:
    case R_PARISC_LTOFF_TP14WR:
    case R_PARISC_LTOFF_TP14WR:
    case R_PARISC_LTOFF_TP14DR:
    case R_PARISC_LTOFF_TP14DR:
    case R_PARISC_LTOFF_TP16F:
    case R_PARISC_LTOFF_TP16F:
    case R_PARISC_LTOFF_TP16WF:
    case R_PARISC_LTOFF_TP16WF:
    case R_PARISC_LTOFF_TP16DF:
    case R_PARISC_LTOFF_TP16DF:
    case R_PARISC_LTOFF16F:
    case R_PARISC_LTOFF16F:
    case R_PARISC_LTOFF16WF:
    case R_PARISC_LTOFF16WF:
    case R_PARISC_LTOFF16DF:
    case R_PARISC_LTOFF16DF:
      {
      {
        /* If this relocation was against a local symbol, then we still
        /* If this relocation was against a local symbol, then we still
           have not set up the DLT entry (it's not convenient to do so
           have not set up the DLT entry (it's not convenient to do so
           in the "finalize_dlt" routine because it is difficult to get
           in the "finalize_dlt" routine because it is difficult to get
           to the local symbol's value).
           to the local symbol's value).
 
 
           So, if this is a local symbol (h == NULL), then we need to
           So, if this is a local symbol (h == NULL), then we need to
           fill in its DLT entry.
           fill in its DLT entry.
 
 
           Similarly we may still need to set up an entry in .opd for
           Similarly we may still need to set up an entry in .opd for
           a local function which had its address taken.  */
           a local function which had its address taken.  */
        if (dyn_h->h == NULL)
        if (dyn_h->h == NULL)
          {
          {
            /* Now do .opd creation if needed.  */
            /* Now do .opd creation if needed.  */
            if (r_type == R_PARISC_LTOFF_FPTR14R
            if (r_type == R_PARISC_LTOFF_FPTR14R
                || r_type == R_PARISC_LTOFF_FPTR14DR
                || r_type == R_PARISC_LTOFF_FPTR14DR
                || r_type == R_PARISC_LTOFF_FPTR14WR
                || r_type == R_PARISC_LTOFF_FPTR14WR
                || r_type == R_PARISC_LTOFF_FPTR21L
                || r_type == R_PARISC_LTOFF_FPTR21L
                || r_type == R_PARISC_LTOFF_FPTR16F
                || r_type == R_PARISC_LTOFF_FPTR16F
                || r_type == R_PARISC_LTOFF_FPTR16WF
                || r_type == R_PARISC_LTOFF_FPTR16WF
                || r_type == R_PARISC_LTOFF_FPTR16DF)
                || r_type == R_PARISC_LTOFF_FPTR16DF)
              {
              {
                /* The first two words of an .opd entry are zero.  */
                /* The first two words of an .opd entry are zero.  */
                memset (hppa_info->opd_sec->contents + dyn_h->opd_offset,
                memset (hppa_info->opd_sec->contents + dyn_h->opd_offset,
                        0, 16);
                        0, 16);
 
 
                /* The next word is the address of the function.  */
                /* The next word is the address of the function.  */
                bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
                bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
                            (hppa_info->opd_sec->contents
                            (hppa_info->opd_sec->contents
                             + dyn_h->opd_offset + 16));
                             + dyn_h->opd_offset + 16));
 
 
                /* The last word is our local __gp value.  */
                /* The last word is our local __gp value.  */
                value = _bfd_get_gp_value
                value = _bfd_get_gp_value
                          (hppa_info->opd_sec->output_section->owner);
                          (hppa_info->opd_sec->output_section->owner);
                bfd_put_64 (hppa_info->opd_sec->owner, value,
                bfd_put_64 (hppa_info->opd_sec->owner, value,
                            (hppa_info->opd_sec->contents
                            (hppa_info->opd_sec->contents
                             + dyn_h->opd_offset + 24));
                             + dyn_h->opd_offset + 24));
 
 
                /* The DLT value is the address of the .opd entry.  */
                /* The DLT value is the address of the .opd entry.  */
                value = (dyn_h->opd_offset
                value = (dyn_h->opd_offset
                         + hppa_info->opd_sec->output_offset
                         + hppa_info->opd_sec->output_offset
                         + hppa_info->opd_sec->output_section->vma);
                         + hppa_info->opd_sec->output_section->vma);
                addend = 0;
                addend = 0;
              }
              }
 
 
            bfd_put_64 (hppa_info->dlt_sec->owner,
            bfd_put_64 (hppa_info->dlt_sec->owner,
                        value + addend,
                        value + addend,
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
          }
          }
 
 
        /* We want the value of the DLT offset for this symbol, not
        /* We want the value of the DLT offset for this symbol, not
           the symbol's actual address.  Note that __gp may not point
           the symbol's actual address.  Note that __gp may not point
           to the start of the DLT, so we have to compute the absolute
           to the start of the DLT, so we have to compute the absolute
           address, then subtract out the value of __gp.  */
           address, then subtract out the value of __gp.  */
        value = (dyn_h->dlt_offset
        value = (dyn_h->dlt_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_section->vma);
                 + hppa_info->dlt_sec->output_section->vma);
        value -= _bfd_get_gp_value (output_bfd);
        value -= _bfd_get_gp_value (output_bfd);
 
 
        /* All DLTIND relocations are basically the same at this point,
        /* All DLTIND relocations are basically the same at this point,
           except that we need different field selectors for the 21bit
           except that we need different field selectors for the 21bit
           version vs the 14bit versions.  */
           version vs the 14bit versions.  */
        if (r_type == R_PARISC_DLTIND21L
        if (r_type == R_PARISC_DLTIND21L
            || r_type == R_PARISC_LTOFF_FPTR21L
            || r_type == R_PARISC_LTOFF_FPTR21L
            || r_type == R_PARISC_LTOFF_TP21L)
            || r_type == R_PARISC_LTOFF_TP21L)
          value = hppa_field_adjust (value, 0, e_lsel);
          value = hppa_field_adjust (value, 0, e_lsel);
        else if (r_type == R_PARISC_DLTIND14F
        else if (r_type == R_PARISC_DLTIND14F
                 || r_type == R_PARISC_LTOFF_FPTR16F
                 || r_type == R_PARISC_LTOFF_FPTR16F
                 || r_type == R_PARISC_LTOFF_FPTR16WF
                 || r_type == R_PARISC_LTOFF_FPTR16WF
                 || r_type == R_PARISC_LTOFF_FPTR16DF
                 || r_type == R_PARISC_LTOFF_FPTR16DF
                 || r_type == R_PARISC_LTOFF16F
                 || r_type == R_PARISC_LTOFF16F
                 || r_type == R_PARISC_LTOFF16DF
                 || r_type == R_PARISC_LTOFF16DF
                 || r_type == R_PARISC_LTOFF16WF
                 || r_type == R_PARISC_LTOFF16WF
                 || r_type == R_PARISC_LTOFF_TP16F
                 || r_type == R_PARISC_LTOFF_TP16F
                 || r_type == R_PARISC_LTOFF_TP16WF
                 || r_type == R_PARISC_LTOFF_TP16WF
                 || r_type == R_PARISC_LTOFF_TP16DF)
                 || r_type == R_PARISC_LTOFF_TP16DF)
          value = hppa_field_adjust (value, 0, e_fsel);
          value = hppa_field_adjust (value, 0, e_fsel);
        else
        else
          value = hppa_field_adjust (value, 0, e_rsel);
          value = hppa_field_adjust (value, 0, e_rsel);
 
 
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    case R_PARISC_DLTREL14R:
    case R_PARISC_DLTREL14R:
    case R_PARISC_DLTREL14F:
    case R_PARISC_DLTREL14F:
    case R_PARISC_DLTREL14DR:
    case R_PARISC_DLTREL14DR:
    case R_PARISC_DLTREL14WR:
    case R_PARISC_DLTREL14WR:
    case R_PARISC_DLTREL21L:
    case R_PARISC_DLTREL21L:
    case R_PARISC_DPREL21L:
    case R_PARISC_DPREL21L:
    case R_PARISC_DPREL14WR:
    case R_PARISC_DPREL14WR:
    case R_PARISC_DPREL14DR:
    case R_PARISC_DPREL14DR:
    case R_PARISC_DPREL14R:
    case R_PARISC_DPREL14R:
    case R_PARISC_DPREL14F:
    case R_PARISC_DPREL14F:
    case R_PARISC_GPREL16F:
    case R_PARISC_GPREL16F:
    case R_PARISC_GPREL16WF:
    case R_PARISC_GPREL16WF:
    case R_PARISC_GPREL16DF:
    case R_PARISC_GPREL16DF:
      {
      {
        /* Subtract out the global pointer value to make value a DLT
        /* Subtract out the global pointer value to make value a DLT
           relative address.  */
           relative address.  */
        value -= _bfd_get_gp_value (output_bfd);
        value -= _bfd_get_gp_value (output_bfd);
 
 
        /* All DLTREL relocations are basically the same at this point,
        /* All DLTREL relocations are basically the same at this point,
           except that we need different field selectors for the 21bit
           except that we need different field selectors for the 21bit
           version vs the 14bit versions.  */
           version vs the 14bit versions.  */
        if (r_type == R_PARISC_DLTREL21L
        if (r_type == R_PARISC_DLTREL21L
            || r_type == R_PARISC_DPREL21L)
            || r_type == R_PARISC_DPREL21L)
          value = hppa_field_adjust (value, addend, e_lrsel);
          value = hppa_field_adjust (value, addend, e_lrsel);
        else if (r_type == R_PARISC_DLTREL14F
        else if (r_type == R_PARISC_DLTREL14F
                 || r_type == R_PARISC_DPREL14F
                 || r_type == R_PARISC_DPREL14F
                 || r_type == R_PARISC_GPREL16F
                 || r_type == R_PARISC_GPREL16F
                 || r_type == R_PARISC_GPREL16WF
                 || r_type == R_PARISC_GPREL16WF
                 || r_type == R_PARISC_GPREL16DF)
                 || r_type == R_PARISC_GPREL16DF)
          value = hppa_field_adjust (value, addend, e_fsel);
          value = hppa_field_adjust (value, addend, e_fsel);
        else
        else
          value = hppa_field_adjust (value, addend, e_rrsel);
          value = hppa_field_adjust (value, addend, e_rrsel);
 
 
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    case R_PARISC_DIR21L:
    case R_PARISC_DIR21L:
    case R_PARISC_DIR17R:
    case R_PARISC_DIR17R:
    case R_PARISC_DIR17F:
    case R_PARISC_DIR17F:
    case R_PARISC_DIR14R:
    case R_PARISC_DIR14R:
    case R_PARISC_DIR14F:
    case R_PARISC_DIR14F:
    case R_PARISC_DIR14WR:
    case R_PARISC_DIR14WR:
    case R_PARISC_DIR14DR:
    case R_PARISC_DIR14DR:
    case R_PARISC_DIR16F:
    case R_PARISC_DIR16F:
    case R_PARISC_DIR16WF:
    case R_PARISC_DIR16WF:
    case R_PARISC_DIR16DF:
    case R_PARISC_DIR16DF:
      {
      {
        /* All DIR relocations are basically the same at this point,
        /* All DIR relocations are basically the same at this point,
           except that branch offsets need to be divided by four, and
           except that branch offsets need to be divided by four, and
           we need different field selectors.  Note that we don't
           we need different field selectors.  Note that we don't
           redirect absolute calls to local stubs.  */
           redirect absolute calls to local stubs.  */
 
 
        if (r_type == R_PARISC_DIR21L)
        if (r_type == R_PARISC_DIR21L)
          value = hppa_field_adjust (value, addend, e_lrsel);
          value = hppa_field_adjust (value, addend, e_lrsel);
        else if (r_type == R_PARISC_DIR17F
        else if (r_type == R_PARISC_DIR17F
                 || r_type == R_PARISC_DIR16F
                 || r_type == R_PARISC_DIR16F
                 || r_type == R_PARISC_DIR16WF
                 || r_type == R_PARISC_DIR16WF
                 || r_type == R_PARISC_DIR16DF
                 || r_type == R_PARISC_DIR16DF
                 || r_type == R_PARISC_DIR14F)
                 || r_type == R_PARISC_DIR14F)
          value = hppa_field_adjust (value, addend, e_fsel);
          value = hppa_field_adjust (value, addend, e_fsel);
        else
        else
          value = hppa_field_adjust (value, addend, e_rrsel);
          value = hppa_field_adjust (value, addend, e_rrsel);
 
 
        if (r_type == R_PARISC_DIR17R || r_type == R_PARISC_DIR17F)
        if (r_type == R_PARISC_DIR17R || r_type == R_PARISC_DIR17F)
          /* All branches are implicitly shifted by 2 places.  */
          /* All branches are implicitly shifted by 2 places.  */
          value >>= 2;
          value >>= 2;
 
 
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    case R_PARISC_PLTOFF21L:
    case R_PARISC_PLTOFF21L:
    case R_PARISC_PLTOFF14R:
    case R_PARISC_PLTOFF14R:
    case R_PARISC_PLTOFF14F:
    case R_PARISC_PLTOFF14F:
    case R_PARISC_PLTOFF14WR:
    case R_PARISC_PLTOFF14WR:
    case R_PARISC_PLTOFF14DR:
    case R_PARISC_PLTOFF14DR:
    case R_PARISC_PLTOFF16F:
    case R_PARISC_PLTOFF16F:
    case R_PARISC_PLTOFF16WF:
    case R_PARISC_PLTOFF16WF:
    case R_PARISC_PLTOFF16DF:
    case R_PARISC_PLTOFF16DF:
      {
      {
        /* We want the value of the PLT offset for this symbol, not
        /* We want the value of the PLT offset for this symbol, not
           the symbol's actual address.  Note that __gp may not point
           the symbol's actual address.  Note that __gp may not point
           to the start of the DLT, so we have to compute the absolute
           to the start of the DLT, so we have to compute the absolute
           address, then subtract out the value of __gp.  */
           address, then subtract out the value of __gp.  */
        value = (dyn_h->plt_offset
        value = (dyn_h->plt_offset
                 + hppa_info->plt_sec->output_offset
                 + hppa_info->plt_sec->output_offset
                 + hppa_info->plt_sec->output_section->vma);
                 + hppa_info->plt_sec->output_section->vma);
        value -= _bfd_get_gp_value (output_bfd);
        value -= _bfd_get_gp_value (output_bfd);
 
 
        /* All PLTOFF relocations are basically the same at this point,
        /* All PLTOFF relocations are basically the same at this point,
           except that we need different field selectors for the 21bit
           except that we need different field selectors for the 21bit
           version vs the 14bit versions.  */
           version vs the 14bit versions.  */
        if (r_type == R_PARISC_PLTOFF21L)
        if (r_type == R_PARISC_PLTOFF21L)
          value = hppa_field_adjust (value, addend, e_lrsel);
          value = hppa_field_adjust (value, addend, e_lrsel);
        else if (r_type == R_PARISC_PLTOFF14F
        else if (r_type == R_PARISC_PLTOFF14F
                 || r_type == R_PARISC_PLTOFF16F
                 || r_type == R_PARISC_PLTOFF16F
                 || r_type == R_PARISC_PLTOFF16WF
                 || r_type == R_PARISC_PLTOFF16WF
                 || r_type == R_PARISC_PLTOFF16DF)
                 || r_type == R_PARISC_PLTOFF16DF)
          value = hppa_field_adjust (value, addend, e_fsel);
          value = hppa_field_adjust (value, addend, e_fsel);
        else
        else
          value = hppa_field_adjust (value, addend, e_rrsel);
          value = hppa_field_adjust (value, addend, e_rrsel);
 
 
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
        break;
        break;
      }
      }
 
 
    case R_PARISC_LTOFF_FPTR32:
    case R_PARISC_LTOFF_FPTR32:
      {
      {
        /* We may still need to create the FPTR itself if it was for
        /* We may still need to create the FPTR itself if it was for
           a local symbol.  */
           a local symbol.  */
        if (dyn_h->h == NULL)
        if (dyn_h->h == NULL)
          {
          {
            /* The first two words of an .opd entry are zero.  */
            /* The first two words of an .opd entry are zero.  */
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
 
 
            /* The next word is the address of the function.  */
            /* The next word is the address of the function.  */
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
                        (hppa_info->opd_sec->contents
                        (hppa_info->opd_sec->contents
                         + dyn_h->opd_offset + 16));
                         + dyn_h->opd_offset + 16));
 
 
            /* The last word is our local __gp value.  */
            /* The last word is our local __gp value.  */
            value = _bfd_get_gp_value
            value = _bfd_get_gp_value
                      (hppa_info->opd_sec->output_section->owner);
                      (hppa_info->opd_sec->output_section->owner);
            bfd_put_64 (hppa_info->opd_sec->owner, value,
            bfd_put_64 (hppa_info->opd_sec->owner, value,
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
 
 
            /* The DLT value is the address of the .opd entry.  */
            /* The DLT value is the address of the .opd entry.  */
            value = (dyn_h->opd_offset
            value = (dyn_h->opd_offset
                     + hppa_info->opd_sec->output_offset
                     + hppa_info->opd_sec->output_offset
                     + hppa_info->opd_sec->output_section->vma);
                     + hppa_info->opd_sec->output_section->vma);
 
 
            bfd_put_64 (hppa_info->dlt_sec->owner,
            bfd_put_64 (hppa_info->dlt_sec->owner,
                        value,
                        value,
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
          }
          }
 
 
        /* We want the value of the DLT offset for this symbol, not
        /* We want the value of the DLT offset for this symbol, not
           the symbol's actual address.  Note that __gp may not point
           the symbol's actual address.  Note that __gp may not point
           to the start of the DLT, so we have to compute the absolute
           to the start of the DLT, so we have to compute the absolute
           address, then subtract out the value of __gp.  */
           address, then subtract out the value of __gp.  */
        value = (dyn_h->dlt_offset
        value = (dyn_h->dlt_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_section->vma);
                 + hppa_info->dlt_sec->output_section->vma);
        value -= _bfd_get_gp_value (output_bfd);
        value -= _bfd_get_gp_value (output_bfd);
        bfd_put_32 (input_bfd, value, hit_data);
        bfd_put_32 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    case R_PARISC_LTOFF_FPTR64:
    case R_PARISC_LTOFF_FPTR64:
    case R_PARISC_LTOFF_TP64:
    case R_PARISC_LTOFF_TP64:
      {
      {
        /* We may still need to create the FPTR itself if it was for
        /* We may still need to create the FPTR itself if it was for
           a local symbol.  */
           a local symbol.  */
        if (dyn_h->h == NULL && r_type == R_PARISC_LTOFF_FPTR64)
        if (dyn_h->h == NULL && r_type == R_PARISC_LTOFF_FPTR64)
          {
          {
            /* The first two words of an .opd entry are zero.  */
            /* The first two words of an .opd entry are zero.  */
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
 
 
            /* The next word is the address of the function.  */
            /* The next word is the address of the function.  */
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
                        (hppa_info->opd_sec->contents
                        (hppa_info->opd_sec->contents
                         + dyn_h->opd_offset + 16));
                         + dyn_h->opd_offset + 16));
 
 
            /* The last word is our local __gp value.  */
            /* The last word is our local __gp value.  */
            value = _bfd_get_gp_value
            value = _bfd_get_gp_value
                      (hppa_info->opd_sec->output_section->owner);
                      (hppa_info->opd_sec->output_section->owner);
            bfd_put_64 (hppa_info->opd_sec->owner, value,
            bfd_put_64 (hppa_info->opd_sec->owner, value,
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
 
 
            /* The DLT value is the address of the .opd entry.  */
            /* The DLT value is the address of the .opd entry.  */
            value = (dyn_h->opd_offset
            value = (dyn_h->opd_offset
                     + hppa_info->opd_sec->output_offset
                     + hppa_info->opd_sec->output_offset
                     + hppa_info->opd_sec->output_section->vma);
                     + hppa_info->opd_sec->output_section->vma);
 
 
            bfd_put_64 (hppa_info->dlt_sec->owner,
            bfd_put_64 (hppa_info->dlt_sec->owner,
                        value,
                        value,
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
                        hppa_info->dlt_sec->contents + dyn_h->dlt_offset);
          }
          }
 
 
        /* We want the value of the DLT offset for this symbol, not
        /* We want the value of the DLT offset for this symbol, not
           the symbol's actual address.  Note that __gp may not point
           the symbol's actual address.  Note that __gp may not point
           to the start of the DLT, so we have to compute the absolute
           to the start of the DLT, so we have to compute the absolute
           address, then subtract out the value of __gp.  */
           address, then subtract out the value of __gp.  */
        value = (dyn_h->dlt_offset
        value = (dyn_h->dlt_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_offset
                 + hppa_info->dlt_sec->output_section->vma);
                 + hppa_info->dlt_sec->output_section->vma);
        value -= _bfd_get_gp_value (output_bfd);
        value -= _bfd_get_gp_value (output_bfd);
        bfd_put_64 (input_bfd, value, hit_data);
        bfd_put_64 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    case R_PARISC_DIR32:
    case R_PARISC_DIR32:
      bfd_put_32 (input_bfd, value + addend, hit_data);
      bfd_put_32 (input_bfd, value + addend, hit_data);
      return bfd_reloc_ok;
      return bfd_reloc_ok;
 
 
    case R_PARISC_DIR64:
    case R_PARISC_DIR64:
      bfd_put_64 (input_bfd, value + addend, hit_data);
      bfd_put_64 (input_bfd, value + addend, hit_data);
      return bfd_reloc_ok;
      return bfd_reloc_ok;
 
 
    case R_PARISC_GPREL64:
    case R_PARISC_GPREL64:
      /* Subtract out the global pointer value to make value a DLT
      /* Subtract out the global pointer value to make value a DLT
         relative address.  */
         relative address.  */
      value -= _bfd_get_gp_value (output_bfd);
      value -= _bfd_get_gp_value (output_bfd);
 
 
      bfd_put_64 (input_bfd, value + addend, hit_data);
      bfd_put_64 (input_bfd, value + addend, hit_data);
      return bfd_reloc_ok;
      return bfd_reloc_ok;
 
 
    case R_PARISC_LTOFF64:
    case R_PARISC_LTOFF64:
        /* We want the value of the DLT offset for this symbol, not
        /* We want the value of the DLT offset for this symbol, not
           the symbol's actual address.  Note that __gp may not point
           the symbol's actual address.  Note that __gp may not point
           to the start of the DLT, so we have to compute the absolute
           to the start of the DLT, so we have to compute the absolute
           address, then subtract out the value of __gp.  */
           address, then subtract out the value of __gp.  */
      value = (dyn_h->dlt_offset
      value = (dyn_h->dlt_offset
               + hppa_info->dlt_sec->output_offset
               + hppa_info->dlt_sec->output_offset
               + hppa_info->dlt_sec->output_section->vma);
               + hppa_info->dlt_sec->output_section->vma);
      value -= _bfd_get_gp_value (output_bfd);
      value -= _bfd_get_gp_value (output_bfd);
 
 
      bfd_put_64 (input_bfd, value + addend, hit_data);
      bfd_put_64 (input_bfd, value + addend, hit_data);
      return bfd_reloc_ok;
      return bfd_reloc_ok;
 
 
    case R_PARISC_PCREL32:
    case R_PARISC_PCREL32:
      {
      {
        /* If this is a call to a function defined in another dynamic
        /* If this is a call to a function defined in another dynamic
           library, then redirect the call to the local stub for this
           library, then redirect the call to the local stub for this
           function.  */
           function.  */
        if (sym_sec == NULL || sym_sec->output_section == NULL)
        if (sym_sec == NULL || sym_sec->output_section == NULL)
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
                   + hppa_info->stub_sec->output_section->vma);
                   + hppa_info->stub_sec->output_section->vma);
 
 
        /* Turn VALUE into a proper PC relative address.  */
        /* Turn VALUE into a proper PC relative address.  */
        value -= (offset + input_section->output_offset
        value -= (offset + input_section->output_offset
                  + input_section->output_section->vma);
                  + input_section->output_section->vma);
 
 
        value += addend;
        value += addend;
        value -= 8;
        value -= 8;
        bfd_put_32 (input_bfd, value, hit_data);
        bfd_put_32 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    case R_PARISC_PCREL64:
    case R_PARISC_PCREL64:
      {
      {
        /* If this is a call to a function defined in another dynamic
        /* If this is a call to a function defined in another dynamic
           library, then redirect the call to the local stub for this
           library, then redirect the call to the local stub for this
           function.  */
           function.  */
        if (sym_sec == NULL || sym_sec->output_section == NULL)
        if (sym_sec == NULL || sym_sec->output_section == NULL)
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
          value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
                   + hppa_info->stub_sec->output_section->vma);
                   + hppa_info->stub_sec->output_section->vma);
 
 
        /* Turn VALUE into a proper PC relative address.  */
        /* Turn VALUE into a proper PC relative address.  */
        value -= (offset + input_section->output_offset
        value -= (offset + input_section->output_offset
                  + input_section->output_section->vma);
                  + input_section->output_section->vma);
 
 
        value += addend;
        value += addend;
        value -= 8;
        value -= 8;
        bfd_put_64 (input_bfd, value, hit_data);
        bfd_put_64 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    case R_PARISC_FPTR64:
    case R_PARISC_FPTR64:
      {
      {
        /* We may still need to create the FPTR itself if it was for
        /* We may still need to create the FPTR itself if it was for
           a local symbol.  */
           a local symbol.  */
        if (dyn_h->h == NULL)
        if (dyn_h->h == NULL)
          {
          {
            /* The first two words of an .opd entry are zero.  */
            /* The first two words of an .opd entry are zero.  */
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
            memset (hppa_info->opd_sec->contents + dyn_h->opd_offset, 0, 16);
 
 
            /* The next word is the address of the function.  */
            /* The next word is the address of the function.  */
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
            bfd_put_64 (hppa_info->opd_sec->owner, value + addend,
                        (hppa_info->opd_sec->contents
                        (hppa_info->opd_sec->contents
                         + dyn_h->opd_offset + 16));
                         + dyn_h->opd_offset + 16));
 
 
            /* The last word is our local __gp value.  */
            /* The last word is our local __gp value.  */
            value = _bfd_get_gp_value
            value = _bfd_get_gp_value
                      (hppa_info->opd_sec->output_section->owner);
                      (hppa_info->opd_sec->output_section->owner);
            bfd_put_64 (hppa_info->opd_sec->owner, value,
            bfd_put_64 (hppa_info->opd_sec->owner, value,
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
                        hppa_info->opd_sec->contents + dyn_h->opd_offset + 24);
          }
          }
 
 
        if (dyn_h->want_opd)
        if (dyn_h->want_opd)
          /* We want the value of the OPD offset for this symbol.  */
          /* We want the value of the OPD offset for this symbol.  */
          value = (dyn_h->opd_offset
          value = (dyn_h->opd_offset
                   + hppa_info->opd_sec->output_offset
                   + hppa_info->opd_sec->output_offset
                   + hppa_info->opd_sec->output_section->vma);
                   + hppa_info->opd_sec->output_section->vma);
        else
        else
          /* We want the address of the symbol.  */
          /* We want the address of the symbol.  */
          value += addend;
          value += addend;
 
 
        bfd_put_64 (input_bfd, value, hit_data);
        bfd_put_64 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    case R_PARISC_SECREL32:
    case R_PARISC_SECREL32:
      bfd_put_32 (input_bfd,
      bfd_put_32 (input_bfd,
                  value + addend - sym_sec->output_section->vma,
                  value + addend - sym_sec->output_section->vma,
                  hit_data);
                  hit_data);
      return bfd_reloc_ok;
      return bfd_reloc_ok;
 
 
    case R_PARISC_SEGREL32:
    case R_PARISC_SEGREL32:
    case R_PARISC_SEGREL64:
    case R_PARISC_SEGREL64:
      {
      {
        /* If this is the first SEGREL relocation, then initialize
        /* If this is the first SEGREL relocation, then initialize
           the segment base values.  */
           the segment base values.  */
        if (hppa_info->text_segment_base == (bfd_vma) -1)
        if (hppa_info->text_segment_base == (bfd_vma) -1)
          bfd_map_over_sections (output_bfd, elf_hppa_record_segment_addrs,
          bfd_map_over_sections (output_bfd, elf_hppa_record_segment_addrs,
                                 hppa_info);
                                 hppa_info);
 
 
        /* VALUE holds the absolute address.  We want to include the
        /* VALUE holds the absolute address.  We want to include the
           addend, then turn it into a segment relative address.
           addend, then turn it into a segment relative address.
 
 
           The segment is derived from SYM_SEC.  We assume that there are
           The segment is derived from SYM_SEC.  We assume that there are
           only two segments of note in the resulting executable/shlib.
           only two segments of note in the resulting executable/shlib.
           A readonly segment (.text) and a readwrite segment (.data).  */
           A readonly segment (.text) and a readwrite segment (.data).  */
        value += addend;
        value += addend;
 
 
        if (sym_sec->flags & SEC_CODE)
        if (sym_sec->flags & SEC_CODE)
          value -= hppa_info->text_segment_base;
          value -= hppa_info->text_segment_base;
        else
        else
          value -= hppa_info->data_segment_base;
          value -= hppa_info->data_segment_base;
 
 
        if (r_type == R_PARISC_SEGREL32)
        if (r_type == R_PARISC_SEGREL32)
          bfd_put_32 (input_bfd, value, hit_data);
          bfd_put_32 (input_bfd, value, hit_data);
        else
        else
          bfd_put_64 (input_bfd, value, hit_data);
          bfd_put_64 (input_bfd, value, hit_data);
        return bfd_reloc_ok;
        return bfd_reloc_ok;
      }
      }
 
 
    /* Something we don't know how to handle.  */
    /* Something we don't know how to handle.  */
    default:
    default:
      return bfd_reloc_notsupported;
      return bfd_reloc_notsupported;
    }
    }
 
 
  /* Update the instruction word.  */
  /* Update the instruction word.  */
  bfd_put_32 (input_bfd, (bfd_vma) insn, hit_data);
  bfd_put_32 (input_bfd, (bfd_vma) insn, hit_data);
  return bfd_reloc_ok;
  return bfd_reloc_ok;
}
}
 
 
/* Relocate an HPPA ELF section.  */
/* Relocate an HPPA ELF section.  */
 
 
static bfd_boolean
static bfd_boolean
elf_hppa_relocate_section (bfd *output_bfd,
elf_hppa_relocate_section (bfd *output_bfd,
                           struct bfd_link_info *info,
                           struct bfd_link_info *info,
                           bfd *input_bfd,
                           bfd *input_bfd,
                           asection *input_section,
                           asection *input_section,
                           bfd_byte *contents,
                           bfd_byte *contents,
                           Elf_Internal_Rela *relocs,
                           Elf_Internal_Rela *relocs,
                           Elf_Internal_Sym *local_syms,
                           Elf_Internal_Sym *local_syms,
                           asection **local_sections)
                           asection **local_sections)
{
{
  Elf_Internal_Shdr *symtab_hdr;
  Elf_Internal_Shdr *symtab_hdr;
  Elf_Internal_Rela *rel;
  Elf_Internal_Rela *rel;
  Elf_Internal_Rela *relend;
  Elf_Internal_Rela *relend;
  struct elf64_hppa_link_hash_table *hppa_info;
  struct elf64_hppa_link_hash_table *hppa_info;
 
 
  hppa_info = elf64_hppa_hash_table (info);
  hppa_info = elf64_hppa_hash_table (info);
  symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
  symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
 
 
  rel = relocs;
  rel = relocs;
  relend = relocs + input_section->reloc_count;
  relend = relocs + input_section->reloc_count;
  for (; rel < relend; rel++)
  for (; rel < relend; rel++)
    {
    {
      int r_type;
      int r_type;
      reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
      reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
      unsigned long r_symndx;
      unsigned long r_symndx;
      struct elf_link_hash_entry *h;
      struct elf_link_hash_entry *h;
      Elf_Internal_Sym *sym;
      Elf_Internal_Sym *sym;
      asection *sym_sec;
      asection *sym_sec;
      bfd_vma relocation;
      bfd_vma relocation;
      bfd_reloc_status_type r;
      bfd_reloc_status_type r;
      const char *dyn_name;
      const char *dyn_name;
      char *dynh_buf = NULL;
      char *dynh_buf = NULL;
      size_t dynh_buflen = 0;
      size_t dynh_buflen = 0;
      struct elf64_hppa_dyn_hash_entry *dyn_h = NULL;
      struct elf64_hppa_dyn_hash_entry *dyn_h = NULL;
 
 
      r_type = ELF_R_TYPE (rel->r_info);
      r_type = ELF_R_TYPE (rel->r_info);
      if (r_type < 0 || r_type >= (int) R_PARISC_UNIMPLEMENTED)
      if (r_type < 0 || r_type >= (int) R_PARISC_UNIMPLEMENTED)
        {
        {
          bfd_set_error (bfd_error_bad_value);
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
          return FALSE;
        }
        }
 
 
      /* This is a final link.  */
      /* This is a final link.  */
      r_symndx = ELF_R_SYM (rel->r_info);
      r_symndx = ELF_R_SYM (rel->r_info);
      h = NULL;
      h = NULL;
      sym = NULL;
      sym = NULL;
      sym_sec = NULL;
      sym_sec = NULL;
      if (r_symndx < symtab_hdr->sh_info)
      if (r_symndx < symtab_hdr->sh_info)
        {
        {
          /* This is a local symbol.  */
          /* This is a local symbol.  */
          sym = local_syms + r_symndx;
          sym = local_syms + r_symndx;
          sym_sec = local_sections[r_symndx];
          sym_sec = local_sections[r_symndx];
          relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sym_sec, rel);
          relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sym_sec, rel);
 
 
          /* If this symbol has an entry in the PA64 dynamic hash
          /* If this symbol has an entry in the PA64 dynamic hash
             table, then get it.  */
             table, then get it.  */
          dyn_name = get_dyn_name (input_bfd, h, rel,
          dyn_name = get_dyn_name (input_bfd, h, rel,
                                   &dynh_buf, &dynh_buflen);
                                   &dynh_buf, &dynh_buflen);
          dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
          dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
                                              dyn_name, FALSE, FALSE);
                                              dyn_name, FALSE, FALSE);
 
 
        }
        }
      else
      else
        {
        {
          /* This is not a local symbol.  */
          /* This is not a local symbol.  */
          long indx;
          long indx;
 
 
          relocation = 0;
          relocation = 0;
          indx = r_symndx - symtab_hdr->sh_info;
          indx = r_symndx - symtab_hdr->sh_info;
          h = elf_sym_hashes (input_bfd)[indx];
          h = elf_sym_hashes (input_bfd)[indx];
          while (h->root.type == bfd_link_hash_indirect
          while (h->root.type == bfd_link_hash_indirect
                 || h->root.type == bfd_link_hash_warning)
                 || h->root.type == bfd_link_hash_warning)
            h = (struct elf_link_hash_entry *) h->root.u.i.link;
            h = (struct elf_link_hash_entry *) h->root.u.i.link;
          if (h->root.type == bfd_link_hash_defined
          if (h->root.type == bfd_link_hash_defined
              || h->root.type == bfd_link_hash_defweak)
              || h->root.type == bfd_link_hash_defweak)
            {
            {
              sym_sec = h->root.u.def.section;
              sym_sec = h->root.u.def.section;
 
 
              /* If this symbol has an entry in the PA64 dynamic hash
              /* If this symbol has an entry in the PA64 dynamic hash
                 table, then get it.  */
                 table, then get it.  */
              dyn_name = get_dyn_name (input_bfd, h, rel,
              dyn_name = get_dyn_name (input_bfd, h, rel,
                                       &dynh_buf, &dynh_buflen);
                                       &dynh_buf, &dynh_buflen);
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
                                                  dyn_name, FALSE, FALSE);
                                                  dyn_name, FALSE, FALSE);
 
 
              /* If we have a relocation against a symbol defined in a
              /* If we have a relocation against a symbol defined in a
                 shared library and we have not created an entry in the
                 shared library and we have not created an entry in the
                 PA64 dynamic symbol hash table for it, then we lose.  */
                 PA64 dynamic symbol hash table for it, then we lose.  */
              if (!info->relocatable
              if (!info->relocatable
                  && sym_sec->output_section == NULL && dyn_h == NULL)
                  && sym_sec->output_section == NULL && dyn_h == NULL)
                {
                {
                  (*_bfd_error_handler)
                  (*_bfd_error_handler)
                    (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
                    (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
                     input_bfd,
                     input_bfd,
                     input_section,
                     input_section,
                     (long) rel->r_offset,
                     (long) rel->r_offset,
                     howto->name,
                     howto->name,
                     h->root.root.string);
                     h->root.root.string);
                }
                }
              else if (sym_sec->output_section)
              else if (sym_sec->output_section)
                relocation = (h->root.u.def.value
                relocation = (h->root.u.def.value
                              + sym_sec->output_offset
                              + sym_sec->output_offset
                              + sym_sec->output_section->vma);
                              + sym_sec->output_section->vma);
            }
            }
          else if (info->unresolved_syms_in_objects == RM_IGNORE
          else if (info->unresolved_syms_in_objects == RM_IGNORE
                   && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
                   && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
            {
            {
              /* If this symbol has an entry in the PA64 dynamic hash
              /* If this symbol has an entry in the PA64 dynamic hash
                 table, then get it.  */
                 table, then get it.  */
              dyn_name = get_dyn_name (input_bfd, h, rel,
              dyn_name = get_dyn_name (input_bfd, h, rel,
                                       &dynh_buf, &dynh_buflen);
                                       &dynh_buf, &dynh_buflen);
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
                                                  dyn_name, FALSE, FALSE);
                                                  dyn_name, FALSE, FALSE);
 
 
              if (!info->relocatable && dyn_h == NULL)
              if (!info->relocatable && dyn_h == NULL)
                {
                {
                  (*_bfd_error_handler)
                  (*_bfd_error_handler)
                    (_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
                    (_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
                     input_bfd, input_section, h->root.root.string);
                     input_bfd, input_section, h->root.root.string);
                }
                }
            }
            }
          else if (h->root.type == bfd_link_hash_undefweak)
          else if (h->root.type == bfd_link_hash_undefweak)
            {
            {
              dyn_name = get_dyn_name (input_bfd, h, rel,
              dyn_name = get_dyn_name (input_bfd, h, rel,
                                       &dynh_buf, &dynh_buflen);
                                       &dynh_buf, &dynh_buflen);
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
              dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
                                                  dyn_name, FALSE, FALSE);
                                                  dyn_name, FALSE, FALSE);
 
 
              if (!info->relocatable && dyn_h == NULL)
              if (!info->relocatable && dyn_h == NULL)
                {
                {
                  (*_bfd_error_handler)
                  (*_bfd_error_handler)
                    (_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
                    (_("%B(%A): warning: unresolvable relocation against symbol `%s'"),
                     input_bfd, input_section, h->root.root.string);
                     input_bfd, input_section, h->root.root.string);
                }
                }
            }
            }
          else if (!info->relocatable)
          else if (!info->relocatable)
            {
            {
              /* Ignore dynamic loader defined symbols.  */
              /* Ignore dynamic loader defined symbols.  */
              if (!elf_hppa_is_dynamic_loader_symbol (h->root.root.string))
              if (!elf_hppa_is_dynamic_loader_symbol (h->root.root.string))
                {
                {
                  if (!((*info->callbacks->undefined_symbol)
                  if (!((*info->callbacks->undefined_symbol)
                        (info, h->root.root.string, input_bfd,
                        (info, h->root.root.string, input_bfd,
                         input_section, rel->r_offset,
                         input_section, rel->r_offset,
                         (info->unresolved_syms_in_objects == RM_GENERATE_ERROR
                         (info->unresolved_syms_in_objects == RM_GENERATE_ERROR
                          || ELF_ST_VISIBILITY (h->other)))))
                          || ELF_ST_VISIBILITY (h->other)))))
                    return FALSE;
                    return FALSE;
                  break;
                  break;
                }
                }
            }
            }
        }
        }
 
 
      if (sym_sec != NULL && elf_discarded_section (sym_sec))
      if (sym_sec != NULL && elf_discarded_section (sym_sec))
        {
        {
          /* For relocs against symbols from removed linkonce sections,
          /* For relocs against symbols from removed linkonce sections,
             or sections discarded by a linker script, we just want the
             or sections discarded by a linker script, we just want the
             section contents zeroed.  Avoid any special processing.  */
             section contents zeroed.  Avoid any special processing.  */
          _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
          _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
          rel->r_info = 0;
          rel->r_info = 0;
          rel->r_addend = 0;
          rel->r_addend = 0;
          continue;
          continue;
        }
        }
 
 
      if (info->relocatable)
      if (info->relocatable)
        continue;
        continue;
 
 
      r = elf_hppa_final_link_relocate (rel, input_bfd, output_bfd,
      r = elf_hppa_final_link_relocate (rel, input_bfd, output_bfd,
                                        input_section, contents,
                                        input_section, contents,
                                        relocation, info, sym_sec,
                                        relocation, info, sym_sec,
                                        h, dyn_h);
                                        h, dyn_h);
 
 
      if (r != bfd_reloc_ok)
      if (r != bfd_reloc_ok)
        {
        {
          switch (r)
          switch (r)
            {
            {
            default:
            default:
              abort ();
              abort ();
            case bfd_reloc_overflow:
            case bfd_reloc_overflow:
              {
              {
                const char *sym_name;
                const char *sym_name;
 
 
                if (h != NULL)
                if (h != NULL)
                  sym_name = NULL;
                  sym_name = NULL;
                else
                else
                  {
                  {
                    sym_name = bfd_elf_string_from_elf_section (input_bfd,
                    sym_name = bfd_elf_string_from_elf_section (input_bfd,
                                                                symtab_hdr->sh_link,
                                                                symtab_hdr->sh_link,
                                                                sym->st_name);
                                                                sym->st_name);
                    if (sym_name == NULL)
                    if (sym_name == NULL)
                      return FALSE;
                      return FALSE;
                    if (*sym_name == '\0')
                    if (*sym_name == '\0')
                      sym_name = bfd_section_name (input_bfd, sym_sec);
                      sym_name = bfd_section_name (input_bfd, sym_sec);
                  }
                  }
 
 
                if (!((*info->callbacks->reloc_overflow)
                if (!((*info->callbacks->reloc_overflow)
                      (info, (h ? &h->root : NULL), sym_name,
                      (info, (h ? &h->root : NULL), sym_name,
                       howto->name, (bfd_vma) 0, input_bfd,
                       howto->name, (bfd_vma) 0, input_bfd,
                       input_section, rel->r_offset)))
                       input_section, rel->r_offset)))
                  return FALSE;
                  return FALSE;
              }
              }
              break;
              break;
            }
            }
        }
        }
    }
    }
  return TRUE;
  return TRUE;
}
}
 
 
#endif /* ARCH_SIZE == 64 */
#endif /* ARCH_SIZE == 64 */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.