home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / bfd / elf32-sparc.c < prev    next >
C/C++ Source or Header  |  1996-02-19  |  59KB  |  1,796 lines

  1. /* SPARC-specific support for 32-bit ELF
  2.    Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
  3.  
  4. This file is part of BFD, the Binary File Descriptor library.
  5.  
  6. This program is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2 of the License, or
  9. (at your option) any later version.
  10.  
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public License
  17. along with this program; if not, write to the Free Software
  18. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
  19.  
  20. #include "bfd.h"
  21. #include "sysdep.h"
  22. #include "bfdlink.h"
  23. #include "libbfd.h"
  24. #include "elf-bfd.h"
  25. #include "elf/sparc.h"
  26.  
  27. static reloc_howto_type *elf32_sparc_reloc_type_lookup
  28.   PARAMS ((bfd *, bfd_reloc_code_real_type));
  29. static void elf_info_to_howto
  30.   PARAMS ((bfd *, arelent *, Elf_Internal_Rela *));
  31. static boolean elf32_sparc_check_relocs
  32.   PARAMS ((bfd *, struct bfd_link_info *, asection *,
  33.        const Elf_Internal_Rela *));
  34. static boolean elf32_sparc_adjust_dynamic_symbol
  35.   PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *));
  36. static boolean elf32_sparc_adjust_dynindx
  37.   PARAMS ((struct elf_link_hash_entry *, PTR));
  38. static boolean elf32_sparc_size_dynamic_sections
  39.   PARAMS ((bfd *, struct bfd_link_info *));
  40. static boolean elf32_sparc_relocate_section
  41.   PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
  42.        Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
  43. static boolean elf32_sparc_finish_dynamic_symbol
  44.   PARAMS ((bfd *, struct bfd_link_info *, struct elf_link_hash_entry *,
  45.        Elf_Internal_Sym *));
  46. static boolean elf32_sparc_finish_dynamic_sections
  47.   PARAMS ((bfd *, struct bfd_link_info *));
  48. static boolean elf32_sparc_merge_private_bfd_data PARAMS ((bfd *, bfd *));
  49. static boolean elf32_sparc_object_p
  50.   PARAMS ((bfd *));
  51. static void elf32_sparc_final_write_processing
  52.   PARAMS ((bfd *, boolean));
  53.  
  54. /* The howto table and associated functions.
  55.    ??? elf64-sparc.c has its own copy for the moment to ease transition
  56.    since some of the relocation values have changed.  At some point we'll
  57.    want elf64-sparc.c to switch over and use this table.
  58.    ??? Do we want to recognize (or flag as errors) some of the 64 bit entries
  59.    if the target is elf32-sparc.
  60. */
  61.  
  62. static bfd_reloc_status_type sparc_elf_notsupported_reloc
  63.   PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
  64. static bfd_reloc_status_type sparc_elf_wdisp16_reloc
  65.   PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
  66.  
  67. reloc_howto_type _bfd_sparc_elf_howto_table[] = 
  68. {
  69.   HOWTO(R_SPARC_NONE,      0,0, 0,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_NONE",    false,0,0x00000000,true),
  70.   HOWTO(R_SPARC_8,         0,0, 8,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_8",       false,0,0x000000ff,true),
  71.   HOWTO(R_SPARC_16,        0,1,16,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_16",      false,0,0x0000ffff,true),
  72.   HOWTO(R_SPARC_32,        0,2,32,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_32",      false,0,0xffffffff,true),
  73.   HOWTO(R_SPARC_DISP8,     0,0, 8,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_DISP8",   false,0,0x000000ff,true),
  74.   HOWTO(R_SPARC_DISP16,    0,1,16,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_DISP16",  false,0,0x0000ffff,true),
  75.   HOWTO(R_SPARC_DISP32,    0,2,32,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_DISP32",  false,0,0x00ffffff,true),
  76.   HOWTO(R_SPARC_WDISP30,   2,2,30,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_WDISP30", false,0,0x3fffffff,true),
  77.   HOWTO(R_SPARC_WDISP22,   2,2,22,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_WDISP22", false,0,0x003fffff,true),
  78.   HOWTO(R_SPARC_HI22,     10,2,22,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_HI22",    false,0,0x003fffff,true),
  79.   HOWTO(R_SPARC_22,        0,2,22,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_22",      false,0,0x003fffff,true),
  80.   HOWTO(R_SPARC_13,        0,2,13,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_13",      false,0,0x00001fff,true),
  81.   HOWTO(R_SPARC_LO10,      0,2,10,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_LO10",    false,0,0x000003ff,true),
  82.   HOWTO(R_SPARC_GOT10,     0,2,10,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_GOT10",   false,0,0x000003ff,true),
  83.   HOWTO(R_SPARC_GOT13,     0,2,13,false,0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_GOT13",   false,0,0x00001fff,true),
  84.   HOWTO(R_SPARC_GOT22,    10,2,22,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_GOT22",   false,0,0x003fffff,true),
  85.   HOWTO(R_SPARC_PC10,      0,2,10,true, 0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_PC10",    false,0,0x000003ff,true),
  86.   HOWTO(R_SPARC_PC22,     10,2,22,true, 0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_PC22",    false,0,0x003fffff,true),
  87.   HOWTO(R_SPARC_WPLT30,    2,2,30,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_WPLT30",  false,0,0x3fffffff,true),
  88.   HOWTO(R_SPARC_COPY,      0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_COPY",    false,0,0x00000000,true),
  89.   HOWTO(R_SPARC_GLOB_DAT,  0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_GLOB_DAT",false,0,0x00000000,true),
  90.   HOWTO(R_SPARC_JMP_SLOT,  0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_JMP_SLOT",false,0,0x00000000,true),
  91.   HOWTO(R_SPARC_RELATIVE,  0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_RELATIVE",false,0,0x00000000,true),
  92.   HOWTO(R_SPARC_UA32,      0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_UA32",    false,0,0x00000000,true),
  93.   HOWTO(R_SPARC_PLT32,     0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_PLT32",    false,0,0x00000000,true),
  94.   HOWTO(R_SPARC_HIPLT22,   0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_HIPLT22",  false,0,0x00000000,true),
  95.   HOWTO(R_SPARC_LOPLT10,   0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_LOPLT10",  false,0,0x00000000,true),
  96.   HOWTO(R_SPARC_PCPLT32,   0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_PCPLT32",  false,0,0x00000000,true),
  97.   HOWTO(R_SPARC_PCPLT22,   0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_PCPLT22",  false,0,0x00000000,true),
  98.   HOWTO(R_SPARC_PCPLT10,   0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_PCPLT10",  false,0,0x00000000,true),
  99.   HOWTO(R_SPARC_10,        0,2,10,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_10",      false,0,0x000003ff,true),
  100.   HOWTO(R_SPARC_11,        0,2,11,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_11",      false,0,0x000007ff,true),
  101.   /* ??? If we need to handle R_SPARC_64 then we need (figuratively)
  102.      --enable-64-bit-bfd.  That causes objdump to print address as 64 bits
  103.      which we really don't want on an elf32-sparc system.  There may be other
  104.      consequences which we may not want (at least not until it's proven they're
  105.      necessary) so for now these are only enabled ifdef BFD64.  */
  106. #ifdef BFD64
  107.   HOWTO(R_SPARC_64,        0,4,00,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_64",      false,0,~ (bfd_vma) 0, true),
  108.   /* ??? These don't make sense except in 64 bit systems so they're disabled
  109.      ifndef BFD64 too (for now).  */
  110.   HOWTO(R_SPARC_OLO10,     0,2,10,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_OLO10",   false,0,0x000003ff,true),
  111.   HOWTO(R_SPARC_HH22,     42,2,22,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_HH22",    false,0,0x003fffff,true),
  112.   HOWTO(R_SPARC_HM10,     32,2,10,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_HM10",    false,0,0x000003ff,true),
  113.   HOWTO(R_SPARC_LM22,     10,2,22,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_LM22",    false,0,0x003fffff,true),
  114.   HOWTO(R_SPARC_PC_HH22,  42,2,22,true, 0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_HH22",    false,0,0x003fffff,true),
  115.   HOWTO(R_SPARC_PC_HM10,  32,2,10,true, 0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_HM10",    false,0,0x000003ff,true),
  116.   HOWTO(R_SPARC_PC_LM22,  10,2,22,true, 0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_LM22",    false,0,0x003fffff,true),
  117. #else
  118.   HOWTO(R_SPARC_64,      0,0,00,false,0,complain_overflow_dont,      sparc_elf_notsupported_reloc,  "R_SPARC_64",      false,0,0x00000000,true),
  119.   HOWTO(R_SPARC_OLO10,      0,0,00,false,0,complain_overflow_dont,   sparc_elf_notsupported_reloc,  "R_SPARC_OLO10",   false,0,0x00000000,true),
  120.   HOWTO(R_SPARC_HH22,      0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_HH22",    false,0,0x00000000,true),
  121.   HOWTO(R_SPARC_HM10,      0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_HM10",    false,0,0x00000000,true),
  122.   HOWTO(R_SPARC_LM22,      0,0,00,false,0,complain_overflow_dont,    sparc_elf_notsupported_reloc,  "R_SPARC_LM22",    false,0,0x00000000,true),
  123.   HOWTO(R_SPARC_PC_HH22,      0,0,00,false,0,complain_overflow_dont, sparc_elf_notsupported_reloc,  "R_SPARC_PC_HH22", false,0,0x00000000,true),
  124.   HOWTO(R_SPARC_PC_HM10,      0,0,00,false,0,complain_overflow_dont, sparc_elf_notsupported_reloc,  "R_SPARC_PC_HM10", false,0,0x00000000,true),
  125.   HOWTO(R_SPARC_PC_LM22,      0,0,00,false,0,complain_overflow_dont, sparc_elf_notsupported_reloc,  "R_SPARC_PC_LM22", false,0,0x00000000,true),
  126. #endif
  127.   HOWTO(R_SPARC_WDISP16,   2,2,16,true, 0,complain_overflow_signed,  sparc_elf_wdisp16_reloc,"R_SPARC_WDISP16", false,0,0x00000000,true),
  128.   HOWTO(R_SPARC_WDISP19,   2,2,22,true, 0,complain_overflow_signed,  bfd_elf_generic_reloc,  "R_SPARC_WDISP19", false,0,0x0007ffff,true),
  129.   HOWTO(R_SPARC_GLOB_JMP,  0,0,00,false,0,complain_overflow_dont,    bfd_elf_generic_reloc,  "R_SPARC_GLOB_DAT",false,0,0x00000000,true),
  130.   HOWTO(R_SPARC_7,         0,2, 7,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_7",       false,0,0x0000007f,true),
  131.   HOWTO(R_SPARC_5,         0,2, 5,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_5",       false,0,0x0000001f,true),
  132.   HOWTO(R_SPARC_6,         0,2, 6,false,0,complain_overflow_bitfield,bfd_elf_generic_reloc,  "R_SPARC_6",       false,0,0x0000003f,true),
  133. };
  134.  
  135. struct elf_reloc_map {
  136.   unsigned char bfd_reloc_val;
  137.   unsigned char elf_reloc_val;
  138. };
  139.  
  140. static CONST struct elf_reloc_map sparc_reloc_map[] =
  141. {
  142.   { BFD_RELOC_NONE, R_SPARC_NONE, },
  143.   { BFD_RELOC_16, R_SPARC_16, },
  144.   { BFD_RELOC_8, R_SPARC_8 },
  145.   { BFD_RELOC_8_PCREL, R_SPARC_DISP8 },
  146.   /* ??? This might cause us to need separate functions in elf{32,64}-sparc.c
  147.      (we could still have just one table), but is this reloc ever used?  */
  148.   { BFD_RELOC_CTOR, R_SPARC_32 }, /* @@ Assumes 32 bits.  */
  149.   { BFD_RELOC_32, R_SPARC_32 },
  150.   { BFD_RELOC_32_PCREL, R_SPARC_DISP32 },
  151.   { BFD_RELOC_HI22, R_SPARC_HI22 },
  152.   { BFD_RELOC_LO10, R_SPARC_LO10, },
  153.   { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
  154.   { BFD_RELOC_SPARC22, R_SPARC_22 },
  155.   { BFD_RELOC_SPARC13, R_SPARC_13 },
  156.   { BFD_RELOC_SPARC_GOT10, R_SPARC_GOT10 },
  157.   { BFD_RELOC_SPARC_GOT13, R_SPARC_GOT13 },
  158.   { BFD_RELOC_SPARC_GOT22, R_SPARC_GOT22 },
  159.   { BFD_RELOC_SPARC_PC10, R_SPARC_PC10 },
  160.   { BFD_RELOC_SPARC_PC22, R_SPARC_PC22 },
  161.   { BFD_RELOC_SPARC_WPLT30, R_SPARC_WPLT30 },
  162.   { BFD_RELOC_SPARC_COPY, R_SPARC_COPY },
  163.   { BFD_RELOC_SPARC_GLOB_DAT, R_SPARC_GLOB_DAT },
  164.   { BFD_RELOC_SPARC_JMP_SLOT, R_SPARC_JMP_SLOT },
  165.   { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
  166.   { BFD_RELOC_SPARC_WDISP22, R_SPARC_WDISP22 },
  167.   /* ??? Doesn't dwarf use this?  */
  168. /*{ BFD_RELOC_SPARC_UA32, R_SPARC_UA32 }, not used?? */
  169.   {BFD_RELOC_SPARC_10, R_SPARC_10},
  170.   {BFD_RELOC_SPARC_11, R_SPARC_11},
  171.   {BFD_RELOC_SPARC_64, R_SPARC_64},
  172.   {BFD_RELOC_SPARC_OLO10, R_SPARC_OLO10},
  173.   {BFD_RELOC_SPARC_HH22, R_SPARC_HH22},
  174.   {BFD_RELOC_SPARC_HM10, R_SPARC_HM10},
  175.   {BFD_RELOC_SPARC_LM22, R_SPARC_LM22},
  176.   {BFD_RELOC_SPARC_PC_HH22, R_SPARC_PC_HH22},
  177.   {BFD_RELOC_SPARC_PC_HM10, R_SPARC_PC_HM10},
  178.   {BFD_RELOC_SPARC_PC_LM22, R_SPARC_PC_LM22},
  179.   {BFD_RELOC_SPARC_WDISP16, R_SPARC_WDISP16},
  180.   {BFD_RELOC_SPARC_WDISP19, R_SPARC_WDISP19},
  181.   {BFD_RELOC_SPARC_GLOB_JMP, R_SPARC_GLOB_JMP},
  182.   {BFD_RELOC_SPARC_7, R_SPARC_7},
  183.   {BFD_RELOC_SPARC_5, R_SPARC_5},
  184.   {BFD_RELOC_SPARC_6, R_SPARC_6},
  185. };
  186.  
  187. static reloc_howto_type *
  188. elf32_sparc_reloc_type_lookup (abfd, code)
  189.      bfd *abfd;
  190.      bfd_reloc_code_real_type code;
  191. {
  192.   unsigned int i;
  193.   for (i = 0; i < sizeof (sparc_reloc_map) / sizeof (struct elf_reloc_map); i++)
  194.     {
  195.       if (sparc_reloc_map[i].bfd_reloc_val == code)
  196.     return &_bfd_sparc_elf_howto_table[(int) sparc_reloc_map[i].elf_reloc_val];
  197.     }
  198.   return 0;
  199. }
  200.  
  201. /* We need to use ELF32_R_TYPE so we have our own copy of this function,
  202.    and elf64-sparc.c has its own copy.  */
  203.  
  204. static void
  205. elf_info_to_howto (abfd, cache_ptr, dst)
  206.      bfd *abfd;
  207.      arelent *cache_ptr;
  208.      Elf_Internal_Rela *dst;
  209. {
  210.   BFD_ASSERT (ELF32_R_TYPE(dst->r_info) < (unsigned int) R_SPARC_max);
  211.   cache_ptr->howto = &_bfd_sparc_elf_howto_table[ELF32_R_TYPE(dst->r_info)];
  212. }
  213.  
  214. /* For unsupported relocs.  */
  215.  
  216. static bfd_reloc_status_type
  217. sparc_elf_notsupported_reloc (abfd,
  218.                  reloc_entry,
  219.                  symbol,
  220.                  data,
  221.                  input_section,
  222.                  output_bfd,
  223.                  error_message)
  224.      bfd *abfd;
  225.      arelent *reloc_entry;
  226.      asymbol *symbol;
  227.      PTR data;
  228.      asection *input_section;
  229.      bfd *output_bfd;
  230.      char **error_message;
  231. {
  232.   return bfd_reloc_notsupported;
  233. }
  234.  
  235. /* Handle the WDISP16 reloc.  */
  236.  
  237. static bfd_reloc_status_type
  238. sparc_elf_wdisp16_reloc (abfd,
  239.              reloc_entry,
  240.              symbol,
  241.              data,
  242.              input_section,
  243.              output_bfd,
  244.              error_message)
  245.      bfd *abfd;
  246.      arelent *reloc_entry;
  247.      asymbol *symbol;
  248.      PTR data;
  249.      asection *input_section;
  250.      bfd *output_bfd;
  251.      char **error_message;
  252. {
  253.   bfd_vma relocation;
  254.   bfd_vma x;
  255.  
  256.   if (output_bfd != (bfd *) NULL
  257.       && (symbol->flags & BSF_SECTION_SYM) == 0
  258.       && (! reloc_entry->howto->partial_inplace
  259.       || reloc_entry->addend == 0))
  260.     {
  261.       reloc_entry->address += input_section->output_offset;
  262.       return bfd_reloc_ok;
  263.     }
  264.  
  265.   if (output_bfd != NULL)
  266.     return bfd_reloc_continue;
  267.  
  268.   if (reloc_entry->address > input_section->_cooked_size)
  269.     return bfd_reloc_outofrange;
  270.  
  271.   relocation = (symbol->value
  272.         + symbol->section->output_section->vma
  273.         + symbol->section->output_offset);
  274.   relocation += reloc_entry->addend;
  275.   relocation -=    (input_section->output_section->vma
  276.          + input_section->output_offset);
  277.   relocation -= reloc_entry->address;
  278.  
  279.   x = bfd_get_32 (abfd, (char *) data + reloc_entry->address);
  280.   x |= ((((relocation >> 2) & 0xc000) << 6)
  281.     | ((relocation >> 2) & 0x3fff));
  282.   bfd_put_32 (abfd, x, (char *) data + reloc_entry->address);
  283.  
  284.   if ((bfd_signed_vma) relocation < - 0x40000
  285.       || (bfd_signed_vma) relocation > 0x3ffff)
  286.     return bfd_reloc_overflow;
  287.   else
  288.     return bfd_reloc_ok;
  289. }
  290.  
  291. /* Functions for the SPARC ELF linker.  */
  292.  
  293. /* The name of the dynamic interpreter.  This is put in the .interp
  294.    section.  */
  295.  
  296. #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
  297.  
  298. /* The nop opcode we use.  */
  299.  
  300. #define SPARC_NOP 0x01000000
  301.  
  302. /* The size in bytes of an entry in the procedure linkage table.  */
  303.  
  304. #define PLT_ENTRY_SIZE 12
  305.  
  306. /* The first four entries in a procedure linkage table are reserved,
  307.    and the initial contents are unimportant (we zero them out).
  308.    Subsequent entries look like this.  See the SVR4 ABI SPARC
  309.    supplement to see how this works.  */
  310.  
  311. /* sethi %hi(.-.plt0),%g1.  We fill in the address later.  */
  312. #define PLT_ENTRY_WORD0 0x03000000
  313. /* b,a .plt0.  We fill in the offset later.  */
  314. #define PLT_ENTRY_WORD1 0x30800000
  315. /* nop.  */
  316. #define PLT_ENTRY_WORD2 SPARC_NOP
  317.  
  318. /* Look through the relocs for a section during the first phase, and
  319.    allocate space in the global offset table or procedure linkage
  320.    table.  */
  321.  
  322. static boolean
  323. elf32_sparc_check_relocs (abfd, info, sec, relocs)
  324.      bfd *abfd;
  325.      struct bfd_link_info *info;
  326.      asection *sec;
  327.      const Elf_Internal_Rela *relocs;
  328. {
  329.   bfd *dynobj;
  330.   Elf_Internal_Shdr *symtab_hdr;
  331.   struct elf_link_hash_entry **sym_hashes;
  332.   bfd_vma *local_got_offsets;
  333.   const Elf_Internal_Rela *rel;
  334.   const Elf_Internal_Rela *rel_end;
  335.   asection *sgot;
  336.   asection *srelgot;
  337.   asection *sreloc;
  338.  
  339.   if (info->relocateable)
  340.     return true;
  341.  
  342.   dynobj = elf_hash_table (info)->dynobj;
  343.   symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
  344.   sym_hashes = elf_sym_hashes (abfd);
  345.   local_got_offsets = elf_local_got_offsets (abfd);
  346.  
  347.   sgot = NULL;
  348.   srelgot = NULL;
  349.   sreloc = NULL;
  350.  
  351.   rel_end = relocs + sec->reloc_count;
  352.   for (rel = relocs; rel < rel_end; rel++)
  353.     {
  354.       unsigned long r_symndx;
  355.       struct elf_link_hash_entry *h;
  356.  
  357.       r_symndx = ELF32_R_SYM (rel->r_info);
  358.       if (r_symndx < symtab_hdr->sh_info)
  359.     h = NULL;
  360.       else
  361.     h = sym_hashes[r_symndx - symtab_hdr->sh_info];
  362.  
  363.       switch (ELF32_R_TYPE (rel->r_info))
  364.     {
  365.     case R_SPARC_GOT10:
  366.     case R_SPARC_GOT13:
  367.     case R_SPARC_GOT22:
  368.       /* This symbol requires a global offset table entry.  */
  369.  
  370.       if (dynobj == NULL)
  371.         {
  372.           /* Create the .got section.  */
  373.           elf_hash_table (info)->dynobj = dynobj = abfd;
  374.           if (! _bfd_elf_create_got_section (dynobj, info))
  375.         return false;
  376.         }
  377.  
  378.       if (sgot == NULL)
  379.         {
  380.           sgot = bfd_get_section_by_name (dynobj, ".got");
  381.           BFD_ASSERT (sgot != NULL);
  382.         }
  383.  
  384.       if (srelgot == NULL
  385.           && (h != NULL || info->shared))
  386.         {
  387.           srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
  388.           if (srelgot == NULL)
  389.         {
  390.           srelgot = bfd_make_section (dynobj, ".rela.got");
  391.           if (srelgot == NULL
  392.               || ! bfd_set_section_flags (dynobj, srelgot,
  393.                           (SEC_ALLOC
  394.                            | SEC_LOAD
  395.                            | SEC_HAS_CONTENTS
  396.                            | SEC_IN_MEMORY
  397.                            | SEC_READONLY))
  398.               || ! bfd_set_section_alignment (dynobj, srelgot, 2))
  399.             return false;
  400.         }
  401.         }
  402.  
  403.       if (h != NULL)
  404.         {
  405.           if (h->got_offset != (bfd_vma) -1)
  406.         {
  407.           /* We have already allocated space in the .got.  */
  408.           break;
  409.         }
  410.           h->got_offset = sgot->_raw_size;
  411.  
  412.           /* Make sure this symbol is output as a dynamic symbol.  */
  413.           if (h->dynindx == -1)
  414.         {
  415.           if (! bfd_elf32_link_record_dynamic_symbol (info, h))
  416.             return false;
  417.         }
  418.  
  419.           srelgot->_raw_size += sizeof (Elf32_External_Rela);
  420.         }
  421.       else
  422.         {
  423.           /* This is a global offset table entry for a local
  424.                  symbol.  */
  425.           if (local_got_offsets == NULL)
  426.         {
  427.           size_t size;
  428.           register unsigned int i;
  429.  
  430.           size = symtab_hdr->sh_info * sizeof (bfd_vma);
  431.           local_got_offsets = (bfd_vma *) bfd_alloc (abfd, size);
  432.           if (local_got_offsets == NULL)
  433.             return false;
  434.           elf_local_got_offsets (abfd) = local_got_offsets;
  435.           for (i = 0; i < symtab_hdr->sh_info; i++)
  436.             local_got_offsets[i] = (bfd_vma) -1;
  437.         }
  438.           if (local_got_offsets[r_symndx] != (bfd_vma) -1)
  439.         {
  440.           /* We have already allocated space in the .got.  */
  441.           break;
  442.         }
  443.           local_got_offsets[r_symndx] = sgot->_raw_size;
  444.  
  445.           if (info->shared)
  446.         {
  447.           /* If we are generating a shared object, we need to
  448.                      output a R_SPARC_RELATIVE reloc so that the
  449.                      dynamic linker can adjust this GOT entry.  */
  450.           srelgot->_raw_size += sizeof (Elf32_External_Rela);
  451.         }
  452.         }
  453.  
  454.       sgot->_raw_size += 4;
  455.  
  456.       break;
  457.  
  458.     case R_SPARC_WPLT30:
  459.       /* This symbol requires a procedure linkage table entry.  We
  460.              actually build the entry in adjust_dynamic_symbol,
  461.              because this might be a case of linking PIC code without
  462.              linking in any dynamic objects, in which case we don't
  463.              need to generate a procedure linkage table after all.  */
  464.  
  465.       if (h == NULL)
  466.         {
  467.           /* It does not make sense to have a procedure linkage
  468.                  table entry for a local symbol.  */
  469.           bfd_set_error (bfd_error_bad_value);
  470.           return false;
  471.         }
  472.  
  473.       /* Make sure this symbol is output as a dynamic symbol.  */
  474.       if (h->dynindx == -1)
  475.         {
  476.           if (! bfd_elf32_link_record_dynamic_symbol (info, h))
  477.         return false;
  478.         }
  479.  
  480.       h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
  481.  
  482.       break;
  483.  
  484.     case R_SPARC_PC10:
  485.     case R_SPARC_PC22:
  486.       if (h != NULL
  487.           && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
  488.         break;
  489.       /* Fall through.  */
  490.     case R_SPARC_DISP8:
  491.     case R_SPARC_DISP16:
  492.     case R_SPARC_DISP32:
  493.     case R_SPARC_WDISP30:
  494.     case R_SPARC_WDISP22:
  495.     case R_SPARC_WDISP19:
  496.     case R_SPARC_WDISP16:
  497.       if (h == NULL)
  498.         break;
  499.       /* Fall through.  */
  500.     case R_SPARC_8:
  501.     case R_SPARC_16:
  502.     case R_SPARC_32:
  503.     case R_SPARC_HI22:
  504.     case R_SPARC_22:
  505.     case R_SPARC_13:
  506.     case R_SPARC_LO10:
  507.     case R_SPARC_UA32:
  508.       if (info->shared
  509.           && (sec->flags & SEC_ALLOC) != 0)
  510.         {
  511.           /* When creating a shared object, we must copy these
  512.                  relocs into the output file.  We create a reloc
  513.                  section in dynobj and make room for the reloc.  */
  514.           if (sreloc == NULL)
  515.         {
  516.           const char *name;
  517.  
  518.           name = (bfd_elf_string_from_elf_section
  519.               (abfd,
  520.                elf_elfheader (abfd)->e_shstrndx,
  521.                elf_section_data (sec)->rel_hdr.sh_name));
  522.           if (name == NULL)
  523.             return false;
  524.  
  525.           BFD_ASSERT (strncmp (name, ".rela", 5) == 0
  526.                   && strcmp (bfd_get_section_name (abfd, sec),
  527.                      name + 5) == 0);
  528.  
  529.           sreloc = bfd_get_section_by_name (dynobj, name);
  530.           if (sreloc == NULL)
  531.             {
  532.               sreloc = bfd_make_section (dynobj, name);
  533.               if (sreloc == NULL
  534.               || ! bfd_set_section_flags (dynobj, sreloc,
  535.                               (SEC_ALLOC
  536.                                | SEC_LOAD
  537.                                | SEC_HAS_CONTENTS
  538.                                | SEC_IN_MEMORY
  539.                                | SEC_READONLY))
  540.               || ! bfd_set_section_alignment (dynobj, sreloc, 2))
  541.             return false;
  542.             }
  543.         }
  544.  
  545.           sreloc->_raw_size += sizeof (Elf32_External_Rela);
  546.         }
  547.  
  548.       break;
  549.  
  550.     default:
  551.       break;
  552.     }
  553.     }
  554.  
  555.   return true;
  556. }
  557.  
  558. /* Adjust a symbol defined by a dynamic object and referenced by a
  559.    regular object.  The current definition is in some section of the
  560.    dynamic object, but we're not including those sections.  We have to
  561.    change the definition to something the rest of the link can
  562.    understand.  */
  563.  
  564. static boolean
  565. elf32_sparc_adjust_dynamic_symbol (info, h)
  566.      struct bfd_link_info *info;
  567.      struct elf_link_hash_entry *h;
  568. {
  569.   bfd *dynobj;
  570.   asection *s;
  571.   unsigned int power_of_two;
  572.  
  573.   dynobj = elf_hash_table (info)->dynobj;
  574.  
  575.   /* Make sure we know what is going on here.  */
  576.   BFD_ASSERT (dynobj != NULL
  577.           && ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT)
  578.           || h->weakdef != NULL
  579.           || ((h->elf_link_hash_flags
  580.                & ELF_LINK_HASH_DEF_DYNAMIC) != 0
  581.               && (h->elf_link_hash_flags
  582.               & ELF_LINK_HASH_REF_REGULAR) != 0
  583.               && (h->elf_link_hash_flags
  584.               & ELF_LINK_HASH_DEF_REGULAR) == 0)));
  585.  
  586.   /* If this is a function, put it in the procedure linkage table.  We
  587.      will fill in the contents of the procedure linkage table later
  588.      (although we could actually do it here).  */
  589.   if (h->type == STT_FUNC
  590.       || (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
  591.     {
  592.       if (! elf_hash_table (info)->dynamic_sections_created)
  593.     {
  594.       /* This case can occur if we saw a WPLT30 reloc in an input
  595.              file, but none of the input files were dynamic objects.
  596.              In such a case, we don't actually need to build a
  597.              procedure linkage table, and we can just do a WDISP30
  598.              reloc instead.  */
  599.       BFD_ASSERT ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0);
  600.       return true;
  601.     }
  602.  
  603.       s = bfd_get_section_by_name (dynobj, ".plt");
  604.       BFD_ASSERT (s != NULL);
  605.  
  606.       /* The first four entries in .plt are reserved.  */
  607.       if (s->_raw_size == 0)
  608.     s->_raw_size = 4 * PLT_ENTRY_SIZE;
  609.  
  610.       /* The procedure linkage table has a maximum size.  */
  611.       if (s->_raw_size >= 0x400000)
  612.     {
  613.       bfd_set_error (bfd_error_bad_value);
  614.       return false;
  615.     }
  616.  
  617.       /* If this symbol is not defined in a regular file, and we are
  618.      not generating a shared library, then set the symbol to this
  619.      location in the .plt.  This is required to make function
  620.      pointers compare as equal between the normal executable and
  621.      the shared library.  */
  622.       if (! info->shared
  623.       && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
  624.     {
  625.       h->root.u.def.section = s;
  626.       h->root.u.def.value = s->_raw_size;
  627.     }
  628.  
  629.       h->plt_offset = s->_raw_size;
  630.  
  631.       /* Make room for this entry.  */
  632.       s->_raw_size += PLT_ENTRY_SIZE;
  633.  
  634.       /* We also need to make an entry in the .rela.plt section.  */
  635.  
  636.       s = bfd_get_section_by_name (dynobj, ".rela.plt");
  637.       BFD_ASSERT (s != NULL);
  638.       s->_raw_size += sizeof (Elf32_External_Rela);
  639.  
  640.       return true;
  641.     }
  642.  
  643.   /* If this is a weak symbol, and there is a real definition, the
  644.      processor independent code will have arranged for us to see the
  645.      real definition first, and we can just use the same value.  */
  646.   if (h->weakdef != NULL)
  647.     {
  648.       BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
  649.           || h->weakdef->root.type == bfd_link_hash_defweak);
  650.       h->root.u.def.section = h->weakdef->root.u.def.section;
  651.       h->root.u.def.value = h->weakdef->root.u.def.value;
  652.       return true;
  653.     }
  654.  
  655.   /* This is a reference to a symbol defined by a dynamic object which
  656.      is not a function.  */
  657.  
  658.   /* If we are creating a shared library, we must presume that the
  659.      only references to the symbol are via the global offset table.
  660.      For such cases we need not do anything here; the relocations will
  661.      be handled correctly by relocate_section.  */
  662.   if (info->shared)
  663.     return true;
  664.  
  665.   /* We must allocate the symbol in our .dynbss section, which will
  666.      become part of the .bss section of the executable.  There will be
  667.      an entry for this symbol in the .dynsym section.  The dynamic
  668.      object will contain position independent code, so all references
  669.      from the dynamic object to this symbol will go through the global
  670.      offset table.  The dynamic linker will use the .dynsym entry to
  671.      determine the address it must put in the global offset table, so
  672.      both the dynamic object and the regular object will refer to the
  673.      same memory location for the variable.  */
  674.  
  675.   s = bfd_get_section_by_name (dynobj, ".dynbss");
  676.   BFD_ASSERT (s != NULL);
  677.  
  678.   /* If the symbol is currently defined in the .bss section of the
  679.      dynamic object, then it is OK to simply initialize it to zero.
  680.      If the symbol is in some other section, we must generate a
  681.      R_SPARC_COPY reloc to tell the dynamic linker to copy the initial
  682.      value out of the dynamic object and into the runtime process
  683.      image.  We need to remember the offset into the .rel.bss section
  684.      we are going to use.  */
  685.   if ((h->root.u.def.section->flags & SEC_LOAD) != 0)
  686.     {
  687.       asection *srel;
  688.  
  689.       srel = bfd_get_section_by_name (dynobj, ".rela.bss");
  690.       BFD_ASSERT (srel != NULL);
  691.       srel->_raw_size += sizeof (Elf32_External_Rela);
  692.       h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_COPY;
  693.     }
  694.  
  695.   /* We need to figure out the alignment required for this symbol.  I
  696.      have no idea how ELF linkers handle this.  */
  697.   power_of_two = bfd_log2 (h->size);
  698.   if (power_of_two > 3)
  699.     power_of_two = 3;
  700.  
  701.   /* Apply the required alignment.  */
  702.   s->_raw_size = BFD_ALIGN (s->_raw_size,
  703.                 (bfd_size_type) (1 << power_of_two));
  704.   if (power_of_two > bfd_get_section_alignment (dynobj, s))
  705.     {
  706.       if (! bfd_set_section_alignment (dynobj, s, power_of_two))
  707.     return false;
  708.     }
  709.  
  710.   /* Define the symbol as being at this point in the section.  */
  711.   h->root.u.def.section = s;
  712.   h->root.u.def.value = s->_raw_size;
  713.  
  714.   /* Increment the section size to make room for the symbol.  */
  715.   s->_raw_size += h->size;
  716.  
  717.   return true;
  718. }
  719.  
  720. /* Set the sizes of the dynamic sections.  */
  721.  
  722. static boolean
  723. elf32_sparc_size_dynamic_sections (output_bfd, info)
  724.      bfd *output_bfd;
  725.      struct bfd_link_info *info;
  726. {
  727.   bfd *dynobj;
  728.   asection *s;
  729.   boolean reltext;
  730.   boolean relplt;
  731.  
  732.   dynobj = elf_hash_table (info)->dynobj;
  733.   BFD_ASSERT (dynobj != NULL);
  734.  
  735.   if (elf_hash_table (info)->dynamic_sections_created)
  736.     {
  737.       /* Set the contents of the .interp section to the interpreter.  */
  738.       if (! info->shared)
  739.     {
  740.       s = bfd_get_section_by_name (dynobj, ".interp");
  741.       BFD_ASSERT (s != NULL);
  742.       s->_raw_size = sizeof ELF_DYNAMIC_INTERPRETER;
  743.       s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
  744.     }
  745.  
  746.       /* Make space for the trailing nop in .plt.  */
  747.       s = bfd_get_section_by_name (dynobj, ".plt");
  748.       BFD_ASSERT (s != NULL);
  749.       if (s->_raw_size > 0)
  750.     s->_raw_size += 4;
  751.     }
  752.   else
  753.     {
  754.       /* We may have created entries in the .rela.got section.
  755.          However, if we are not creating the dynamic sections, we will
  756.          not actually use these entries.  Reset the size of .rela.got,
  757.          which will cause it to get stripped from the output file
  758.          below.  */
  759.       s = bfd_get_section_by_name (dynobj, ".rela.got");
  760.       if (s != NULL)
  761.     s->_raw_size = 0;
  762.     }
  763.  
  764.   /* The check_relocs and adjust_dynamic_symbol entry points have
  765.      determined the sizes of the various dynamic sections.  Allocate
  766.      memory for them.  */
  767.   reltext = false;
  768.   relplt = false;
  769.   for (s = dynobj->sections; s != NULL; s = s->next)
  770.     {
  771.       const char *name;
  772.       boolean strip;
  773.  
  774.       if ((s->flags & SEC_IN_MEMORY) == 0)
  775.     continue;
  776.  
  777.       /* It's OK to base decisions on the section name, because none
  778.      of the dynobj section names depend upon the input files.  */
  779.       name = bfd_get_section_name (dynobj, s);
  780.  
  781.       strip = false;
  782.  
  783.       if (strncmp (name, ".rela", 5) == 0)
  784.     {
  785.       if (s->_raw_size == 0)
  786.         {
  787.           /* If we don't need this section, strip it from the
  788.          output file.  This is to handle .rela.bss and
  789.          .rel.plt.  We must create it in
  790.          create_dynamic_sections, because it must be created
  791.          before the linker maps input sections to output
  792.          sections.  The linker does that before
  793.          adjust_dynamic_symbol is called, and it is that
  794.          function which decides whether anything needs to go
  795.          into these sections.  */
  796.           strip = true;
  797.         }
  798.       else
  799.         {
  800.           asection *target;
  801.  
  802.           /* If this relocation section applies to a read only
  803.          section, then we probably need a DT_TEXTREL entry.  */
  804.           target = bfd_get_section_by_name (output_bfd, name + 5);
  805.           if (target != NULL
  806.           && (target->flags & SEC_READONLY) != 0)
  807.         reltext = true;
  808.  
  809.           if (strcmp (name, ".rela.plt") == 0)
  810.         relplt = true;
  811.  
  812.           /* We use the reloc_count field as a counter if we need
  813.          to copy relocs into the output file.  */
  814.           s->reloc_count = 0;
  815.         }
  816.     }
  817.       else if (strcmp (name, ".plt") != 0
  818.            && strcmp (name, ".got") != 0)
  819.     {
  820.       /* It's not one of our sections, so don't allocate space.  */
  821.       continue;
  822.     }
  823.  
  824.       if (strip)
  825.     {
  826.       asection **spp;
  827.  
  828.       for (spp = &s->output_section->owner->sections;
  829.            *spp != s->output_section;
  830.            spp = &(*spp)->next)
  831.         ;
  832.       *spp = s->output_section->next;
  833.       --s->output_section->owner->section_count;
  834.  
  835.       continue;
  836.     }
  837.  
  838.       /* Allocate memory for the section contents.  */
  839.       s->contents = (bfd_byte *) bfd_alloc (dynobj, s->_raw_size);
  840.       if (s->contents == NULL && s->_raw_size != 0)
  841.     return false;
  842.     }
  843.  
  844.   if (elf_hash_table (info)->dynamic_sections_created)
  845.     {
  846.       /* Add some entries to the .dynamic section.  We fill in the
  847.      values later, in elf32_sparc_finish_dynamic_sections, but we
  848.      must add the entries now so that we get the correct size for
  849.      the .dynamic section.  The DT_DEBUG entry is filled in by the
  850.      dynamic linker and used by the debugger.  */
  851.       if (! info->shared)
  852.     {
  853.       if (! bfd_elf32_add_dynamic_entry (info, DT_DEBUG, 0))
  854.         return false;
  855.     }
  856.  
  857.       if (! bfd_elf32_add_dynamic_entry (info, DT_PLTGOT, 0))
  858.     return false;
  859.  
  860.       if (relplt)
  861.     {
  862.       if (! bfd_elf32_add_dynamic_entry (info, DT_PLTRELSZ, 0)
  863.           || ! bfd_elf32_add_dynamic_entry (info, DT_PLTREL, DT_RELA)
  864.           || ! bfd_elf32_add_dynamic_entry (info, DT_JMPREL, 0))
  865.         return false;
  866.     }
  867.  
  868.       if (! bfd_elf32_add_dynamic_entry (info, DT_RELA, 0)
  869.       || ! bfd_elf32_add_dynamic_entry (info, DT_RELASZ, 0)
  870.       || ! bfd_elf32_add_dynamic_entry (info, DT_RELAENT,
  871.                         sizeof (Elf32_External_Rela)))
  872.     return false;
  873.  
  874.       if (reltext)
  875.     {
  876.       if (! bfd_elf32_add_dynamic_entry (info, DT_TEXTREL, 0))
  877.         return false;
  878.     }
  879.     }
  880.  
  881.   /* If we are generating a shared library, we generate a section
  882.      symbol for each output section.  These are local symbols, which
  883.      means that they must come first in the dynamic symbol table.
  884.      That means we must increment the dynamic symbol index of every
  885.      other dynamic symbol.  */
  886.   if (info->shared)
  887.     {
  888.       int c, i;
  889.  
  890.       c = bfd_count_sections (output_bfd);
  891.       elf_link_hash_traverse (elf_hash_table (info),
  892.                   elf32_sparc_adjust_dynindx,
  893.                   (PTR) &c);
  894.       elf_hash_table (info)->dynsymcount += c;
  895.  
  896.       for (i = 1, s = output_bfd->sections; s != NULL; s = s->next, i++)
  897.     {
  898.       elf_section_data (s)->dynindx = i;
  899.       /* These symbols will have no names, so we don't need to
  900.              fiddle with dynstr_index.  */
  901.     }
  902.     }
  903.  
  904.   return true;
  905. }
  906.  
  907. /* Increment the index of a dynamic symbol by a given amount.  Called
  908.    via elf_link_hash_traverse.  */
  909.  
  910. static boolean
  911. elf32_sparc_adjust_dynindx (h, cparg)
  912.      struct elf_link_hash_entry *h;
  913.      PTR cparg;
  914. {
  915.   int *cp = (int *) cparg;
  916.  
  917.   if (h->dynindx != -1)
  918.     h->dynindx += *cp;
  919.   return true;
  920. }
  921.  
  922. /* Relocate a SPARC ELF section.  */
  923.  
  924. static boolean
  925. elf32_sparc_relocate_section (output_bfd, info, input_bfd, input_section,
  926.                   contents, relocs, local_syms, local_sections)
  927.      bfd *output_bfd;
  928.      struct bfd_link_info *info;
  929.      bfd *input_bfd;
  930.      asection *input_section;
  931.      bfd_byte *contents;
  932.      Elf_Internal_Rela *relocs;
  933.      Elf_Internal_Sym *local_syms;
  934.      asection **local_sections;
  935. {
  936.   bfd *dynobj;
  937.   Elf_Internal_Shdr *symtab_hdr;
  938.   struct elf_link_hash_entry **sym_hashes;
  939.   bfd_vma *local_got_offsets;
  940.   asection *sgot;
  941.   asection *splt;
  942.   asection *sreloc;
  943.   Elf_Internal_Rela *rel;
  944.   Elf_Internal_Rela *relend;
  945.  
  946.   dynobj = elf_hash_table (info)->dynobj;
  947.   symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
  948.   sym_hashes = elf_sym_hashes (input_bfd);
  949.   local_got_offsets = elf_local_got_offsets (input_bfd);
  950.  
  951.   sgot = NULL;
  952.   splt = NULL;
  953.   sreloc = NULL;
  954.  
  955.   rel = relocs;
  956.   relend = relocs + input_section->reloc_count;
  957.   for (; rel < relend; rel++)
  958.     {
  959.       int r_type;
  960.       reloc_howto_type *howto;
  961.       unsigned long r_symndx;
  962.       struct elf_link_hash_entry *h;
  963.       Elf_Internal_Sym *sym;
  964.       asection *sec;
  965.       bfd_vma relocation;
  966.       bfd_reloc_status_type r;
  967.  
  968.       r_type = ELF32_R_TYPE (rel->r_info);
  969.       if (r_type < 0 || r_type >= (int) R_SPARC_max)
  970.     {
  971.       bfd_set_error (bfd_error_bad_value);
  972.       return false;
  973.     }
  974.       howto = _bfd_sparc_elf_howto_table + r_type;
  975.  
  976.       r_symndx = ELF32_R_SYM (rel->r_info);
  977.  
  978.       if (info->relocateable)
  979.     {
  980.       /* This is a relocateable link.  We don't have to change
  981.          anything, unless the reloc is against a section symbol,
  982.          in which case we have to adjust according to where the
  983.          section symbol winds up in the output section.  */
  984.       if (r_symndx < symtab_hdr->sh_info)
  985.         {
  986.           sym = local_syms + r_symndx;
  987.           if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
  988.         {
  989.           sec = local_sections[r_symndx];
  990.           rel->r_addend += sec->output_offset + sym->st_value;
  991.         }
  992.         }
  993.  
  994.       continue;
  995.     }
  996.  
  997.       /* This is a final link.  */
  998.       h = NULL;
  999.       sym = NULL;
  1000.       sec = NULL;
  1001.       if (r_symndx < symtab_hdr->sh_info)
  1002.     {
  1003.       sym = local_syms + r_symndx;
  1004.       sec = local_sections[r_symndx];
  1005.       relocation = (sec->output_section->vma
  1006.             + sec->output_offset
  1007.             + sym->st_value);
  1008.     }
  1009.       else
  1010.     {
  1011.       h = sym_hashes[r_symndx - symtab_hdr->sh_info];
  1012.       while (h->root.type == bfd_link_hash_indirect
  1013.          || h->root.type == bfd_link_hash_warning)
  1014.         h = (struct elf_link_hash_entry *) h->root.u.i.link;
  1015.       if (h->root.type == bfd_link_hash_defined
  1016.           || h->root.type == bfd_link_hash_defweak)
  1017.         {
  1018.           sec = h->root.u.def.section;
  1019.           if ((r_type == R_SPARC_WPLT30
  1020.            && h->plt_offset != (bfd_vma) -1)
  1021.           || ((r_type == R_SPARC_GOT10
  1022.                || r_type == R_SPARC_GOT13
  1023.                || r_type == R_SPARC_GOT22)
  1024.               && elf_hash_table (info)->dynamic_sections_created
  1025.               && (! info->shared
  1026.               || ! info->symbolic
  1027.               || (h->elf_link_hash_flags
  1028.                   & ELF_LINK_HASH_DEF_REGULAR) == 0))
  1029.           || (info->shared
  1030.               && (! info->symbolic
  1031.               || (h->elf_link_hash_flags
  1032.                   & ELF_LINK_HASH_DEF_REGULAR) == 0)
  1033.               && (input_section->flags & SEC_ALLOC) != 0
  1034.               && (r_type == R_SPARC_8
  1035.               || r_type == R_SPARC_16
  1036.               || r_type == R_SPARC_32
  1037.               || r_type == R_SPARC_DISP8
  1038.               || r_type == R_SPARC_DISP16
  1039.               || r_type == R_SPARC_DISP32
  1040.               || r_type == R_SPARC_WDISP30
  1041.               || r_type == R_SPARC_WDISP22
  1042.               || r_type == R_SPARC_WDISP19
  1043.               || r_type == R_SPARC_WDISP16
  1044.               || r_type == R_SPARC_HI22
  1045.               || r_type == R_SPARC_22
  1046.               || r_type == R_SPARC_13
  1047.               || r_type == R_SPARC_LO10
  1048.               || r_type == R_SPARC_UA32
  1049.               || ((r_type == R_SPARC_PC10
  1050.                    || r_type == R_SPARC_PC22)
  1051.                   && strcmp (h->root.root.string,
  1052.                      "_GLOBAL_OFFSET_TABLE_") != 0))))
  1053.         {
  1054.           /* In these cases, we don't need the relocation
  1055.                      value.  We check specially because in some
  1056.                      obscure cases sec->output_section will be NULL.  */
  1057.           relocation = 0;
  1058.         }
  1059.           else
  1060.         relocation = (h->root.u.def.value
  1061.                   + sec->output_section->vma
  1062.                   + sec->output_offset);
  1063.         }
  1064.       else if (h->root.type == bfd_link_hash_undefweak)
  1065.         relocation = 0;
  1066.       else if (info->shared && !info->symbolic)
  1067.         relocation = 0;
  1068.       else
  1069.         {
  1070.           if (! ((*info->callbacks->undefined_symbol)
  1071.              (info, h->root.root.string, input_bfd,
  1072.               input_section, rel->r_offset)))
  1073.         return false;
  1074.           relocation = 0;
  1075.         }
  1076.     }
  1077.  
  1078.       switch (r_type)
  1079.     {
  1080.     case R_SPARC_GOT10:
  1081.     case R_SPARC_GOT13:
  1082.     case R_SPARC_GOT22:
  1083.       /* Relocation is to the entry for this symbol in the global
  1084.              offset table.  */
  1085.       if (sgot == NULL)
  1086.         {
  1087.           sgot = bfd_get_section_by_name (dynobj, ".got");
  1088.           BFD_ASSERT (sgot != NULL);
  1089.         }
  1090.  
  1091.       if (h != NULL)
  1092.         {
  1093.           bfd_vma off;
  1094.  
  1095.           off = h->got_offset;
  1096.           BFD_ASSERT (off != (bfd_vma) -1);
  1097.  
  1098.           if (! elf_hash_table (info)->dynamic_sections_created
  1099.           || (info->shared
  1100.               && info->symbolic
  1101.               && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)))
  1102.         {
  1103.           /* This is actually a static link, or it is a
  1104.                      -Bsymbolic link and the symbol is defined
  1105.                      locally.  We must initialize this entry in the
  1106.                      global offset table.  Since the offset must
  1107.                      always be a multiple of 4, we use the least
  1108.                      significant bit to record whether we have
  1109.                      initialized it already.
  1110.  
  1111.              When doing a dynamic link, we create a .rela.got
  1112.              relocation entry to initialize the value.  This
  1113.              is done in the finish_dynamic_symbol routine.  */
  1114.           if ((off & 1) != 0)
  1115.             off &= ~1;
  1116.           else
  1117.             {
  1118.               bfd_put_32 (output_bfd, relocation,
  1119.                   sgot->contents + off);
  1120.               h->got_offset |= 1;
  1121.             }
  1122.         }
  1123.  
  1124.           relocation = sgot->output_offset + off;
  1125.         }
  1126.       else
  1127.         {
  1128.           bfd_vma off;
  1129.  
  1130.           BFD_ASSERT (local_got_offsets != NULL
  1131.               && local_got_offsets[r_symndx] != (bfd_vma) -1);
  1132.  
  1133.           off = local_got_offsets[r_symndx];
  1134.  
  1135.           /* The offset must always be a multiple of 4.  We use
  1136.          the least significant bit to record whether we have
  1137.          already processed this entry.  */
  1138.           if ((off & 1) != 0)
  1139.         off &= ~1;
  1140.           else
  1141.         {
  1142.           bfd_put_32 (output_bfd, relocation, sgot->contents + off);
  1143.  
  1144.           if (info->shared)
  1145.             {
  1146.               asection *srelgot;
  1147.               Elf_Internal_Rela outrel;
  1148.  
  1149.               /* We need to generate a R_SPARC_RELATIVE reloc
  1150.              for the dynamic linker.  */
  1151.               srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
  1152.               BFD_ASSERT (srelgot != NULL);
  1153.  
  1154.               outrel.r_offset = (sgot->output_section->vma
  1155.                      + sgot->output_offset
  1156.                      + off);
  1157.               outrel.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
  1158.               outrel.r_addend = 0;
  1159.               bfd_elf32_swap_reloca_out (output_bfd, &outrel,
  1160.                          (((Elf32_External_Rela *)
  1161.                            srelgot->contents)
  1162.                           + srelgot->reloc_count));
  1163.               ++srelgot->reloc_count;
  1164.             }
  1165.  
  1166.           local_got_offsets[r_symndx] |= 1;
  1167.         }
  1168.  
  1169.           relocation = sgot->output_offset + off;
  1170.         }
  1171.  
  1172.       break;
  1173.  
  1174.     case R_SPARC_WPLT30:
  1175.       /* Relocation is to the entry for this symbol in the
  1176.              procedure linkage table.  */
  1177.       BFD_ASSERT (h != NULL);
  1178.  
  1179.       if (h->plt_offset == (bfd_vma) -1)
  1180.         {
  1181.           /* We didn't make a PLT entry for this symbol.  This
  1182.                  happens when statically linking PIC code, or when
  1183.                  using -Bsymbolic.  */
  1184.           break;
  1185.         }
  1186.  
  1187.       if (splt == NULL)
  1188.         {
  1189.           splt = bfd_get_section_by_name (dynobj, ".plt");
  1190.           BFD_ASSERT (splt != NULL);
  1191.         }
  1192.  
  1193.       relocation = (splt->output_section->vma
  1194.             + splt->output_offset
  1195.             + h->plt_offset);
  1196.       break;
  1197.  
  1198.     case R_SPARC_PC10:
  1199.     case R_SPARC_PC22:
  1200.       if (h != NULL
  1201.           && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
  1202.         break;
  1203.       /* Fall through.  */
  1204.     case R_SPARC_DISP8:
  1205.     case R_SPARC_DISP16:
  1206.     case R_SPARC_DISP32:
  1207.     case R_SPARC_WDISP30:
  1208.     case R_SPARC_WDISP22:
  1209.     case R_SPARC_WDISP19:
  1210.     case R_SPARC_WDISP16:
  1211.       if (h == NULL)
  1212.         break;
  1213.       /* Fall through.  */
  1214.     case R_SPARC_8:
  1215.     case R_SPARC_16:
  1216.     case R_SPARC_32:
  1217.     case R_SPARC_HI22:
  1218.     case R_SPARC_22:
  1219.     case R_SPARC_13:
  1220.     case R_SPARC_LO10:
  1221.     case R_SPARC_UA32:
  1222.       if (info->shared
  1223.           && (input_section->flags & SEC_ALLOC) != 0)
  1224.         {
  1225.           Elf_Internal_Rela outrel;
  1226.  
  1227.           /* When generating a shared object, these relocations
  1228.                  are copied into the output file to be resolved at run
  1229.                  time.  */
  1230.  
  1231.           if (sreloc == NULL)
  1232.         {
  1233.           const char *name;
  1234.  
  1235.           name = (bfd_elf_string_from_elf_section
  1236.               (input_bfd,
  1237.                elf_elfheader (input_bfd)->e_shstrndx,
  1238.                elf_section_data (input_section)->rel_hdr.sh_name));
  1239.           if (name == NULL)
  1240.             return false;
  1241.  
  1242.           BFD_ASSERT (strncmp (name, ".rela", 5) == 0
  1243.                   && strcmp (bfd_get_section_name (input_bfd,
  1244.                                    input_section),
  1245.                      name + 5) == 0);
  1246.  
  1247.           sreloc = bfd_get_section_by_name (dynobj, name);
  1248.           BFD_ASSERT (sreloc != NULL);
  1249.         }
  1250.  
  1251.           outrel.r_offset = (rel->r_offset
  1252.                  + input_section->output_section->vma
  1253.                  + input_section->output_offset);
  1254.           if (h != NULL
  1255.           && (! info->symbolic
  1256.               || (h->elf_link_hash_flags
  1257.               & ELF_LINK_HASH_DEF_REGULAR) == 0))
  1258.         {
  1259.           BFD_ASSERT (h->dynindx != -1);
  1260.           outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
  1261.           outrel.r_addend = rel->r_addend;
  1262.         }
  1263.           else
  1264.         {
  1265.           if (r_type == R_SPARC_32)
  1266.             {
  1267.               outrel.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
  1268.               outrel.r_addend = relocation + rel->r_addend;
  1269.             }
  1270.           else
  1271.             {
  1272.               long indx;
  1273.  
  1274.               if (h == NULL)
  1275.             sec = local_sections[r_symndx];
  1276.               else
  1277.             {
  1278.               BFD_ASSERT (h->root.type == bfd_link_hash_defined
  1279.                       || (h->root.type
  1280.                       == bfd_link_hash_defweak));
  1281.               sec = h->root.u.def.section;
  1282.             }
  1283.               if (sec != NULL && bfd_is_abs_section (sec))
  1284.             indx = 0;
  1285.               else if (sec == NULL || sec->owner == NULL)
  1286.             {
  1287.               bfd_set_error (bfd_error_bad_value);
  1288.               return false;
  1289.             }
  1290.               else
  1291.             {
  1292.               asection *osec;
  1293.  
  1294.               osec = sec->output_section;
  1295.               indx = elf_section_data (osec)->dynindx;
  1296.               if (indx == 0)
  1297.                 abort ();
  1298.             }
  1299.  
  1300.               outrel.r_info = ELF32_R_INFO (indx, r_type);
  1301.               outrel.r_addend = relocation + rel->r_addend;
  1302.             }
  1303.         }
  1304.  
  1305.           bfd_elf32_swap_reloca_out (output_bfd, &outrel,
  1306.                      (((Elf32_External_Rela *)
  1307.                        sreloc->contents)
  1308.                       + sreloc->reloc_count));
  1309.           ++sreloc->reloc_count;
  1310.  
  1311.           /* This reloc will be computed at runtime, so there's no
  1312.                  need to do anything now.  */
  1313.           continue;
  1314.         }
  1315.  
  1316.     default:
  1317.       break;
  1318.     }        
  1319.  
  1320.       if (r_type != R_SPARC_WDISP16)
  1321.     r = _bfd_final_link_relocate (howto, input_bfd, input_section,
  1322.                       contents, rel->r_offset,
  1323.                       relocation, rel->r_addend);
  1324.       else
  1325.     {
  1326.       bfd_vma x;
  1327.  
  1328.       relocation += rel->r_addend;
  1329.       relocation -= (input_section->output_section->vma
  1330.              + input_section->output_offset);
  1331.       relocation -= rel->r_offset;
  1332.  
  1333.       x = bfd_get_32 (input_bfd, contents + rel->r_offset);
  1334.       x |= ((((relocation >> 2) & 0xc000) << 6)
  1335.         | ((relocation >> 2) & 0x3fff));
  1336.       bfd_put_32 (input_bfd, x, contents + rel->r_offset);
  1337.  
  1338.       if ((bfd_signed_vma) relocation < - 0x40000
  1339.           || (bfd_signed_vma) relocation > 0x3ffff)
  1340.         r = bfd_reloc_overflow;
  1341.       else
  1342.         r = bfd_reloc_ok;
  1343.     }
  1344.  
  1345.       if (r != bfd_reloc_ok)
  1346.     {
  1347.       switch (r)
  1348.         {
  1349.         default:
  1350.         case bfd_reloc_outofrange:
  1351.           abort ();
  1352.         case bfd_reloc_overflow:
  1353.           {
  1354.         const char *name;
  1355.  
  1356.         if (h != NULL)
  1357.           name = h->root.root.string;
  1358.         else
  1359.           {
  1360.             name = bfd_elf_string_from_elf_section (input_bfd,
  1361.                                 symtab_hdr->sh_link,
  1362.                                 sym->st_name);
  1363.             if (name == NULL)
  1364.               return false;
  1365.             if (*name == '\0')
  1366.               name = bfd_section_name (input_bfd, sec);
  1367.           }
  1368.         if (! ((*info->callbacks->reloc_overflow)
  1369.                (info, name, howto->name, (bfd_vma) 0,
  1370.             input_bfd, input_section, rel->r_offset)))
  1371.           return false;
  1372.           }
  1373.           break;
  1374.         }
  1375.     }
  1376.     }
  1377.  
  1378.   return true;
  1379. }
  1380.  
  1381. /* Finish up dynamic symbol handling.  We set the contents of various
  1382.    dynamic sections here.  */
  1383.  
  1384. static boolean
  1385. elf32_sparc_finish_dynamic_symbol (output_bfd, info, h, sym)
  1386.      bfd *output_bfd;
  1387.      struct bfd_link_info *info;
  1388.      struct elf_link_hash_entry *h;
  1389.      Elf_Internal_Sym *sym;
  1390. {
  1391.   bfd *dynobj;
  1392.  
  1393.   dynobj = elf_hash_table (info)->dynobj;
  1394.  
  1395.   if (h->plt_offset != (bfd_vma) -1)
  1396.     {
  1397.       asection *splt;
  1398.       asection *srela;
  1399.       Elf_Internal_Rela rela;
  1400.  
  1401.       /* This symbol has an entry in the procedure linkage table.  Set
  1402.          it up.  */
  1403.  
  1404.       BFD_ASSERT (h->dynindx != -1);
  1405.  
  1406.       splt = bfd_get_section_by_name (dynobj, ".plt");
  1407.       srela = bfd_get_section_by_name (dynobj, ".rela.plt");
  1408.       BFD_ASSERT (splt != NULL && srela != NULL);
  1409.  
  1410.       /* Fill in the entry in the procedure linkage table.  */
  1411.       bfd_put_32 (output_bfd,
  1412.           PLT_ENTRY_WORD0 + h->plt_offset,
  1413.           splt->contents + h->plt_offset);
  1414.       bfd_put_32 (output_bfd,
  1415.           (PLT_ENTRY_WORD1
  1416.            + (((- (h->plt_offset + 4)) >> 2) & 0x3fffff)),
  1417.           splt->contents + h->plt_offset + 4);
  1418.       bfd_put_32 (output_bfd, PLT_ENTRY_WORD2,
  1419.           splt->contents + h->plt_offset + 8);
  1420.  
  1421.       /* Fill in the entry in the .rela.plt section.  */
  1422.       rela.r_offset = (splt->output_section->vma
  1423.                + splt->output_offset
  1424.                + h->plt_offset);
  1425.       rela.r_info = ELF32_R_INFO (h->dynindx, R_SPARC_JMP_SLOT);
  1426.       rela.r_addend = 0;
  1427.       bfd_elf32_swap_reloca_out (output_bfd, &rela,
  1428.                  ((Elf32_External_Rela *) srela->contents
  1429.                   + h->plt_offset / PLT_ENTRY_SIZE - 4));
  1430.  
  1431.       if ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
  1432.     {
  1433.       /* Mark the symbol as undefined, rather than as defined in
  1434.          the .plt section.  Leave the value alone.  */
  1435.       sym->st_shndx = SHN_UNDEF;
  1436.     }
  1437.     }
  1438.  
  1439.   if (h->got_offset != (bfd_vma) -1)
  1440.     {
  1441.       asection *sgot;
  1442.       asection *srela;
  1443.       Elf_Internal_Rela rela;
  1444.  
  1445.       /* This symbol has an entry in the global offset table.  Set it
  1446.          up.  */
  1447.  
  1448.       BFD_ASSERT (h->dynindx != -1);
  1449.  
  1450.       sgot = bfd_get_section_by_name (dynobj, ".got");
  1451.       srela = bfd_get_section_by_name (dynobj, ".rela.got");
  1452.       BFD_ASSERT (sgot != NULL && srela != NULL);
  1453.  
  1454.       rela.r_offset = (sgot->output_section->vma
  1455.                + sgot->output_offset
  1456.                + (h->got_offset &~ 1));
  1457.  
  1458.       /* If this is a -Bsymbolic link, and the symbol is defined
  1459.      locally, we just want to emit a RELATIVE reloc.  The entry in
  1460.      the global offset table will already have been initialized in
  1461.      the relocate_section function.  */
  1462.       if (info->shared
  1463.       && info->symbolic
  1464.       && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR))
  1465.     rela.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
  1466.       else
  1467.     {
  1468.       bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got_offset);
  1469.       rela.r_info = ELF32_R_INFO (h->dynindx, R_SPARC_GLOB_DAT);
  1470.     }
  1471.  
  1472.       rela.r_addend = 0;
  1473.       bfd_elf32_swap_reloca_out (output_bfd, &rela,
  1474.                  ((Elf32_External_Rela *) srela->contents
  1475.                   + srela->reloc_count));
  1476.       ++srela->reloc_count;
  1477.     }
  1478.  
  1479.   if ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_COPY) != 0)
  1480.     {
  1481.       asection *s;
  1482.       Elf_Internal_Rela rela;
  1483.  
  1484.       /* This symbols needs a copy reloc.  Set it up.  */
  1485.  
  1486.       BFD_ASSERT (h->dynindx != -1);
  1487.  
  1488.       s = bfd_get_section_by_name (h->root.u.def.section->owner,
  1489.                    ".rela.bss");
  1490.       BFD_ASSERT (s != NULL);
  1491.  
  1492.       rela.r_offset = (h->root.u.def.value
  1493.                + h->root.u.def.section->output_section->vma
  1494.                + h->root.u.def.section->output_offset);
  1495.       rela.r_info = ELF32_R_INFO (h->dynindx, R_SPARC_COPY);
  1496.       rela.r_addend = 0;
  1497.       bfd_elf32_swap_reloca_out (output_bfd, &rela,
  1498.                  ((Elf32_External_Rela *) s->contents
  1499.                   + s->reloc_count));
  1500.       ++s->reloc_count;
  1501.     }
  1502.  
  1503.   /* Mark some specially defined symbols as absolute.  */
  1504.   if (strcmp (h->root.root.string, "_DYNAMIC") == 0
  1505.       || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0
  1506.       || strcmp (h->root.root.string, "_PROCEDURE_LINKAGE_TABLE_") == 0)
  1507.     sym->st_shndx = SHN_ABS;
  1508.  
  1509.   return true;
  1510. }
  1511.  
  1512. /* Finish up the dynamic sections.  */
  1513.  
  1514. static boolean
  1515. elf32_sparc_finish_dynamic_sections (output_bfd, info)
  1516.      bfd *output_bfd;
  1517.      struct bfd_link_info *info;
  1518. {
  1519.   bfd *dynobj;
  1520.   asection *sdyn;
  1521.   asection *sgot;
  1522.  
  1523.   dynobj = elf_hash_table (info)->dynobj;
  1524.  
  1525.   sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
  1526.  
  1527.   if (elf_hash_table (info)->dynamic_sections_created)
  1528.     {
  1529.       asection *splt;
  1530.       Elf32_External_Dyn *dyncon, *dynconend;
  1531.  
  1532.       splt = bfd_get_section_by_name (dynobj, ".plt");
  1533.       BFD_ASSERT (splt != NULL && sdyn != NULL);
  1534.  
  1535.       dyncon = (Elf32_External_Dyn *) sdyn->contents;
  1536.       dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->_raw_size);
  1537.       for (; dyncon < dynconend; dyncon++)
  1538.     {
  1539.       Elf_Internal_Dyn dyn;
  1540.       const char *name;
  1541.       boolean size;
  1542.  
  1543.       bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
  1544.  
  1545.       switch (dyn.d_tag)
  1546.         {
  1547.         case DT_PLTGOT:   name = ".plt"; size = false; break;
  1548.         case DT_PLTRELSZ: name = ".rela.plt"; size = true; break;
  1549.         case DT_JMPREL:   name = ".rela.plt"; size = false; break;
  1550.         default:      name = NULL; size = false; break;
  1551.         }
  1552.  
  1553.       if (name != NULL)
  1554.         {
  1555.           asection *s;
  1556.  
  1557.           s = bfd_get_section_by_name (output_bfd, name);
  1558.           if (s == NULL)
  1559.         dyn.d_un.d_val = 0;
  1560.           else
  1561.         {
  1562.           if (! size)
  1563.             dyn.d_un.d_ptr = s->vma;
  1564.           else
  1565.             {
  1566.               if (s->_cooked_size != 0)
  1567.             dyn.d_un.d_val = s->_cooked_size;
  1568.               else
  1569.             dyn.d_un.d_val = s->_raw_size;
  1570.             }
  1571.         }
  1572.           bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
  1573.         }
  1574.     }
  1575.  
  1576.       /* Clear the first four entries in the procedure linkage table,
  1577.      and put a nop in the last four bytes.  */
  1578.       if (splt->_raw_size > 0)
  1579.     {
  1580.       memset (splt->contents, 0, 4 * PLT_ENTRY_SIZE);
  1581.       bfd_put_32 (output_bfd, SPARC_NOP,
  1582.               splt->contents + splt->_raw_size - 4);
  1583.     }
  1584.  
  1585.       elf_section_data (splt->output_section)->this_hdr.sh_entsize =
  1586.     PLT_ENTRY_SIZE;
  1587.     }
  1588.  
  1589.   /* Set the first entry in the global offset table to the address of
  1590.      the dynamic section.  */
  1591.   sgot = bfd_get_section_by_name (dynobj, ".got");
  1592.   BFD_ASSERT (sgot != NULL);
  1593.   if (sgot->_raw_size > 0)
  1594.     {
  1595.       if (sdyn == NULL)
  1596.     bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
  1597.       else
  1598.     bfd_put_32 (output_bfd,
  1599.             sdyn->output_section->vma + sdyn->output_offset,
  1600.             sgot->contents);
  1601.     }
  1602.  
  1603.   elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
  1604.  
  1605.   if (info->shared)
  1606.     {
  1607.       asection *sdynsym;
  1608.       asection *s;
  1609.       Elf_Internal_Sym sym;
  1610.  
  1611.       /* Set up the section symbols for the output sections.  */
  1612.  
  1613.       sdynsym = bfd_get_section_by_name (dynobj, ".dynsym");
  1614.       BFD_ASSERT (sdynsym != NULL);
  1615.  
  1616.       sym.st_size = 0;
  1617.       sym.st_name = 0;
  1618.       sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_SECTION);
  1619.       sym.st_other = 0;
  1620.  
  1621.       for (s = output_bfd->sections; s != NULL; s = s->next)
  1622.     {
  1623.       int indx;
  1624.  
  1625.       sym.st_value = s->vma;
  1626.  
  1627.       indx = elf_section_data (s)->this_idx;
  1628.       BFD_ASSERT (indx > 0);
  1629.       sym.st_shndx = indx;
  1630.  
  1631.       bfd_elf32_swap_symbol_out (output_bfd, &sym,
  1632.                      (PTR) (((Elf32_External_Sym *)
  1633.                          sdynsym->contents)
  1634.                         + elf_section_data (s)->dynindx));
  1635.     }
  1636.  
  1637.       /* Set the sh_info field of the output .dynsym section to the
  1638.          index of the first global symbol.  */
  1639.       elf_section_data (sdynsym->output_section)->this_hdr.sh_info =
  1640.     bfd_count_sections (output_bfd) + 1;
  1641.     }
  1642.  
  1643.   return true;
  1644. }
  1645.  
  1646. /* Functions for dealing with the e_flags field.
  1647.  
  1648.    We don't define set_private_flags or copy_private_bfd_data because
  1649.    the only currently defined values are based on the bfd mach number,
  1650.    so we use the latter instead and defer setting e_flags until the
  1651.    file is written out.  */
  1652.  
  1653. /* Merge backend specific data from an object file to the output
  1654.    object file when linking.  */
  1655.  
  1656. static boolean
  1657. elf32_sparc_merge_private_bfd_data (ibfd, obfd)
  1658.      bfd *ibfd;
  1659.      bfd *obfd;
  1660. {
  1661.   boolean error;
  1662.  
  1663.   /* This function is selected based on the input vector.  We only
  1664.      want to copy information over if the output BFD also uses Elf
  1665.      format.  */
  1666.   if (bfd_get_flavour (obfd) != bfd_target_elf_flavour)
  1667.     return true;
  1668.  
  1669.   error = false;
  1670.  
  1671. #if 0
  1672.   /* ??? The native linker doesn't do this so we can't (otherwise gcc would
  1673.      have to know which linker is being used).  Instead, the native linker
  1674.      bumps up the architecture level when it has to.  However, I still think
  1675.      warnings like these are good, so it would be nice to have them turned on
  1676.      by some option.  */
  1677.  
  1678.   /* If the output machine is normal sparc, we can't allow v9 input files.  */
  1679.   if (bfd_get_mach (obfd) == bfd_mach_sparc
  1680.       && (bfd_get_mach (ibfd) == bfd_mach_sparc_v8plus
  1681.       || bfd_get_mach (ibfd) == bfd_mach_sparc_v8plusa))
  1682.     {
  1683.       error = true;
  1684.       (*_bfd_error_handler)
  1685.     ("%s: compiled for a v8plus system and target is v8",
  1686.      bfd_get_filename (ibfd));
  1687.     }
  1688.   /* If the output machine is v9, we can't allow v9+vis input files.  */
  1689.   if (bfd_get_mach (obfd) == bfd_mach_sparc_v8plus
  1690.       && bfd_get_mach (ibfd) == bfd_mach_sparc_v8plusa)
  1691.     {
  1692.       error = true;
  1693.       (*_bfd_error_handler)
  1694.     ("%s: compiled for a v8plusa system and target is v8plus",
  1695.      bfd_get_filename (ibfd));
  1696.     }
  1697. #else
  1698.   if (bfd_get_mach (ibfd) >= bfd_mach_sparc_v9)
  1699.     {
  1700.       error = true;
  1701.       (*_bfd_error_handler)
  1702.     ("%s: compiled for a 64 bit system and target is 32 bit",
  1703.      bfd_get_filename (ibfd));
  1704.     }
  1705.   else if (bfd_get_mach (obfd) < bfd_get_mach (ibfd))
  1706.     bfd_set_arch_mach (obfd, bfd_arch_sparc, bfd_get_mach (ibfd));
  1707. #endif
  1708.  
  1709.   if (error)
  1710.     {
  1711.       bfd_set_error (bfd_error_bad_value);
  1712.       return false;
  1713.     }
  1714.  
  1715.   return true;
  1716. }
  1717.  
  1718. /* Set the right machine number.  */
  1719.  
  1720. static boolean
  1721. elf32_sparc_object_p (abfd)
  1722.      bfd *abfd;
  1723. {
  1724.   if (elf_elfheader (abfd)->e_machine == EM_SPARC32PLUS)
  1725.     {
  1726.       if (elf_elfheader (abfd)->e_flags & EF_SPARC_SUN_US1)
  1727.     return bfd_default_set_arch_mach (abfd, bfd_arch_sparc,
  1728.                       bfd_mach_sparc_v8plusa);
  1729.       else if (elf_elfheader (abfd)->e_flags & EF_SPARC_32PLUS)
  1730.     return bfd_default_set_arch_mach (abfd, bfd_arch_sparc,
  1731.                       bfd_mach_sparc_v8plus);
  1732.       else
  1733.     return false;
  1734.     }
  1735.   else
  1736.     return bfd_default_set_arch_mach (abfd, bfd_arch_sparc, bfd_mach_sparc);
  1737. }
  1738.  
  1739. /* The final processing done just before writing out the object file.
  1740.    We need to set the e_machine field appropriately.  */
  1741.  
  1742. static void
  1743. elf32_sparc_final_write_processing (abfd, linker)
  1744.      bfd *abfd;
  1745.      boolean linker;
  1746. {
  1747.   switch (bfd_get_mach (abfd))
  1748.     {
  1749.     case bfd_mach_sparc :
  1750.       break; /* nothing to do */
  1751.     case bfd_mach_sparc_v8plus :
  1752.       elf_elfheader (abfd)->e_machine = EM_SPARC32PLUS;
  1753.       elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
  1754.       elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS;
  1755.       break;
  1756.     case bfd_mach_sparc_v8plusa :
  1757.       elf_elfheader (abfd)->e_machine = EM_SPARC32PLUS;
  1758.       elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
  1759.       elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
  1760.       break;
  1761.     default :
  1762.       abort ();
  1763.     }
  1764. }
  1765.  
  1766. #define TARGET_BIG_SYM    bfd_elf32_sparc_vec
  1767. #define TARGET_BIG_NAME    "elf32-sparc"
  1768. #define ELF_ARCH    bfd_arch_sparc
  1769. #define ELF_MACHINE_CODE EM_SPARC
  1770. #define ELF_MACHINE_ALT1 EM_SPARC32PLUS
  1771. #define ELF_MAXPAGESIZE 0x10000
  1772.  
  1773. #define bfd_elf32_bfd_reloc_type_lookup    elf32_sparc_reloc_type_lookup
  1774. #define elf_backend_create_dynamic_sections \
  1775.                     _bfd_elf_create_dynamic_sections
  1776. #define elf_backend_check_relocs    elf32_sparc_check_relocs
  1777. #define elf_backend_adjust_dynamic_symbol \
  1778.                     elf32_sparc_adjust_dynamic_symbol
  1779. #define elf_backend_size_dynamic_sections \
  1780.                     elf32_sparc_size_dynamic_sections
  1781. #define elf_backend_relocate_section    elf32_sparc_relocate_section
  1782. #define elf_backend_finish_dynamic_symbol \
  1783.                     elf32_sparc_finish_dynamic_symbol
  1784. #define elf_backend_finish_dynamic_sections \
  1785.                     elf32_sparc_finish_dynamic_sections
  1786. #define bfd_elf32_bfd_merge_private_bfd_data \
  1787.                     elf32_sparc_merge_private_bfd_data
  1788. #define elf_backend_object_p        elf32_sparc_object_p
  1789. #define elf_backend_final_write_processing \
  1790.                     elf32_sparc_final_write_processing
  1791. #define elf_backend_want_got_plt 0
  1792. #define elf_backend_plt_readonly 0
  1793. #define elf_backend_want_plt_sym 1
  1794.  
  1795. #include "elf32-target.h"
  1796.