4cfefe7b79
* tic6x.h (R_C6000_JUMP_SPLOT, R_C6000_EHTYPE, R_C6000_PCR_H16, R_C6000_PCR_L16): New relocs. (SHN_TIC6X_SCOMMON): Define. bfd/ * elf32-tic6x.h (struct elf32_tic6x_params): New. (elf32_tic6x_setup): Declare. * elf32-tic6x.c: Include <limits.h>. (ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define. (struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry): New structures. (elf32_tic6x_link_hash_table, is_tic6x_elf): New macros. (tic6x_elf_scom_section, tic6x_elf_scom_symbol, tic6x_elf_scom_symbol_ptr): New static variables. (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel, elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE, R_C6000_PCR_H16 and R_C6000_PCR_L16. (elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create, elf32_tic6x_link_hash_table_free, elf32_tic6x_setup, elf32_tic6x_using_dsbt, elf32_tic6x_install_rela, elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc, elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook, elf32_tic6x_adjust_dynamic_symbol): New static functions. (elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches to weak symbols as required by the ABI. Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file as needed when generating DSBT output. (elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook, elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section, elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections, elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers, elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val, elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym): New static functions. (ELF_MAXPAGESIZE): Define to 0x1000. (bfd_elf32_bfd_copy_private_bfd_data, bfd_elf32_bfd_link_hash_table_create, bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount, elf_backend_want_got_plt, elf_backend_want_dynbss, elf_backend_plt_readonly, elf_backend_got_header_size, elf_backend_gc_sweep_hook, elf_backend_modify_program_headers, elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol, elf_backend_check_relocs, elf_backend_add_symbol_hook, elf_backend_symbol_processing, elf_backend_link_output_symbol_hook, elf_backend_section_from_bfd_section, elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections, elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections, elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define. * bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE, BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add. * bfd/bfd-in2.h: Regenerate. * bfd/libbfd.h: Regenerate. * config.bfd: Accept tic6x-*-* instead of tic6x-*-elf. gas/ * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New static variables. (md_begin): Initialize them. (s_tic6x_scomm): New static function. (md_pseudo_table): Add "scomm". (tc_gen_reloc): Really undo all adjustments made by bfd_install_relocation. * doc/c-tic6x.texi: Document the .scomm directive. gas/testsuite/ * gas/tic6x/scomm-directive-1.s: New test. * gas/tic6x/scomm-directive-1.d: New test. * gas/tic6x/scomm-directive-2.s: New test. * gas/tic6x/scomm-directive-2.d: New test. * gas/tic6x/scomm-directive-3.s: New test. * gas/tic6x/scomm-directive-3.d: New test. * gas/tic6x/scomm-directive-4.s: New test. * gas/tic6x/scomm-directive-4.d: New test. * gas/tic6x/scomm-directive-5.s: New test. * gas/tic6x/scomm-directive-5.d: New test. * gas/tic6x/scomm-directive-6.s: New test. * gas/tic6x/scomm-directive-6.d: New test. * gas/tic6x/scomm-directive-7.s: New test. * gas/tic6x/scomm-directive-7.d: New test. * gas/tic6x/scomm-directive-8.s: New test. * gas/tic6x/scomm-directive-8.d: New test. ld/ * emulparams/elf32_tic6x_le.sh (BIG_OUTPUT_FORMAT, EXTRA_EM_FILE, GENERATE_SHLIB_SCRIPT): New defines. (TEXT_START_ADDR): Define differently depending on target. (.got): Redefine to include "*(.dsbt)". (SDATA_START_SYMBOLS): Remove, replace with (OTHER_GOT_SYMBOLS): New. (OTHER_BSS_SECTIONS): Define only for ELF targets. * emultempl/tic6xdsbt.em: New file. * gen-doc.texi: Set C6X. * ld.texinfo: Likewise. (Options specific to C6X uClinux targets): New section. binutils/ * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X. (dump_relocations): Likewise. binutils/testsuite/ * lib/binutils-common.exp (is_elf_format): Accept tic6x*-*-uclinux*. ld/testsuite/ * ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*. * ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining pagesize to 1. * ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable linking tests. * ld-tic6x/dsbt.ld: New linker script. * ld-tic6x/dsbt-be.ld: New linker script. * ld-tic6x/dsbt-overflow.ld: New linker script. * ld-tic6x/dsbt-inrange.ld: New linker script. * ld-tic6x/shlib-1.s: New test. * ld-tic6x/shlib-2.s: New test. * ld-tic6x/shlib-app-1r.s: New test. * ld-tic6x/shlib-app-1.s: New test. * ld-tic6x/shlib-1.sd: New test. * ld-tic6x/shlib-1.dd: New test. * ld-tic6x/shlib-app-1.rd: New test. * ld-tic6x/shlib-app-1rb.rd: New test. * ld-tic6x/shlib-app-1.sd: New test. * ld-tic6x/static-app-1rb.od: New test. * ld-tic6x/shlib-app-1.dd: New test. * ld-tic6x/shlib-app-1rb.sd: New test. * ld-tic6x/static-app-1b.od: New test. * ld-tic6x/static-app-1r.od: New test. * ld-tic6x/shlib-1rb.rd: New test. * ld-tic6x/shlib-app-1rb.dd: New test. * ld-tic6x/shlib-1rb.sd: New test. * ld-tic6x/shlib-1rb.dd: New test. * ld-tic6x/shlib-app-1b.od: New test. * ld-tic6x/tic6x.exp: New test. * ld-tic6x/static-app-1rb.rd: New test. * ld-tic6x/shlib-app-1r.od: New test. * ld-tic6x/static-app-1.od: New test. * ld-tic6x/static-app-1b.rd: New test. * ld-tic6x/static-app-1r.rd: New test. * ld-tic6x/static-app-1rb.sd: New test. * ld-tic6x/static-app-1b.sd: New test. * ld-tic6x/static-app-1rb.dd: New test. * ld-tic6x/static-app-1r.sd: New test. * ld-tic6x/static-app-1b.dd: New test. * ld-tic6x/shlib-1b.rd: New test. * ld-tic6x/static-app-1r.dd: New test. * ld-tic6x/shlib-app-1b.rd: New test. * ld-tic6x/shlib-1r.rd: New test. * ld-tic6x/shlib-app-1r.rd: New test. * ld-tic6x/shlib-1b.sd: New test. * ld-tic6x/static-app-1.rd: New test. * ld-tic6x/shlib-app-1b.sd: New test. * ld-tic6x/shlib-1r.sd: New test. * ld-tic6x/shlib-1b.dd: New test. * ld-tic6x/shlib-app-1r.sd: New test. * ld-tic6x/shlib-app-1b.dd: New test. * ld-tic6x/shlib-1r.dd: New test. * ld-tic6x/static-app-1.sd: New test. * ld-tic6x/shlib-app-1r.dd: New test. * ld-tic6x/static-app-1.dd: New test. * ld-tic6x/shlib-noindex.rd: New test. * ld-tic6x/shlib-noindex.dd: New test. * ld-tic6x/shlib-noindex.sd: New test. * ld-tic6x/got-reloc-local-1.s: New test. * ld-tic6x/got-reloc-local-2.s: New test. * ld-tic6x/got-reloc-local-r.d: New test. * ld-tic6x/got-reloc-global.s: New test. * ld-tic6x/got-reloc-global-addend-1.d: New test. * ld-tic6x/got-reloc-global-addend-1.s: New test. * ld-tic6x/got-reloc-global-addend-2.d: New test. * ld-tic6x/got-reloc-inrange.d: New test. * ld-tic6x/got-reloc-overflow.d: New test. * ld-tic6x/got-reloc-global-addend-2.s: New test. * ld-tic6x/dsbt-index-error.d: New test. * ld-tic6x/dsbt-index.d: New test. * ld-tic6x/dsbt-index.s: New test. * ld-tic6x/shlib-app-1.od: New test. * ld-tic6x/shlib-app-1rb.od: New test. * ld-tic6x/shlib-1.rd: New test. * ld-tic6x/weak.d: New test. * ld-tic6x/weak-be.d: New test. * ld-tic6x/weak.s: New test. * ld-tic6x/weak-data.d: New test. * ld-tic6x/common.d: New test. * ld-tic6x/common.ld: New test. * ld-tic6x/common.s: New test.
162 lines
4.6 KiB
C
162 lines
4.6 KiB
C
/* TI C6X ELF support for BFD.
|
|
Copyright 2010, 2011
|
|
Free Software Foundation, Inc.
|
|
|
|
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 3 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., 51 Franklin Street - Fifth Floor, Boston,
|
|
MA 02110-1301, USA. */
|
|
|
|
#ifndef _ELF_TIC6X_H
|
|
#define _ELF_TIC6X_H
|
|
|
|
#include "elf/reloc-macros.h"
|
|
|
|
/* Relocation types. */
|
|
START_RELOC_NUMBERS (elf_tic6x_reloc_type)
|
|
RELOC_NUMBER (R_C6000_NONE, 0)
|
|
RELOC_NUMBER (R_C6000_ABS32, 1)
|
|
RELOC_NUMBER (R_C6000_ABS16, 2)
|
|
RELOC_NUMBER (R_C6000_ABS8, 3)
|
|
RELOC_NUMBER (R_C6000_PCR_S21, 4)
|
|
RELOC_NUMBER (R_C6000_PCR_S12, 5)
|
|
RELOC_NUMBER (R_C6000_PCR_S10, 6)
|
|
RELOC_NUMBER (R_C6000_PCR_S7, 7)
|
|
RELOC_NUMBER (R_C6000_ABS_S16, 8)
|
|
RELOC_NUMBER (R_C6000_ABS_L16, 9)
|
|
RELOC_NUMBER (R_C6000_ABS_H16, 10)
|
|
RELOC_NUMBER (R_C6000_SBR_U15_B, 11)
|
|
RELOC_NUMBER (R_C6000_SBR_U15_H, 12)
|
|
RELOC_NUMBER (R_C6000_SBR_U15_W, 13)
|
|
RELOC_NUMBER (R_C6000_SBR_S16, 14)
|
|
RELOC_NUMBER (R_C6000_SBR_L16_B, 15)
|
|
RELOC_NUMBER (R_C6000_SBR_L16_H, 16)
|
|
RELOC_NUMBER (R_C6000_SBR_L16_W, 17)
|
|
RELOC_NUMBER (R_C6000_SBR_H16_B, 18)
|
|
RELOC_NUMBER (R_C6000_SBR_H16_H, 19)
|
|
RELOC_NUMBER (R_C6000_SBR_H16_W, 20)
|
|
RELOC_NUMBER (R_C6000_SBR_GOT_U15_W, 21)
|
|
RELOC_NUMBER (R_C6000_SBR_GOT_L16_W, 22)
|
|
RELOC_NUMBER (R_C6000_SBR_GOT_H16_W, 23)
|
|
RELOC_NUMBER (R_C6000_DSBT_INDEX, 24)
|
|
RELOC_NUMBER (R_C6000_PREL31, 25)
|
|
RELOC_NUMBER (R_C6000_COPY, 26)
|
|
RELOC_NUMBER (R_C6000_JUMP_SLOT, 27)
|
|
RELOC_NUMBER (R_C6000_EHTYPE, 28)
|
|
RELOC_NUMBER (R_C6000_PCR_H16, 29)
|
|
RELOC_NUMBER (R_C6000_PCR_L16, 30)
|
|
RELOC_NUMBER (R_C6000_ALIGN, 253)
|
|
RELOC_NUMBER (R_C6000_FPHEAD, 254)
|
|
RELOC_NUMBER (R_C6000_NOCMP, 255)
|
|
END_RELOC_NUMBERS (R_TIC6X_max)
|
|
|
|
/* Processor-specific flags. */
|
|
|
|
/* File contains static relocation information. */
|
|
#define EF_C6000_REL 0x1
|
|
|
|
/* Processor-specific section types. */
|
|
|
|
/* Unwind function table for stack unwinding. */
|
|
#define SHT_C6000_UNWIND 0x70000001
|
|
|
|
/* DLL dynamic linking pre-emption map. */
|
|
#define SHT_C6000_PREEMPTMAP 0x70000002
|
|
|
|
/* Object file compatibility attributes. */
|
|
#define SHT_C6000_ATTRIBUTES 0x70000003
|
|
|
|
/* Intermediate code for link-time optimization. */
|
|
#define SHT_TI_ICODE 0x7F000000
|
|
|
|
/* Symbolic cross reference information. */
|
|
#define SHT_TI_XREF 0x7F000001
|
|
|
|
/* Reserved. */
|
|
#define SHT_TI_HANDLER 0x7F000002
|
|
|
|
/* Compressed data for initializing C variables. */
|
|
#define SHT_TI_INITINFO 0x7F000003
|
|
|
|
/* Extended program header attributes. */
|
|
#define SHT_TI_PHATTRS 0x7F000004
|
|
|
|
/* Processor specific section indices. These sections do not actually
|
|
exist. Symbols with a st_shndx field corresponding to one of these
|
|
values have a special meaning. */
|
|
|
|
/* Small data area common symbol. */
|
|
#define SHN_TIC6X_SCOMMON SHN_LORESERVE
|
|
|
|
/* Processor-specific segment types. */
|
|
|
|
/* Extended Segment Attributes. */
|
|
#define PT_C6000_PHATTR 0x70000000
|
|
|
|
/* Processor-specific dynamic tags. */
|
|
|
|
/* Undocumented. */
|
|
#define DT_C6000_GSYM_OFFSET 0x6000000D
|
|
|
|
/* Undocumented. */
|
|
#define DT_C6000_GSTR_OFFSET 0x6000000F
|
|
|
|
/* Statically linked base address of data segment. */
|
|
#define DT_C6000_DSBT_BASE 0x70000000
|
|
|
|
/* Number of entries in this module's DSBT. */
|
|
#define DT_C6000_DSBT_SIZE 0x70000001
|
|
|
|
/* Undocumented. */
|
|
#define DT_C6000_PREEMPTMAP 0x70000002
|
|
|
|
/* The hard-coded DSBT index for this module, if any. */
|
|
#define DT_C6000_DSBT_INDEX 0x70000003
|
|
|
|
/* Extended program header attributes. */
|
|
|
|
/* Terminate a segment. */
|
|
#define PHA_NULL 0x0
|
|
|
|
/* Segment's address bound to the final address. */
|
|
#define PHA_BOUND 0x1
|
|
|
|
/* Segment cannot be further relocated. */
|
|
#define PHA_READONLY 0x2
|
|
|
|
/* Build attributes. */
|
|
enum
|
|
{
|
|
#define TAG(tag, value) tag = value,
|
|
#include "elf/tic6x-attrs.h"
|
|
#undef TAG
|
|
Tag_C6XABI_last
|
|
};
|
|
|
|
/* Values for Tag_ISA. GNU-specific names; the ABI does not specify
|
|
names for these values. */
|
|
enum
|
|
{
|
|
C6XABI_Tag_ISA_none = 0,
|
|
C6XABI_Tag_ISA_C62X = 1,
|
|
C6XABI_Tag_ISA_C67X = 3,
|
|
C6XABI_Tag_ISA_C67XP = 4,
|
|
C6XABI_Tag_ISA_C64X = 6,
|
|
C6XABI_Tag_ISA_C64XP = 7,
|
|
C6XABI_Tag_ISA_C674X = 8
|
|
};
|
|
|
|
#endif /* _ELF_TIC6X_H */
|