2000-03-27 10:39:14 +02:00
|
|
|
/* AVR-specific support for 32-bit ELF
|
2003-06-25 08:40:27 +02:00
|
|
|
Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
2000-03-27 10:39:14 +02:00
|
|
|
Contributed by Denis Chertykov <denisc@overta.ru>
|
|
|
|
|
|
|
|
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/avr.h"
|
|
|
|
|
|
|
|
static reloc_howto_type *bfd_elf32_bfd_reloc_type_lookup
|
|
|
|
PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
|
|
|
|
static void avr_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 *));
|
2000-03-27 10:39:14 +02:00
|
|
|
static asection *elf32_avr_gc_mark_hook
|
2002-07-01 10:06:47 +02:00
|
|
|
PARAMS ((asection *, struct bfd_link_info *, Elf_Internal_Rela *,
|
2000-03-27 10:39:14 +02:00
|
|
|
struct elf_link_hash_entry *, Elf_Internal_Sym *));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean elf32_avr_gc_sweep_hook
|
2000-03-27 10:39:14 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, asection *,
|
|
|
|
const Elf_Internal_Rela *));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean elf32_avr_check_relocs
|
2000-03-27 10:39:14 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, asection *,
|
|
|
|
const Elf_Internal_Rela *));
|
|
|
|
static bfd_reloc_status_type avr_final_link_relocate
|
|
|
|
PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *,
|
|
|
|
Elf_Internal_Rela *, bfd_vma));
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean elf32_avr_relocate_section
|
2000-03-27 10:39:14 +02:00
|
|
|
PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
|
|
|
|
Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
|
2002-11-30 09:39:46 +01:00
|
|
|
static void bfd_elf_avr_final_write_processing PARAMS ((bfd *, bfd_boolean));
|
|
|
|
static bfd_boolean elf32_avr_object_p PARAMS ((bfd *));
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
static reloc_howto_type elf_avr_howto_table[] =
|
|
|
|
{
|
|
|
|
HOWTO (R_AVR_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 */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_NONE", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* src_mask */
|
|
|
|
0, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
HOWTO (R_AVR_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 */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_32", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffffffff, /* src_mask */
|
|
|
|
0xffffffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
/* A 7 bit PC relative relocation. */
|
|
|
|
HOWTO (R_AVR_7_PCREL, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
7, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
3, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_7_PCREL", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
/* A 13 bit PC relative relocation. */
|
|
|
|
HOWTO (R_AVR_13_PCREL, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
13, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_13_PCREL", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xfff, /* src_mask */
|
|
|
|
0xfff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
TRUE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
/* A 16 bit absolute relocation. */
|
|
|
|
HOWTO (R_AVR_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 */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_16", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
/* A 16 bit absolute relocation for command address. */
|
|
|
|
HOWTO (R_AVR_16_PM, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
16, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_bitfield, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_16_PM", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A low 8 bit absolute relocation of 16 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_LO8_LDI, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_LO8_LDI", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 8 bit absolute relocation of 16 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HI8_LDI, /* type */
|
|
|
|
8, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HI8_LDI", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 6 bit absolute relocation of 22 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HH8_LDI, /* type */
|
|
|
|
16, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HH8_LDI", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A negative low 8 bit absolute relocation of 16 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_LO8_LDI_NEG, /* type */
|
|
|
|
0, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_LO8_LDI_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A hegative high 8 bit absolute relocation of 16 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HI8_LDI_NEG, /* type */
|
|
|
|
8, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HI8_LDI_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A hegative high 6 bit absolute relocation of 22 bit address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HH8_LDI_NEG, /* type */
|
|
|
|
16, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HH8_LDI_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A low 8 bit absolute relocation of 24 bit program memory address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_LO8_LDI_PM, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_LO8_LDI_PM", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 8 bit absolute relocation of 16 bit program memory address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HI8_LDI_PM, /* type */
|
|
|
|
9, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HI8_LDI_PM", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 8 bit absolute relocation of 24 bit program memory address.
|
|
|
|
For LDI command. */
|
|
|
|
HOWTO (R_AVR_HH8_LDI_PM, /* type */
|
|
|
|
17, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HH8_LDI_PM", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A low 8 bit absolute relocation of a negative 24 bit
|
|
|
|
program memory address. For LDI command. */
|
|
|
|
HOWTO (R_AVR_LO8_LDI_PM_NEG, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_LO8_LDI_PM_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 8 bit absolute relocation of a negative 16 bit
|
|
|
|
program memory address. For LDI command. */
|
|
|
|
HOWTO (R_AVR_HI8_LDI_PM_NEG, /* type */
|
|
|
|
9, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HI8_LDI_PM_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* A high 8 bit absolute relocation of a negative 24 bit
|
|
|
|
program memory address. For LDI command. */
|
|
|
|
HOWTO (R_AVR_HH8_LDI_PM_NEG, /* type */
|
|
|
|
17, /* rightshift */
|
|
|
|
1, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
8, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_HH8_LDI_PM_NEG", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffff, /* src_mask */
|
|
|
|
0xffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE), /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
/* Relocation for CALL command in ATmega. */
|
|
|
|
HOWTO (R_AVR_CALL, /* type */
|
|
|
|
1, /* rightshift */
|
|
|
|
2, /* size (0 = byte, 1 = short, 2 = long) */
|
|
|
|
23, /* bitsize */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* pc_relative */
|
2000-03-27 10:39:14 +02:00
|
|
|
0, /* bitpos */
|
|
|
|
complain_overflow_dont, /* complain_on_overflow */
|
|
|
|
bfd_elf_generic_reloc, /* special_function */
|
|
|
|
"R_AVR_CALL", /* name */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE, /* partial_inplace */
|
2000-03-27 10:39:14 +02:00
|
|
|
0xffffffff, /* src_mask */
|
|
|
|
0xffffffff, /* dst_mask */
|
2002-11-30 09:39:46 +01:00
|
|
|
FALSE) /* pcrel_offset */
|
2000-03-27 10:39:14 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Map BFD reloc types to AVR ELF reloc types. */
|
|
|
|
|
|
|
|
struct avr_reloc_map
|
|
|
|
{
|
|
|
|
bfd_reloc_code_real_type bfd_reloc_val;
|
|
|
|
unsigned int elf_reloc_val;
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct avr_reloc_map avr_reloc_map[] =
|
|
|
|
{
|
|
|
|
{ BFD_RELOC_NONE, R_AVR_NONE },
|
|
|
|
{ BFD_RELOC_32, R_AVR_32 },
|
|
|
|
{ BFD_RELOC_AVR_7_PCREL, R_AVR_7_PCREL },
|
|
|
|
{ BFD_RELOC_AVR_13_PCREL, R_AVR_13_PCREL },
|
|
|
|
{ BFD_RELOC_16, R_AVR_16 },
|
|
|
|
{ BFD_RELOC_AVR_16_PM, R_AVR_16_PM },
|
|
|
|
{ BFD_RELOC_AVR_LO8_LDI, R_AVR_LO8_LDI},
|
|
|
|
{ BFD_RELOC_AVR_HI8_LDI, R_AVR_HI8_LDI },
|
|
|
|
{ BFD_RELOC_AVR_HH8_LDI, R_AVR_HH8_LDI },
|
|
|
|
{ BFD_RELOC_AVR_LO8_LDI_NEG, R_AVR_LO8_LDI_NEG },
|
|
|
|
{ BFD_RELOC_AVR_HI8_LDI_NEG, R_AVR_HI8_LDI_NEG },
|
|
|
|
{ BFD_RELOC_AVR_HH8_LDI_NEG, R_AVR_HH8_LDI_NEG },
|
|
|
|
{ BFD_RELOC_AVR_LO8_LDI_PM, R_AVR_LO8_LDI_PM },
|
|
|
|
{ BFD_RELOC_AVR_HI8_LDI_PM, R_AVR_HI8_LDI_PM },
|
|
|
|
{ BFD_RELOC_AVR_HH8_LDI_PM, R_AVR_HH8_LDI_PM },
|
|
|
|
{ BFD_RELOC_AVR_LO8_LDI_PM_NEG, R_AVR_LO8_LDI_PM_NEG },
|
|
|
|
{ BFD_RELOC_AVR_HI8_LDI_PM_NEG, R_AVR_HI8_LDI_PM_NEG },
|
|
|
|
{ BFD_RELOC_AVR_HH8_LDI_PM_NEG, R_AVR_HH8_LDI_PM_NEG },
|
|
|
|
{ BFD_RELOC_AVR_CALL, R_AVR_CALL }
|
|
|
|
};
|
|
|
|
|
|
|
|
static reloc_howto_type *
|
|
|
|
bfd_elf32_bfd_reloc_type_lookup (abfd, code)
|
2000-07-04 00:25:33 +02:00
|
|
|
bfd *abfd ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +02:00
|
|
|
bfd_reloc_code_real_type code;
|
|
|
|
{
|
|
|
|
unsigned int i;
|
|
|
|
|
|
|
|
for (i = 0;
|
|
|
|
i < sizeof (avr_reloc_map) / sizeof (struct avr_reloc_map);
|
|
|
|
i++)
|
|
|
|
{
|
|
|
|
if (avr_reloc_map[i].bfd_reloc_val == code)
|
|
|
|
return &elf_avr_howto_table[avr_reloc_map[i].elf_reloc_val];
|
|
|
|
}
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the howto pointer for an AVR ELF reloc. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
avr_info_to_howto_rela (abfd, cache_ptr, dst)
|
2000-07-04 00:25:33 +02:00
|
|
|
bfd *abfd ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +02:00
|
|
|
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;
|
2000-03-27 10:39:14 +02:00
|
|
|
{
|
|
|
|
unsigned int r_type;
|
|
|
|
|
|
|
|
r_type = ELF32_R_TYPE (dst->r_info);
|
|
|
|
BFD_ASSERT (r_type < (unsigned int) R_AVR_max);
|
|
|
|
cache_ptr->howto = &elf_avr_howto_table[r_type];
|
|
|
|
}
|
|
|
|
|
|
|
|
static asection *
|
2002-07-01 10:06:47 +02:00
|
|
|
elf32_avr_gc_mark_hook (sec, info, rel, h, sym)
|
|
|
|
asection *sec;
|
2000-07-04 00:25:33 +02:00
|
|
|
struct bfd_link_info *info ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +02:00
|
|
|
Elf_Internal_Rela *rel;
|
|
|
|
struct elf_link_hash_entry *h;
|
|
|
|
Elf_Internal_Sym *sym;
|
|
|
|
{
|
|
|
|
if (h != NULL)
|
|
|
|
{
|
|
|
|
switch (ELF32_R_TYPE (rel->r_info))
|
|
|
|
{
|
|
|
|
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);
|
Support for more than 64k ELF sections.
include/elf/ChangeLog
* external.h (Elf_External_Sym_Shndx): Declare.
* internal.h (struct elf_internal_sym <st_shndx>): Make it an
unsigned int.
* common.h (SHN_BAD): Define.
bfd/ChangeLog
* configure.in: Bump bfd version.
* configure: Regenerate.
* elf-bfd.h (elf_size_info <swap_symbol_out>): Add shndx param.
(bfd_elf32_swap_symbol_in): Likewise.
(bfd_elf32_swap_symbol_out): Likewise.
(bfd_elf64_swap_symbol_in): Likewise.
(bfd_elf64_swap_symbol_out): Likewise.
(elf_reloc_cookie): Add locsym_shndx field. Make locsyms a PTR.
(elf_obj_tdata): Add num_elf_sections, symtab_shndx_hdr and
symtab_shndx_section.
(elf_numsections): Define.
(elf_symtab_shndx): Define.
* elf.c (setup_group): Use elf_numsections rather than header e_shnum.
(bfd_elf_find_section): Likewise.
(bfd_section_from_elf_index): Likewise.
(bfd_section_from_shdr): Likewise. Handle SHT_SYMTAB_SHNDX.
(bfd_section_from_r_symndx): Read symbol shndx extension, and
translate st_shndx for > SHN_HIRESERVE.
(assign_section_numbers): Skip reserved sections. Assign
symtab_shndx_section and elf_numsections. Exclude reserved
sections from e_shnum. Set up symtab_shndx_hdr.
(_bfd_elf_compute_section_file_positions): Handle symtab_shndx_hdr.
(map_sections_to_segments): Don't map eh_frame_hdr unless required.
(assign_file_positions_except_relocs): Use elf_numsections rather
than header e_shnum. Skip reserved sections and symtab_shndx_section.
(prep_headers): Set name for symtab_shndx_hdr.
(_bfd_elf_assign_file_positions_for_relocs): Use elf_numsections.
(_bfd_elf_write_object_contents): Likewise. Skip reserved sections.
(_bfd_elf_section_from_bfd_section): Check bfd_{abs,com,und}_section
first. Use elf_section_data if available. Use elf_numsections.
Start scan at index 1.
(copy_private_bfd_data ): Comment fixes.
(MAP_ONESYMTAB): Define above SHN_HIOS.
(MAP_DYNSYMTAB): Likewise.
(MAP_STRTAB): Likewise.
(MAP_SHSTRTAB): Likewise.
(MAP_SYM_SHNDX): New define.
(_bfd_elf_copy_private_symbol_data): Handle symtab_shndx_section.
(swap_out_syms): Swap out SHT_SYMTAB_SHNDX section too.
* elfcode.h (elf_swap_symbol_in): Add shndx param, and handle shndx
extension.
(elf_swap_symbol_out): Likewise.
(elf_object_p): Set elf_numsections, and use instead of e_shnum.
Initialialise reserved elf_elfsections to point at shdr[0]. Remove
redundant bfd_release calls.
(elf_slurp_symbol_table): Read symbol shndx extension, and use with
elf_swap_symbol_in. Translate st_shndx for > SHN_HIRESERVE too.
* elflink.h (elf_link_is_defined_archive_symbol): Read symbol shndx
extension, and use with elf_swap_symbol_in.
(elf_link_record_local_dynamic_symbol): Likewise.
(elf_link_add_object_symbols): Likewise. Also translate st_shndx
for elf sections > SHN_HIRESERVE.
(NAME(bfd_elf,size_dynamic_sections)): Adjust elf_swap_symbol_out
call.
(struct elf_final_link_info): Add locsym_shndx and symshndxbuf.
(elf_bfd_final_link): Allocate the above, and tidy code allocating
other buffers. Use elf_numsections instead of e_shnum. Adjust
elf_swap_symbol_out calls.
(elf_link_output_sym): Swap out symbol shndx extension too.
(elf_link_flush_output_syms): And flush them to disk.
(elf_link_output_extsym): Use SHN_BAD. Adjust elf_swap_symbol_out
calls.
(elf_gc_mark): Read symbol shndx extension, and use with
elf_swap_symbol_in.
(elf_link_input_bfd): Likewise, Translate st_shndx for elf sections
> SHN_HIRESERVE too. Use SHN_BAD.
(elf_reloc_symbol_deleted_p): Use symbol shndx extensions with
elf_swap_symbol_in. Translate st_shndx > SHN_HIRESERVE too.
(elf_bfd_discard_info): Read symbol shndx extension. Don't attempt
to continue after a bfd error.
* elf-m10200.c (mn10200_elf_relax_section): Only read local syms.
Stash them immediately to symtab_hdr->contents rather than later
in multiple places. Clean up afterwards. Read symbol shndx
extension, and use with swap_symbol_in. Translate SHN_UNDEF,
SHN_ABS, SHN_COMMON and elf sections > SHN_HIRESERVE to bfd
sections too. Remove dead code.
(mn10200_elf_relax_delete_bytes): Use symbol shndx extension
when swapping in symbols. Tidy code adjusting global syms.
Don't swap in global syms.
(mn10200_elf_symbol_address_p): Likewise. Remove extsyms param.
(mn10200_elf_get_relocated_section_contents): Read symbol shndx
extension, and use with swap_symbol_in. Rename "size" -> "amt"
to maximize code in common with other files. Translate st_shndx
for > SHN_HIRESERVE too. Remove dead code.
* elf-m10300.c (mn10300_elf_relax_section): Only read local syms.
Stash them immediately to symtab_hdr->contents rather than later
in multiple places. Clean up afterwards. Read symbol shndx
extension, and use with swap_symbol_in. Remove dead code.
(mn10300_elf_relax_delete_bytes): As for elf-m10200.c.
(mn10300_elf_symbol_address_p): Likewise.
(mn10300_elf_get_relocated_section_contents): Likewise.
* elf32-h8300.c (elf32_h8_relax_section): As for elf-m10300.c.
(elf32_h8_relax_delete_bytes): Likewise.
(elf32_h8_symbol_address_p): Likewise.
(elf32_h8_get_relocated_section_contents): Likewise.
* elf32-hppa.c (elf32_hppa_size_stubs): Read symbol shndx
extension, and use with swap_symbol_in.
* elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
* elf32-i370.c (i370_elf_finish_dynamic_sections): Adjust call to
bfd_elf32_swap_symbol_out.
* elf32-m32r.c (m32r_elf_get_relocated_section_contents): Translate
elf sections > SHN_HIRESERVE too.
* elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Only read
local syms. Read symbol shndx extension, and use with swap_symbol_in.
* elf32-mips.c (_bfd_mips_elf_final_write_processing): Use
elf_numsections rather than header e_shnum.
* elf32-sh.c (sh_elf_relax_section): As for elf-m10300.c.
(sh_elf_relax_delete_bytes): Likewise.
(sh_elf_get_relocated_section_contents): Likewise. Only read local
symbols.
* elf32-v850.c (v850_elf_symbol_processing): Use an unsigned int to
hold section index. Use elf_numsections rather than e_shnum.
Rename "index" -> "indx" to avoid shadowing warning.
(v850_elf_add_symbol_hook): Likewise.
* elf64-alpha.c (elf64_alpha_relax_section): Only read local syms.
Read symbol shndx extension, and use with swap_symbol_in.
* elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
Translate SHN_COMMON and elf sections > SHN_HIRESERVE too.
* elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
(elfNN_ia64_aix_add_symbol_hook): Use elf_numsections.
* elf-m10300.c (mn10300_elf_gc_mark_hook): Remove unnecessary checks
before calling bfd_section_from_elf_index on local syms.
* elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
* elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
* elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
* elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
* elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
* elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
* elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
* elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
* elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
* elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
* elf32-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
* elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
* elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
* elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
* elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
* elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
* elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
* elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
* elf64-mips.c (mips_elf64_gc_mark_hook): Likewise.
* elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
* elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
* elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
* elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
binutils/ChangeLog
* readelf.c (symtab_shndx_hdr): New global.
(SECTION_HEADER_INDEX): Define.
(SECTION_HEADER_NUM): Define.
(SECTION_HEADER): Define.
(GET_ELF_SYMBOLS): Pass two params rather than three.
(get_32bit_elf_symbols): Take file and section args. Read and
use SHT_SYMTAB_SHNDX.
(get_64bit_elf_symbols): Likewise.
(dump_relocations): Use SECTION_HEADER to index "section_headers".
(process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
Remember symtab_shdx_hdr.
(process_program_headers): Scan from index 1 for segment map.
(slurp_ia64_unwind_table): Use SECTION_HEADER to index
"section_headers".
(process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
(process_unwind): Likewise.
(process_version_sections): Likewise.
(process_symbol_table): Likewise.
(display_debug_info): Likewise.
(process_dynamic_segment): Fake up a symtab section for changed
GET_ELF_SYMBOLS.
(get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
(process_program_headers): Kill signed/unsigned warning.
(load_debug_str): Likewise.
(display_debug_info): Likewise.
2001-12-17 01:52:35 +01:00
|
|
|
|
2000-03-27 10:39:14 +02:00
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2000-03-27 10:39:14 +02:00
|
|
|
elf32_avr_gc_sweep_hook (abfd, info, sec, relocs)
|
2000-07-04 00:25:33 +02:00
|
|
|
bfd *abfd ATTRIBUTE_UNUSED;
|
|
|
|
struct bfd_link_info *info ATTRIBUTE_UNUSED;
|
|
|
|
asection *sec ATTRIBUTE_UNUSED;
|
|
|
|
const Elf_Internal_Rela *relocs ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +02:00
|
|
|
{
|
|
|
|
/* We don't use got and plt entries for avr. */
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2000-03-27 10:39:14 +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
|
2000-03-27 10:39:14 +02:00
|
|
|
elf32_avr_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;
|
2000-03-27 10:39:14 +02:00
|
|
|
|
|
|
|
symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
|
|
|
|
sym_hashes = elf_sym_hashes (abfd);
|
2000-12-03 21:44:04 +01:00
|
|
|
sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym);
|
2000-03-27 10:39:14 +02:00
|
|
|
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];
|
|
|
|
}
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
avr_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;
|
|
|
|
bfd_vma x;
|
|
|
|
bfd_signed_vma srel;
|
|
|
|
|
|
|
|
switch (howto->type)
|
|
|
|
{
|
|
|
|
case R_AVR_7_PCREL:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation;
|
|
|
|
srel += rel->r_addend;
|
|
|
|
srel -= rel->r_offset;
|
2000-12-03 21:44:04 +01:00
|
|
|
srel -= 2; /* Branch instructions add 2 to the PC... */
|
2000-03-27 10:39:14 +02:00
|
|
|
srel -= (input_section->output_section->vma +
|
|
|
|
input_section->output_offset);
|
|
|
|
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
if (srel > ((1 << 7) - 1) || (srel < - (1 << 7)))
|
|
|
|
return bfd_reloc_overflow;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xfc07) | (((srel >> 1) << 3) & 0x3f8);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_13_PCREL:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation;
|
|
|
|
srel += rel->r_addend;
|
|
|
|
srel -= rel->r_offset;
|
2000-12-03 21:44:04 +01:00
|
|
|
srel -= 2; /* Branch instructions add 2 to the PC... */
|
2000-03-27 10:39:14 +02:00
|
|
|
srel -= (input_section->output_section->vma +
|
|
|
|
input_section->output_offset);
|
|
|
|
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
|
|
|
|
/* AVR addresses commands as words. */
|
|
|
|
srel >>= 1;
|
|
|
|
|
|
|
|
/* Check for overflow. */
|
|
|
|
if (srel < -2048 || srel > 2047)
|
|
|
|
{
|
|
|
|
/* Apply WRAPAROUND if possible. */
|
2000-06-27 03:45:30 +02:00
|
|
|
switch (bfd_get_mach (input_bfd))
|
2000-03-27 10:39:14 +02:00
|
|
|
{
|
2000-06-27 03:45:30 +02:00
|
|
|
case bfd_mach_avr2:
|
|
|
|
case bfd_mach_avr4:
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
return bfd_reloc_overflow;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf000) | (srel & 0xfff);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_LO8_LDI:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HI8_LDI:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = (srel >> 8) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HH8_LDI:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = (srel >> 16) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_LO8_LDI_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HI8_LDI_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
srel = (srel >> 8) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HH8_LDI_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
srel = (srel >> 16) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_LO8_LDI_PM:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HI8_LDI_PM:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
srel = (srel >> 8) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HH8_LDI_PM:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
srel = (srel >> 16) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_LO8_LDI_PM_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HI8_LDI_PM_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
srel = (srel >> 8) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_HH8_LDI_PM_NEG:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
srel = -srel;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
srel = (srel >> 16) & 0xff;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x = (x & 0xf0f0) | (srel & 0xf) | ((srel << 4) & 0xf00);
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case R_AVR_CALL:
|
|
|
|
contents += rel->r_offset;
|
|
|
|
srel = (bfd_signed_vma) relocation + rel->r_addend;
|
|
|
|
if (srel & 1)
|
|
|
|
return bfd_reloc_outofrange;
|
|
|
|
srel = srel >> 1;
|
|
|
|
x = bfd_get_16 (input_bfd, contents);
|
|
|
|
x |= ((srel & 0x10000) | ((srel << 3) & 0x1f00000)) >> 16;
|
|
|
|
bfd_put_16 (input_bfd, x, contents);
|
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
|
|
|
bfd_put_16 (input_bfd, (bfd_vma) srel & 0xffff, contents+2);
|
2000-03-27 10:39:14 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
r = _bfd_final_link_relocate (howto, input_bfd, input_section,
|
|
|
|
contents, rel->r_offset,
|
|
|
|
relocation, rel->r_addend);
|
|
|
|
}
|
|
|
|
|
|
|
|
return r;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Relocate an AVR ELF section. */
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2000-03-27 10:39:14 +02:00
|
|
|
elf32_avr_relocate_section (output_bfd, info, input_bfd, input_section,
|
|
|
|
contents, relocs, local_syms, local_sections)
|
2000-07-04 00:25:33 +02:00
|
|
|
bfd *output_bfd ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +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-07-23 14:29:33 +02:00
|
|
|
|
2000-03-27 10:39:14 +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;
|
|
|
|
|
2002-07-23 14:29:33 +02:00
|
|
|
/* This is a final link. */
|
2000-03-27 10:39:14 +02:00
|
|
|
r_type = ELF32_R_TYPE (rel->r_info);
|
|
|
|
r_symndx = ELF32_R_SYM (rel->r_info);
|
|
|
|
howto = elf_avr_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);
|
2000-03-27 10:39:14 +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;
|
2000-03-27 10:39:14 +02:00
|
|
|
relocation = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
r = avr_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);
|
2000-03-27 10:39:14 +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;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
return TRUE;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The final processing done just before writing out a AVR ELF object
|
|
|
|
file. This gets the AVR architecture right based on the machine
|
|
|
|
number. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfd_elf_avr_final_write_processing (abfd, linker)
|
|
|
|
bfd *abfd;
|
2002-11-30 09:39:46 +01:00
|
|
|
bfd_boolean linker ATTRIBUTE_UNUSED;
|
2000-03-27 10:39:14 +02:00
|
|
|
{
|
|
|
|
unsigned long val;
|
|
|
|
|
|
|
|
switch (bfd_get_mach (abfd))
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
case bfd_mach_avr2:
|
|
|
|
val = E_AVR_MACH_AVR2;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_mach_avr1:
|
|
|
|
val = E_AVR_MACH_AVR1;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_mach_avr3:
|
|
|
|
val = E_AVR_MACH_AVR3;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case bfd_mach_avr4:
|
|
|
|
val = E_AVR_MACH_AVR4;
|
|
|
|
break;
|
|
|
|
|
2000-06-27 03:45:30 +02:00
|
|
|
case bfd_mach_avr5:
|
|
|
|
val = E_AVR_MACH_AVR5;
|
|
|
|
break;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
elf_elfheader (abfd)->e_machine = EM_AVR;
|
|
|
|
elf_elfheader (abfd)->e_flags &= ~ EF_AVR_MACH;
|
|
|
|
elf_elfheader (abfd)->e_flags |= val;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the right machine number. */
|
|
|
|
|
2002-11-30 09:39:46 +01:00
|
|
|
static bfd_boolean
|
2000-03-27 10:39:14 +02:00
|
|
|
elf32_avr_object_p (abfd)
|
|
|
|
bfd *abfd;
|
|
|
|
{
|
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
|
|
|
unsigned int e_set = bfd_mach_avr2;
|
2001-09-13 01:53:31 +02:00
|
|
|
if (elf_elfheader (abfd)->e_machine == EM_AVR
|
|
|
|
|| elf_elfheader (abfd)->e_machine == EM_AVR_OLD)
|
2000-03-27 10:39:14 +02:00
|
|
|
{
|
|
|
|
int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH;
|
|
|
|
switch (e_mach)
|
|
|
|
{
|
|
|
|
default:
|
|
|
|
case E_AVR_MACH_AVR2:
|
|
|
|
e_set = bfd_mach_avr2;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case E_AVR_MACH_AVR1:
|
|
|
|
e_set = bfd_mach_avr1;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case E_AVR_MACH_AVR3:
|
|
|
|
e_set = bfd_mach_avr3;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case E_AVR_MACH_AVR4:
|
|
|
|
e_set = bfd_mach_avr4;
|
|
|
|
break;
|
2000-06-27 03:45:30 +02:00
|
|
|
|
|
|
|
case E_AVR_MACH_AVR5:
|
|
|
|
e_set = bfd_mach_avr5;
|
|
|
|
break;
|
2000-03-27 10:39:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return bfd_default_set_arch_mach (abfd, bfd_arch_avr,
|
|
|
|
e_set);
|
|
|
|
}
|
|
|
|
|
|
|
|
#define ELF_ARCH bfd_arch_avr
|
|
|
|
#define ELF_MACHINE_CODE EM_AVR
|
2001-09-13 01:53:31 +02:00
|
|
|
#define ELF_MACHINE_ALT1 EM_AVR_OLD
|
2000-03-27 10:39:14 +02:00
|
|
|
#define ELF_MAXPAGESIZE 1
|
|
|
|
|
|
|
|
#define TARGET_LITTLE_SYM bfd_elf32_avr_vec
|
|
|
|
#define TARGET_LITTLE_NAME "elf32-avr"
|
|
|
|
|
|
|
|
#define elf_info_to_howto avr_info_to_howto_rela
|
|
|
|
#define elf_info_to_howto_rel NULL
|
|
|
|
#define elf_backend_relocate_section elf32_avr_relocate_section
|
|
|
|
#define elf_backend_gc_mark_hook elf32_avr_gc_mark_hook
|
|
|
|
#define elf_backend_gc_sweep_hook elf32_avr_gc_sweep_hook
|
|
|
|
#define elf_backend_check_relocs elf32_avr_check_relocs
|
|
|
|
#define elf_backend_can_gc_sections 1
|
2002-07-23 14:29:33 +02:00
|
|
|
#define elf_backend_rela_normal 1
|
2000-03-27 10:39:14 +02:00
|
|
|
#define elf_backend_final_write_processing \
|
|
|
|
bfd_elf_avr_final_write_processing
|
|
|
|
#define elf_backend_object_p elf32_avr_object_p
|
|
|
|
|
|
|
|
#include "elf32-target.h"
|