2001-04-24 17:08:16 +02:00
|
|
|
/* OpenRISC-specific support for 32-bit ELF.
|
2003-06-25 08:40:27 +02:00
|
|
|
Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
|
2001-04-24 17:08:16 +02:00
|
|
|
Contributed by Johan Rydberg, jrydberg@opencores.org
|
|
|
|
|
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|
|
|
|
|
|
|
#include "bfd.h"
|
|
|
|
#include "sysdep.h"
|
|
|
|
#include "libbfd.h"
|
|
|
|
#include "elf-bfd.h"
|
|
|
|
#include "elf/openrisc.h"
|
|
|
|
#include "libiberty.h"
|
|
|
|
|
|
|
|
/* Forward declarations. */
|
|
|
|
|
|
|
|
static reloc_howto_type *openrisc_reloc_type_lookup
|
|
|
|
PARAMS ((bfd * , bfd_reloc_code_real_type));
|
|
|
|
static void openrisc_info_to_howto_rela
|
include/elf/ChangeLog
* internal.h (elf32_internal_ehdr, Elf32_Internal_Ehdr,
elf64_internal_ehdr, Elf64_Internal_Ehdr, elf32_internal_phdr,
Elf32_Internal_Phdr, elf64_internal_phdr, Elf64_Internal_Phdr,
elf32_internal_shdr, Elf32_Internal_Shdr, elf64_internal_shdr,
Elf64_Internal_Shdr, elf32_internal_sym, elf64_internal_sym,
Elf32_Internal_Sym, Elf64_Internal_Sym, Elf32_Internal_Note,
elf32_internal_note, elf32_internal_rel, Elf32_Internal_Rel,
elf64_internal_rel, Elf64_Internal_Rel, elf32_internal_rela,
elf64_internal_rela, Elf32_Internal_Rela, Elf64_Internal_Rela,
elf32_internal_dyn, elf64_internal_dyn, Elf32_Internal_Dyn,
Elf64_Internal_Dyn, elf32_internal_verdef, elf64_internal_verdef,
elf32_internal_verdaux, elf64_internal_verdaux, elf32_internal_verneed,
elf64_internal_verneed, elf32_internal_vernaux, elf64_internal_vernaux,
elf32_internal_versym, elf64_internal_versym, Elf32_Internal_Verdef,
Elf64_Internal_Verdef, Elf32_Internal_Verdaux, Elf64_Internal_Verdaux,
Elf32_Internal_Verneed, Elf64_Internal_Verneed, Elf32_Internal_Vernaux,
Elf64_Internal_Vernaux, Elf32_Internal_Versym, Elf64_Internal_Versym,
Elf32_Internal_Syminfo, Elf64_Internal_Syminfo): Delete.
(Elf_Internal_Rel): Delete.
bfd/ChangeLog
* elf-bfd.h: Replace occurrences of Elf32_Internal_* and
Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
with Elf_Internal_Rela.
* elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
* elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
throughout instead.
* elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
* elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
Remove INLINE keyword.
(elf_swap_reloc_in): Likewise. Also clear r_addend.
(elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
as a bfd_byte *.
(elf_write_relocs): Consolidate REL and RELA code.
(elf_slurp_reloc_table_from_section): Simplify REL code.
(NAME(_bfd_elf,size_info)): Populate reloc swap entries.
* elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
* elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
RELA code.
(elf_link_adjust_relocs): Likewise. Don't malloc space for temp
reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
(elf_link_output_relocs): Likewise.
(elf_reloc_link_order): Likewise.
(elf_finish_pointer_linker_section): Likewise.
(struct elf_link_sort_rela): Remove union.
(elf_link_sort_cmp1): Update to suit.
(elf_link_sort_cmp2): Here too.
(elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
over-allocation for int_rels_per_ext_rel != 1 case.
* elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
* elf32-i386.c: Likewise.
* elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
* elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
* elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
* elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c: Likewise.
* elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
* elfxx-mips.c (sort_dynamic_relocs): Likewise for
bfd_elf32_swap_reloc_in.
* elf32-arm.h: Update elf32_arm_info_to_howto calls.
* elf32-mips.c: Likewise for mips_info_to_howto_rel.
(mips_elf64_swap_reloc_in): Zero r_addend.
(mips_elf64_be_swap_reloc_in): Likewise.
(mips_elf64_slurp_one_reloc_table): Simplify.
* elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
* elf64-sparc.c (sparc64_elf_size_info): Likewise.
2002-11-28 12:55:43 +01:00
|
|
|
PARAMS ((bfd *, arelent *, Elf_Internal_Rela *));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean openrisc_elf_relocate_section
|
2001-04-24 17:08:16 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
|
|
|
|
Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
|
|
|
|
static bfd_reloc_status_type openrisc_final_link_relocate
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 11:57:26 +02:00
|
|
|
PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *,
|
2001-04-24 17:08:16 +02:00
|
|
|
Elf_Internal_Rela *, bfd_vma));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean openrisc_elf_gc_sweep_hook
|
Touches most files in bfd/, so likely will be blamed for everything..
o bfd_read and bfd_write lose an unnecessary param and become
bfd_bread and bfd_bwrite.
o bfd_*alloc now all take a bfd_size_type arg, and will error if
size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files
or bugs in linker scripts etc.
o file_ptr becomes a bfd_signed_vma. Besides matching sizes with
various other types involved in handling sections, this should make
it easier for bfd to support a 64 bit off_t on 32 bit hosts that
provide it.
o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
generally available. They now cast their args to bfd_vma and
bfd_byte * as appropriate, which removes a swag of casts from the
source.
o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
aout-encap.c.
o Zillions of formatting and -Wconversion fixes.
2001-09-18 11:57:26 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, asection *,
|
2001-04-24 17:08:16 +02:00
|
|
|
const Elf_Internal_Rela *));
|
2001-08-25 11:49:44 +02:00
|
|
|
static asection * openrisc_elf_gc_mark_hook
|
2002-07-01 10:06:47 +02:00
|
|
|
PARAMS ((asection *, struct bfd_link_info *, Elf_Internal_Rela *,
|
2001-04-24 17:08:16 +02:00
|
|
|
struct elf_link_hash_entry *, Elf_Internal_Sym *));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean openrisc_elf_check_relocs
|
2001-08-25 11:49:44 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, asection *,
|
|
|
|
const Elf_Internal_Rela *));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean openrisc_elf_object_p
|
2001-08-25 11:49:44 +02:00
|
|
|
PARAMS ((bfd *));
|
|
|
|
static void openrisc_elf_final_write_processing
|
2002-11-30 09:39:46 +01:00
|
|
|
PARAMS ((bfd *, bfd_boolean));
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
static reloc_howto_type openrisc_elf_howto_table[] =
|
|
|
|
{
|
|
|
|
/* This reloc does nothing. */
|
|
|
|
HOWTO (R_OPENRISC_NONE, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
32, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_NONE", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* src_mask */
|
|
|
|
0, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* A PC relative 26 bit relocation, right shifted by 2. */
|
|
|
|
HOWTO (R_OPENRISC_INSN_REL_26, /* type */
|
|
|
|
2, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
26, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_signed, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_INSN_REL_26", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x00000000, /* src_mask */
|
|
|
|
0x03ffffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* A absolute 26 bit relocation, right shifted by 2. */
|
|
|
|
HOWTO (R_OPENRISC_INSN_ABS_26, /* type */
|
|
|
|
2, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
26, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_signed, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_INSN_ABS_26", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x00000000, /* src_mask */
|
|
|
|
0x03ffffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
HOWTO (R_OPENRISC_LO_16_IN_INSN, /* type */
|
|
|
|
0, /* rightshift */
|
2001-05-02 20:14:31 +02:00
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
2001-04-24 17:08:16 +02:00
|
|
|
16, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
2001-05-02 20:14:31 +02:00
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
2001-04-24 17:08:16 +02:00
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_LO_16_IN_INSN", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-05-02 20:14:31 +02:00
|
|
|
0, /* src_mask */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x0000ffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
HOWTO (R_OPENRISC_HI_16_IN_INSN, /* type */
|
|
|
|
16, /* rightshift */
|
2001-05-02 20:14:31 +02:00
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
2001-04-24 17:08:16 +02:00
|
|
|
16, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
2001-05-02 20:14:31 +02:00
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
2001-04-24 17:08:16 +02:00
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_HI_16_IN_INSN", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-05-02 20:14:31 +02:00
|
|
|
0, /* src_mask */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x0000ffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* An 8 bit absolute relocation. */
|
|
|
|
HOWTO (R_OPENRISC_8, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
0, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_8", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x0000, /* src_mask */
|
|
|
|
0x00ff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* A 16 bit absolute relocation. */
|
|
|
|
HOWTO (R_OPENRISC_16, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
16, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_16", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x00000000, /* src_mask */
|
|
|
|
0x0000ffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* A 32 bit absolute relocation. */
|
|
|
|
HOWTO (R_OPENRISC_32, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
32, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_OPENRISC_32", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0x00000000, /* src_mask */
|
|
|
|
0xffffffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* GNU extension to record C++ vtable hierarchy */
|
|
|
|
HOWTO (R_OPENRISC_GNU_VTINHERIT, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
0, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
NULL, /* special_function */
|
|
|
|
"R_OPENRISC_GNU_VTINHERIT", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* src_mask */
|
|
|
|
0, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
/* GNU extension to record C++ vtable member usage */
|
|
|
|
HOWTO (R_OPENRISC_GNU_VTENTRY, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
0, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
_bfd_elf_rel_vtable_reloc_fn, /* special_function */
|
|
|
|
"R_OPENRISC_GNU_VTENTRY", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2001-04-24 17:08:16 +02:00
|
|
|
0, /* src_mask */
|
|
|
|
0, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2001-04-24 17:08:16 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Map BFD reloc types to OpenRISC ELF reloc types. */
|
|
|
|
|
|
|
|
struct openrisc_reloc_map
|
|
|
|
{
|
|
|
|
bfd_reloc_code_real_type bfd_reloc_val;
|
|
|
|
unsigned int openrisc_reloc_val;
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct openrisc_reloc_map openrisc_reloc_map[] =
|
|
|
|
{
|
|
|
|
{ BFD_RELOC_NONE, R_OPENRISC_NONE },
|
|
|
|
{ BFD_RELOC_32, R_OPENRISC_32 },
|
|
|
|
{ BFD_RELOC_16, R_OPENRISC_16 },
|
|
|
|
{ BFD_RELOC_8, R_OPENRISC_8 },
|
|
|
|
{ BFD_RELOC_OPENRISC_REL_26,R_OPENRISC_INSN_REL_26 },
|
|
|
|
{ BFD_RELOC_OPENRISC_ABS_26,R_OPENRISC_INSN_ABS_26 },
|
|
|
|
{ BFD_RELOC_HI16, R_OPENRISC_HI_16_IN_INSN },
|
|
|
|
{ BFD_RELOC_LO16, R_OPENRISC_LO_16_IN_INSN },
|
|
|
|
{ BFD_RELOC_VTABLE_INHERIT, R_OPENRISC_GNU_VTINHERIT },
|
|
|
|
{ BFD_RELOC_VTABLE_ENTRY, R_OPENRISC_GNU_VTENTRY }
|
|
|
|
};
|
|
|
|
|
|
|
|
static reloc_howto_type *
|
|
|
|
openrisc_reloc_type_lookup (abfd, code)
|
|
|
|
bfd * abfd ATTRIBUTE_UNUSED;
|
|
|
|
bfd_reloc_code_real_type code;
|
|
|
|
{
|
|
|
|
unsigned int i;
|
|
|
|
|
|
|
|
for (i = ARRAY_SIZE (openrisc_reloc_map); --i;)
|
|
|
|
if (openrisc_reloc_map[i].bfd_reloc_val == code)
|
|
|
|
return & openrisc_elf_howto_table[openrisc_reloc_map[i].
|
|
|
|
openrisc_reloc_val];
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the howto pointer for an OpenRISC ELF reloc. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
openrisc_info_to_howto_rela (abfd, cache_ptr, dst)
|
|
|
|
bfd * abfd ATTRIBUTE_UNUSED;
|
|
|
|
arelent * cache_ptr;
|
include/elf/ChangeLog
* internal.h (elf32_internal_ehdr, Elf32_Internal_Ehdr,
elf64_internal_ehdr, Elf64_Internal_Ehdr, elf32_internal_phdr,
Elf32_Internal_Phdr, elf64_internal_phdr, Elf64_Internal_Phdr,
elf32_internal_shdr, Elf32_Internal_Shdr, elf64_internal_shdr,
Elf64_Internal_Shdr, elf32_internal_sym, elf64_internal_sym,
Elf32_Internal_Sym, Elf64_Internal_Sym, Elf32_Internal_Note,
elf32_internal_note, elf32_internal_rel, Elf32_Internal_Rel,
elf64_internal_rel, Elf64_Internal_Rel, elf32_internal_rela,
elf64_internal_rela, Elf32_Internal_Rela, Elf64_Internal_Rela,
elf32_internal_dyn, elf64_internal_dyn, Elf32_Internal_Dyn,
Elf64_Internal_Dyn, elf32_internal_verdef, elf64_internal_verdef,
elf32_internal_verdaux, elf64_internal_verdaux, elf32_internal_verneed,
elf64_internal_verneed, elf32_internal_vernaux, elf64_internal_vernaux,
elf32_internal_versym, elf64_internal_versym, Elf32_Internal_Verdef,
Elf64_Internal_Verdef, Elf32_Internal_Verdaux, Elf64_Internal_Verdaux,
Elf32_Internal_Verneed, Elf64_Internal_Verneed, Elf32_Internal_Vernaux,
Elf64_Internal_Vernaux, Elf32_Internal_Versym, Elf64_Internal_Versym,
Elf32_Internal_Syminfo, Elf64_Internal_Syminfo): Delete.
(Elf_Internal_Rel): Delete.
bfd/ChangeLog
* elf-bfd.h: Replace occurrences of Elf32_Internal_* and
Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
with Elf_Internal_Rela.
* elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
* elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
throughout instead.
* elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
* elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
Remove INLINE keyword.
(elf_swap_reloc_in): Likewise. Also clear r_addend.
(elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
as a bfd_byte *.
(elf_write_relocs): Consolidate REL and RELA code.
(elf_slurp_reloc_table_from_section): Simplify REL code.
(NAME(_bfd_elf,size_info)): Populate reloc swap entries.
* elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
* elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
RELA code.
(elf_link_adjust_relocs): Likewise. Don't malloc space for temp
reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
(elf_link_output_relocs): Likewise.
(elf_reloc_link_order): Likewise.
(elf_finish_pointer_linker_section): Likewise.
(struct elf_link_sort_rela): Remove union.
(elf_link_sort_cmp1): Update to suit.
(elf_link_sort_cmp2): Here too.
(elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
over-allocation for int_rels_per_ext_rel != 1 case.
* elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
* elf32-i386.c: Likewise.
* elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
* elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
* elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
* elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
elf64-sparc.c, elf64-x86-64.c: Likewise.
* elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
* elfxx-mips.c (sort_dynamic_relocs): Likewise for
bfd_elf32_swap_reloc_in.
* elf32-arm.h: Update elf32_arm_info_to_howto calls.
* elf32-mips.c: Likewise for mips_info_to_howto_rel.
(mips_elf64_swap_reloc_in): Zero r_addend.
(mips_elf64_be_swap_reloc_in): Likewise.
(mips_elf64_slurp_one_reloc_table): Simplify.
* elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
* elf64-sparc.c (sparc64_elf_size_info): Likewise.
2002-11-28 12:55:43 +01:00
|
|
|
Elf_Internal_Rela * dst;
|
2001-04-24 17:08:16 +02:00
|
|
|
{
|
|
|
|
unsigned int r_type;
|
|
|
|
|
|
|
|
r_type = ELF32_R_TYPE (dst->r_info);
|
|
|
|
BFD_ASSERT (r_type < (unsigned int) R_OPENRISC_max);
|
|
|
|
cache_ptr->howto = & openrisc_elf_howto_table[r_type];
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Perform a single relocation. By default we use the standard BFD
|
|
|
|
routines, but a few relocs, we have to do them ourselves. */
|
|
|
|
|
|
|
|
static bfd_reloc_status_type
|
|
|
|
openrisc_final_link_relocate (howto, input_bfd, input_section, contents, rel,
|
|
|
|
relocation)
|
|
|
|
reloc_howto_type *howto;
|
|
|
|
bfd *input_bfd;
|
|
|
|
asection *input_section;
|
|
|
|
bfd_byte *contents;
|
|
|
|
Elf_Internal_Rela *rel;
|
|
|
|
bfd_vma relocation;
|
|
|
|
{
|
|
|
|
bfd_reloc_status_type r = bfd_reloc_ok;
|
|
|
|
|
|
|
|
switch (howto->type)
|
|
|
|
{
|
|
|
|
case R_OPENRISC_LO_16_IN_INSN:
|
|
|
|
relocation &= 0xffff;
|
|
|
|
r = _bfd_final_link_relocate (howto, input_bfd, input_section,
|
|
|
|
contents, rel->r_offset,
|
|
|
|
relocation, rel->r_addend);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
r = _bfd_final_link_relocate (howto, input_bfd, input_section,
|
|
|
|
contents, rel->r_offset,
|
|
|
|
relocation, rel->r_addend);
|
|
|
|
}
|
|
|
|
|
|
|
|
return r;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Relocate an OpenRISC ELF section.
|
|
|
|
|
|
|
|
The RELOCATE_SECTION function is called by the new ELF backend linker
|
|
|
|
to handle the relocations for a section.
|
|
|
|
|
|
|
|
The relocs are always passed as Rela structures; if the section
|
|
|
|
actually uses Rel structures, the r_addend field will always be
|
|
|
|
zero.
|
|
|
|
|
|
|
|
This function is responsible for adjusting the section contents as
|
2003-06-25 08:40:27 +02:00
|
|
|
necessary, and (if using Rela relocs and generating a relocatable
|
2001-04-24 17:08:16 +02:00
|
|
|
output file) adjusting the reloc addend as necessary.
|
|
|
|
|
|
|
|
This function does not have to worry about setting the reloc
|
|
|
|
address or the reloc symbol index.
|
|
|
|
|
|
|
|
LOCAL_SYMS is a pointer to the swapped in local symbols.
|
|
|
|
|
|
|
|
LOCAL_SECTIONS is an array giving the section in the input file
|
|
|
|
corresponding to the st_shndx field of each local symbol.
|
|
|
|
|
|
|
|
The global hash table entry for the global symbols can be found
|
|
|
|
via elf_sym_hashes (input_bfd).
|
|
|
|
|
2003-06-25 08:40:27 +02:00
|
|
|
When generating relocatable output, this function must handle
|
2001-04-24 17:08:16 +02:00
|
|
|
STB_LOCAL/STT_SECTION symbols specially. The output symbol is
|
|
|
|
going to be the section symbol corresponding to the output
|
|
|
|
section, which means that the addend must be adjusted
|
|
|
|
accordingly. */
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2001-04-24 17:08:16 +02:00
|
|
|
openrisc_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
|
|
|
contents, relocs, local_syms, local_sections)
|
2001-11-23 13:17:21 +01:00
|
|
|
bfd *output_bfd;
|
2001-04-24 17:08:16 +02:00
|
|
|
struct bfd_link_info *info;
|
|
|
|
bfd *input_bfd;
|
|
|
|
asection *input_section;
|
|
|
|
bfd_byte *contents;
|
|
|
|
Elf_Internal_Rela *relocs;
|
|
|
|
Elf_Internal_Sym *local_syms;
|
|
|
|
asection **local_sections;
|
|
|
|
{
|
|
|
|
Elf_Internal_Shdr *symtab_hdr;
|
|
|
|
struct elf_link_hash_entry **sym_hashes;
|
|
|
|
Elf_Internal_Rela *rel;
|
|
|
|
Elf_Internal_Rela *relend;
|
|
|
|
|
2003-06-25 08:40:27 +02:00
|
|
|
if (info->relocatable)
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2002-05-07 02:16:53 +02:00
|
|
|
|
2001-04-24 17:08:16 +02:00
|
|
|
symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
|
|
|
|
sym_hashes = elf_sym_hashes (input_bfd);
|
|
|
|
relend = relocs + input_section->reloc_count;
|
|
|
|
|
|
|
|
for (rel = relocs; rel < relend; rel++)
|
|
|
|
{
|
|
|
|
reloc_howto_type *howto;
|
|
|
|
unsigned long r_symndx;
|
|
|
|
Elf_Internal_Sym *sym;
|
|
|
|
asection *sec;
|
|
|
|
struct elf_link_hash_entry *h;
|
|
|
|
bfd_vma relocation;
|
|
|
|
bfd_reloc_status_type r;
|
|
|
|
const char *name = NULL;
|
|
|
|
int r_type;
|
|
|
|
|
|
|
|
r_type = ELF32_R_TYPE (rel->r_info);
|
|
|
|
r_symndx = ELF32_R_SYM (rel->r_info);
|
|
|
|
|
|
|
|
if (r_type == R_OPENRISC_GNU_VTINHERIT
|
|
|
|
|| r_type == R_OPENRISC_GNU_VTENTRY)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
if ((unsigned int) r_type >
|
|
|
|
(sizeof openrisc_elf_howto_table / sizeof (reloc_howto_type)))
|
|
|
|
abort ();
|
|
|
|
|
|
|
|
/* This is a final link. */
|
|
|
|
howto = openrisc_elf_howto_table + ELF32_R_TYPE (rel->r_info);
|
|
|
|
h = NULL;
|
|
|
|
sym = NULL;
|
|
|
|
sec = NULL;
|
|
|
|
|
|
|
|
if (r_symndx < symtab_hdr->sh_info)
|
|
|
|
{
|
|
|
|
sym = local_syms + r_symndx;
|
|
|
|
sec = local_sections[r_symndx];
|
2003-11-05 14:17:09 +01:00
|
|
|
relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
name = bfd_elf_string_from_elf_section
|
|
|
|
(input_bfd, symtab_hdr->sh_link, sym->st_name);
|
|
|
|
name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
h = sym_hashes[r_symndx - symtab_hdr->sh_info];
|
|
|
|
|
|
|
|
while (h->root.type == bfd_link_hash_indirect
|
|
|
|
|| h->root.type == bfd_link_hash_warning)
|
|
|
|
h = (struct elf_link_hash_entry *) h->root.u.i.link;
|
|
|
|
|
|
|
|
name = h->root.root.string;
|
|
|
|
|
|
|
|
if (h->root.type == bfd_link_hash_defined
|
|
|
|
|| h->root.type == bfd_link_hash_defweak)
|
|
|
|
{
|
|
|
|
sec = h->root.u.def.section;
|
|
|
|
relocation = (h->root.u.def.value
|
|
|
|
+ sec->output_section->vma + sec->output_offset);
|
|
|
|
}
|
|
|
|
else if (h->root.type == bfd_link_hash_undefweak)
|
|
|
|
{
|
|
|
|
relocation = 0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (!((*info->callbacks->undefined_symbol)
|
|
|
|
(info, h->root.root.string, input_bfd,
|
2002-11-30 09:39:46 +01:00
|
|
|
input_section, rel->r_offset, TRUE)))
|
|
|
|
return FALSE;
|
2001-04-24 17:08:16 +02:00
|
|
|
relocation = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
r = openrisc_final_link_relocate (howto, input_bfd, input_section,
|
|
|
|
contents, rel, relocation);
|
|
|
|
|
|
|
|
if (r != bfd_reloc_ok)
|
|
|
|
{
|
|
|
|
const char *msg = (const char *) NULL;
|
|
|
|
|
|
|
|
switch (r)
|
|
|
|
{
|
|
|
|
case bfd_reloc_overflow:
|
|
|
|
r = info->callbacks->reloc_overflow
|
|
|
|
(info, name, howto->name, (bfd_vma) 0,
|
|
|
|
input_bfd, input_section, rel->r_offset);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_reloc_undefined:
|
|
|
|
r = info->callbacks->undefined_symbol
|
2002-11-30 09:39:46 +01:00
|
|
|
(info, name, input_bfd, input_section, rel->r_offset, TRUE);
|
2001-04-24 17:08:16 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_reloc_outofrange:
|
|
|
|
msg = _("internal error: out of range error");
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_reloc_notsupported:
|
|
|
|
msg = _("internal error: unsupported relocation error");
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_reloc_dangerous:
|
|
|
|
msg = _("internal error: dangerous relocation");
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
msg = _("internal error: unknown error");
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (msg)
|
|
|
|
r = info->callbacks->warning
|
|
|
|
(info, msg, name, input_bfd, input_section, rel->r_offset);
|
|
|
|
|
|
|
|
if (!r)
|
2002-11-30 09:39:46 +01:00
|
|
|
return FALSE;
|
2001-04-24 17:08:16 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2001-04-24 17:08:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return the section that should be marked against GC for a given
|
|
|
|
relocation. */
|
|
|
|
|
|
|
|
static asection *
|
2002-07-01 10:06:47 +02:00
|
|
|
openrisc_elf_gc_mark_hook (sec, info, rel, h, sym)
|
|
|
|
asection *sec;
|
2001-04-24 17:08:16 +02:00
|
|
|
struct bfd_link_info *info ATTRIBUTE_UNUSED;
|
2002-06-04 07:28:52 +02:00
|
|
|
Elf_Internal_Rela *rel;
|
|
|
|
struct elf_link_hash_entry *h;
|
|
|
|
Elf_Internal_Sym *sym;
|
2001-04-24 17:08:16 +02:00
|
|
|
{
|
|
|
|
if (h != NULL)
|
|
|
|
{
|
|
|
|
switch (ELF32_R_TYPE (rel->r_info))
|
|
|
|
{
|
|
|
|
case R_OPENRISC_GNU_VTINHERIT:
|
|
|
|
case R_OPENRISC_GNU_VTENTRY:
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
switch (h->root.type)
|
|
|
|
{
|
|
|
|
case bfd_link_hash_defined:
|
|
|
|
case bfd_link_hash_defweak:
|
|
|
|
return h->root.u.def.section;
|
|
|
|
|
|
|
|
case bfd_link_hash_common:
|
|
|
|
return h->root.u.c.p->section;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2002-07-01 10:06:47 +02:00
|
|
|
return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Update the got entry reference counts for the section being removed. */
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2001-04-24 17:08:16 +02:00
|
|
|
openrisc_elf_gc_sweep_hook (abfd, info, sec, relocs)
|
|
|
|
bfd *abfd ATTRIBUTE_UNUSED;
|
|
|
|
struct bfd_link_info *info ATTRIBUTE_UNUSED;
|
|
|
|
asection *sec ATTRIBUTE_UNUSED;
|
|
|
|
const Elf_Internal_Rela *relocs ATTRIBUTE_UNUSED;
|
|
|
|
{
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2001-04-24 17:08:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Look through the relocs for a section during the first phase.
|
|
|
|
Since we don't do .gots or .plts, we just need to consider the
|
|
|
|
virtual table relocs for gc. */
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2001-04-24 17:08:16 +02:00
|
|
|
openrisc_elf_check_relocs (abfd, info, sec, relocs)
|
|
|
|
bfd *abfd;
|
|
|
|
struct bfd_link_info *info;
|
|
|
|
asection *sec;
|
|
|
|
const Elf_Internal_Rela *relocs;
|
|
|
|
{
|
|
|
|
Elf_Internal_Shdr *symtab_hdr;
|
|
|
|
struct elf_link_hash_entry **sym_hashes, **sym_hashes_end;
|
|
|
|
const Elf_Internal_Rela *rel;
|
|
|
|
const Elf_Internal_Rela *rel_end;
|
|
|
|
|
2003-06-25 08:40:27 +02:00
|
|
|
if (info->relocatable)
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
|
|
|
|
sym_hashes = elf_sym_hashes (abfd);
|
|
|
|
sym_hashes_end =
|
|
|
|
sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
|
|
|
|
if (!elf_bad_symtab (abfd))
|
|
|
|
sym_hashes_end -= symtab_hdr->sh_info;
|
|
|
|
|
|
|
|
rel_end = relocs + sec->reloc_count;
|
|
|
|
for (rel = relocs; rel < rel_end; rel++)
|
|
|
|
{
|
|
|
|
struct elf_link_hash_entry *h;
|
|
|
|
unsigned long r_symndx;
|
|
|
|
|
|
|
|
r_symndx = ELF32_R_SYM (rel->r_info);
|
|
|
|
if (r_symndx < symtab_hdr->sh_info)
|
|
|
|
h = NULL;
|
|
|
|
else
|
|
|
|
h = sym_hashes[r_symndx - symtab_hdr->sh_info];
|
|
|
|
|
|
|
|
switch (ELF32_R_TYPE (rel->r_info))
|
|
|
|
{
|
|
|
|
/* This relocation describes the C++ object vtable hierarchy.
|
|
|
|
Reconstruct it for later use during GC. */
|
|
|
|
case R_OPENRISC_GNU_VTINHERIT:
|
|
|
|
if (!_bfd_elf32_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
|
2002-11-30 09:39:46 +01:00
|
|
|
return FALSE;
|
2001-04-24 17:08:16 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
/* This relocation describes which C++ vtable entries are actually
|
|
|
|
used. Record for later use during GC. */
|
|
|
|
case R_OPENRISC_GNU_VTENTRY:
|
|
|
|
if (!_bfd_elf32_gc_record_vtentry (abfd, sec, h, rel->r_addend))
|
2002-11-30 09:39:46 +01:00
|
|
|
return FALSE;
|
2001-04-24 17:08:16 +02:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2001-04-24 17:08:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the right machine number. */
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2001-04-24 17:08:16 +02:00
|
|
|
openrisc_elf_object_p (abfd)
|
|
|
|
bfd *abfd;
|
|
|
|
{
|
|
|
|
switch (elf_elfheader (abfd)->e_flags & 0xf)
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
(void) bfd_default_set_arch_mach (abfd, bfd_arch_openrisc, 0);
|
|
|
|
break;
|
|
|
|
}
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2001-04-24 17:08:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Store the machine number in the flags field. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
openrisc_elf_final_write_processing (abfd, linker)
|
|
|
|
bfd *abfd;
|
2002-11-30 09:39:46 +01:00
|
|
|
bfd_boolean linker ATTRIBUTE_UNUSED;
|
2001-04-24 17:08:16 +02:00
|
|
|
{
|
|
|
|
unsigned long val;
|
|
|
|
|
|
|
|
switch (bfd_get_mach (abfd))
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
val = 0;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
elf_elfheader (abfd)->e_flags &= ~0xf;
|
|
|
|
elf_elfheader (abfd)->e_flags |= val;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#define ELF_ARCH bfd_arch_openrisc
|
|
|
|
#define ELF_MACHINE_CODE EM_OPENRISC
|
2001-09-13 23:02:36 +02:00
|
|
|
#define ELF_MACHINE_ALT1 EM_OPENRISC_OLD
|
2001-04-24 17:08:16 +02:00
|
|
|
#define ELF_MAXPAGESIZE 0x1000
|
|
|
|
|
|
|
|
#define TARGET_BIG_SYM bfd_elf32_openrisc_vec
|
|
|
|
#define TARGET_BIG_NAME "elf32-openrisc"
|
|
|
|
|
|
|
|
#define elf_info_to_howto_rel NULL
|
|
|
|
#define elf_info_to_howto openrisc_info_to_howto_rela
|
|
|
|
#define elf_backend_relocate_section openrisc_elf_relocate_section
|
|
|
|
#define elf_backend_gc_mark_hook openrisc_elf_gc_mark_hook
|
|
|
|
#define elf_backend_gc_sweep_hook openrisc_elf_gc_sweep_hook
|
|
|
|
#define elf_backend_check_relocs openrisc_elf_check_relocs
|
|
|
|
|
|
|
|
#define elf_backend_can_gc_sections 1
|
2002-05-07 02:16:53 +02:00
|
|
|
#define elf_backend_rela_normal 1
|
2001-04-24 17:08:16 +02:00
|
|
|
|
|
|
|
#define bfd_elf32_bfd_reloc_type_lookup openrisc_reloc_type_lookup
|
|
|
|
|
|
|
|
#define elf_backend_object_p openrisc_elf_object_p
|
|
|
|
#define elf_backend_final_write_processing openrisc_elf_final_write_processing
|
|
|
|
|
|
|
|
#include "elf32-target.h"
|