ac14530735
* 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. |
||
---|---|---|
.. | ||
audit.exp | ||
audit.rd | ||
begin.c | ||
beginwarn.c | ||
binutils.exp | ||
comm1.c | ||
commonpage1.d | ||
commonpage2.d | ||
compress.exp | ||
compress1.s | ||
compress1a.d | ||
compress1b.d | ||
compress1c.d | ||
data1.c | ||
data1.h | ||
del.cc | ||
depaudit.rd | ||
depaudit2.rd | ||
discard.ld | ||
discard1.d | ||
discard1.s | ||
discard2.d | ||
discard2.s | ||
discard3.d | ||
dl1.c | ||
dl1.list | ||
dl1.out | ||
dl1main.c | ||
dl2.c | ||
dl2.list | ||
dl2a.list | ||
dl2a.out | ||
dl2b.out | ||
dl2main.c | ||
dl2xxx.c | ||
dl2xxx.list | ||
dl3.cc | ||
dl3.list | ||
dl3a.out | ||
dl3b.out | ||
dl3header.h | ||
dl3main.cc | ||
dl4.c | ||
dl4.list | ||
dl4a.out | ||
dl4b.out | ||
dl4main.c | ||
dl4xxx.c | ||
dl4xxx.list | ||
dl5.cc | ||
dl5.out | ||
dl6.c | ||
dl6a.out | ||
dl6amain.c | ||
dl6b.out | ||
dl6bmain.c | ||
dl6cmain.c | ||
dl6dmain.c | ||
dummy.c | ||
dwarf.exp | ||
dwarf1.c | ||
dwarf1.h | ||
dwarf1.out | ||
dwarf1main.c | ||
dynamic1.d | ||
dynamic1.ld | ||
dynamic1.s | ||
dynbss1.c | ||
dynsym1.d | ||
eh-frame-hdr.d | ||
eh-frame-hdr.s | ||
eh-group.exp | ||
eh-group1.s | ||
eh-group2.s | ||
eh1.d | ||
eh1.s | ||
eh1a.s | ||
eh2.d | ||
eh2a.s | ||
eh3.d | ||
eh3.s | ||
eh3a.s | ||
eh4.d | ||
eh4.s | ||
eh4a.s | ||
eh5.d | ||
eh5.s | ||
eh5a.s | ||
eh5b.s | ||
eh6.d | ||
eh6.s | ||
elf.exp | ||
empty.d | ||
empty.s | ||
empty2.d | ||
empty2.s | ||
end.c | ||
endhidden.c | ||
endprotected.c | ||
exclude.exp | ||
exclude1.s | ||
exclude2.s | ||
exclude3.s | ||
exclude3a.d | ||
exclude3b.d | ||
exclude3c.d | ||
exclude3d.d | ||
expr1.d | ||
expr1.s | ||
expr1.t | ||
extract-symbol-1.ld | ||
extract-symbol-1.s | ||
extract-symbol-1sec.d | ||
extract-symbol-1sym.d | ||
fini.c | ||
fini.out | ||
flags1.d | ||
flags1.ld | ||
flags1.s | ||
foo.c | ||
foo.map | ||
frame.exp | ||
frame.s | ||
func1.c | ||
group.ld | ||
group1.d | ||
group1a.s | ||
group1b.s | ||
group2.d | ||
group3a.d | ||
group3a.s | ||
group3b.d | ||
group3b.s | ||
group4.d | ||
group5.d | ||
group6.d | ||
group7.d | ||
group8.s | ||
group8a.d | ||
group8b.d | ||
group9.s | ||
group9a.d | ||
group9b.d | ||
group10.d | ||
group10.s | ||
hash.d | ||
header.d | ||
header.s | ||
header.t | ||
hidden.out | ||
init-fini-arrays.d | ||
init-fini-arrays.s | ||
init-mixed.c | ||
init-mixed.out | ||
init.c | ||
init.out | ||
linkonce1.d | ||
linkonce1a.s | ||
linkonce1b.s | ||
linkonce2.d | ||
linkoncerdiff.d | ||
linkoncerdiff1.s | ||
linkoncerdiff2.s | ||
lma.lnk | ||
lma.s | ||
loadaddr.s | ||
loadaddr.t | ||
loadaddr1.d | ||
loadaddr1.t | ||
loadaddr2.d | ||
loadaddr2.t | ||
loadaddr3.t | ||
loadaddr3a.d | ||
loadaddr3b.d | ||
local1.d | ||
local1.map | ||
local1.s | ||
main.c | ||
maxpage1.d | ||
maxpage1.s | ||
maxpage2.d | ||
maxpage3.t | ||
maxpage3a.d | ||
maxpage3b.d | ||
maxpage3c.d | ||
maxpage4.d | ||
maxpage4.t | ||
merge.d | ||
merge.ld | ||
merge.s | ||
merge2.d | ||
merge2.s | ||
multibss1.d | ||
multibss1.s | ||
new.cc | ||
nobits-1.d | ||
nobits-1.s | ||
nobits-1.t | ||
noload-1.d | ||
noload-1.s | ||
noload-1.t | ||
noload-2.d | ||
noload-3.d | ||
noload-3.s | ||
noload-3.t | ||
normal.out | ||
note-1.d | ||
note-1.s | ||
note-1.t | ||
note-2.d | ||
note-2.s | ||
note-2.t | ||
orphan-region.d | ||
orphan-region.ld | ||
orphan-region.s | ||
orphan.d | ||
orphan.ld | ||
orphan.s | ||
orphan2.d | ||
orphan2.s | ||
orphan3.d | ||
orphan3a.s | ||
orphan3b.s | ||
orphan3c.s | ||
orphan3d.s | ||
orphan3e.s | ||
orphan3f.s | ||
orphan4.d | ||
orphan4.ld | ||
orphan4.s | ||
overlay.d | ||
overlay.s | ||
overlay.t | ||
pass.out | ||
pr349-1.s | ||
pr349-2.s | ||
pr349.d | ||
pr9676-1.c | ||
pr9676-2.c | ||
pr9676-3.c | ||
pr9676-4.c | ||
pr9676.rd | ||
pr9679-1.c | ||
pr9679-2.c | ||
pr9679.rd | ||
pr11138-1.c | ||
pr11138-1.map | ||
pr11138-2.c | ||
pr11138-2.map | ||
pr11138.out | ||
pr11304.d | ||
pr11304a.s | ||
pr11304b.s | ||
preinit.c | ||
preinit.out | ||
relocatable.d | ||
relocatable.t | ||
relro1.s | ||
relro2.s | ||
sec-to-seg-script-adjoining-pages.t | ||
sec-to-seg-script-disjoint-pages.t | ||
sec-to-seg-script-same-page.t | ||
sec-to-seg.exp | ||
sec-to-seg1.s | ||
sec-to-seg2.s | ||
sec64k.exp | ||
seg.d | ||
seg.s | ||
seg.t | ||
shared.exp | ||
simple.s | ||
stab.d | ||
start.s | ||
symbol1ref.s | ||
symbol1w.s | ||
symbol2ref.s | ||
symbol2w.s | ||
table.s | ||
tbss.s | ||
tbss1.s | ||
tbss2.s | ||
tdata1.s | ||
tdata2.s | ||
textaddr1.d | ||
textaddr2.d | ||
textaddr3.d | ||
textaddr4.d | ||
textaddr5.d | ||
textaddr6.d | ||
textaddr7.d | ||
tls_common.exp | ||
tls_common.s | ||
tls_gc.s | ||
unknown.d | ||
unknown2.d | ||
unknown2.s | ||
warn.out | ||
warn1.d | ||
warn2.d | ||
weak-dyn-1.ld | ||
weak-dyn-1.rd | ||
weak-dyn-1a.s | ||
weak-dyn-1b.s | ||
wrap.exp | ||
wrap1.c | ||
wrap1.out | ||
wrap1a.c | ||
wrap1b.c |