40b365969f
* Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo. (ALL_MACHINES_CFILES): Add cpu-tic6x.c. (BFD32_BACKENDS): Add elf32-tic6x.lo. (BFD32_BACKENDS_CFILES): Add elf32-tic6x.c. * Makefile.in: Regenerate. * archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New. (bfd_archures_list): Update. * config.bfd (tic6x-*-elf): New. * configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New. * configure: Regenerate. * cpu-tic6x.c, elf32-tic6x.c: New. * reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12, BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7, BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16, BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B, BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W, BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B, BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W, BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H, BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W, BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W, BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31, BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN, BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New. * targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New. (_bfd_target_vector): Update. * bfd-in2.h, libbfd.h: Regenerate. binutils: * MAINTAINERS: Add self as TI C6X maintainer. * NEWS: Add news entry for TI C6X support. * readelf.c: Include elf/tic6x.h. (guess_is_rela): Handle EM_TI_C6000. (dump_relocations): Likewise. (get_tic6x_dynamic_type): New. (get_dynamic_type): Call it. (get_machine_flags): Handle EF_C6000_REL. (get_osabi_name): Handle machine-specific values only for relevant machines. Handle C6X values. (get_tic6x_segment_type): New. (get_segment_type): Call it. (get_tic6x_section_type_name): New. (get_section_type_name): Call it. (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle EM_TI_C6000. gas: * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c. (TARGET_CPU_HFILES): Add config/tc-tic6x.h. * Makefile.in: Regenerate. * NEWS: Add news entry for TI C6X support. * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in operands if TC_KEEP_OPERAND_SPACES. * configure.tgt (tic6x-*-*): New. * config/tc-ia64.h (TC_PREDICATE_START_CHAR, TC_PREDICATE_END_CHAR): Define. * config/tc-tic6x.c, config/tc-tic6x.h: New. * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi. * doc/Makefile.in: Regenerate. * doc/all.texi (TIC6X): Define. * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi. * doc/c-tic6x.texi: New. gas/testsuite: * gas/tic6x: New directory and testcases. include: * dis-asm.h (print_insn_tic6x): Declare. include/elf: * common.h (ELFOSABI_C6000_ELFABI, ELFOSABI_C6000_LINUX): Define. * tic6x.h: New. include/opcode: * tic6x-control-registers.h, tic6x-insn-formats.h, tic6x-opcode-table.h, tic6x.h: New. ld: * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and eelf32_tic6x_le.o. (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New. * NEWS: Add news entry for TI C6X support. * configure.tgt (tic6x-*-*): New. * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New. ld/testsuite: * ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*. * ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*. * ld-tic6x: New directory and testcases. opcodes: * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c. * Makefile.in: Regenerate. * configure.in (bfd_tic6x_arch): New. * configure: Regenerate. * disassemble.c (ARCH_tic6x): Define if ARCH_all. (disassembler): Handle TI C6X. * tic6x-dis.c: New.
235 lines
6.8 KiB
Text
235 lines
6.8 KiB
Text
2010-03-25 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
|
||
* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
|
||
* ld-tic6x: New directory and testcases.
|
||
|
||
2010-03-19 Jie Zhang <jie@codesourcery.com>
|
||
|
||
PR ld/11304
|
||
* ld-elf/pr11304.d: New test.
|
||
* ld-elf/pr11304a.s: New test.
|
||
* ld-elf/pr11304b.s: New test.
|
||
* lib/ld-lib.exp (regexp_diff): Add support for #failif.
|
||
|
||
2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* ld-elf/orphan-region.d, ld-elf/orphan-region.ld,
|
||
ld-elf/orphan-region.s: New files.
|
||
|
||
2010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/arm-merge-incompatible.d: New test.
|
||
* ld-arm/arm-merge-incompatiblea.s: Likewise.
|
||
* ld-arm/arm-merge-incompatibleb.s: Likewise.
|
||
* ld-arm/arm-elf.exp: Run the new test.
|
||
|
||
2010-03-02 Christophe Lyon <christophe.lyon@st.com>
|
||
Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-arm/arm-elf.exp: Change .text start address for
|
||
farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
|
||
test.
|
||
* ld-arm/farcall-mixed-lib-v4t.d: New test.
|
||
* ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
|
||
* ld-arm/farcall-mixed-lib2.s: Likewise.
|
||
* ld-arm/arm-call.d: Update expected results.
|
||
* ld-arm/cortex-a8-far.d: Likewise.
|
||
* ld-arm/farcall-group-size2.d: Likewise.
|
||
* ld-arm/farcall-group.d: Likewise.
|
||
* ld-arm/farcall-mix.d: Likewise.
|
||
* ld-arm/farcall-mix2.d: Likewise.
|
||
* ld-arm/farcall-mixed-app-v5.d: Likewise.
|
||
* ld-arm/farcall-mixed-app.d: Likewise.
|
||
* ld-arm/farcall-mixed-lib.d: Likewise.
|
||
* ld-arm/farcall-thumb-arm.d: Likewise.
|
||
* ld-arm/farcall-thumb-arm-blx.d: Likewise.
|
||
* ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
|
||
* ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
|
||
* ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
|
||
potentially generate different types of stubs.
|
||
|
||
2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-elf/init-fini-arrays.d: Pass --wide to readelf.
|
||
|
||
2010-02-27 Jie Zhang <jie@codesourcery.com>
|
||
|
||
* ld-elf/init-fini-arrays.s: New test.
|
||
* ld-elf/init-fini-arrays.d: New test.
|
||
|
||
2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/group-relocs.s: Mark code sections as executable.
|
||
* ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
|
||
group-relocs test.
|
||
* ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
|
||
|
||
2010-02-23 Nick Clifton <nickc@redhat.com>
|
||
|
||
* ld-elf/orphan4.d: Allow for other sections to be present in the
|
||
output.
|
||
|
||
2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
|
||
ifunc-using executable.
|
||
|
||
2010-02-19 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-elf/group.ld: Discard .dropme sections.
|
||
* ld-elf/group10.d, * ld-elf/group10.s: New test.
|
||
|
||
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
|
||
|
||
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/attr-merge-3.attr: Fix test for new attribute values.
|
||
* ld-arm/attr-merge-3b.s: Likewise.
|
||
* ld-arm/attr-merge-unknown-1.d: Fix test now that 42 is a recognised
|
||
attribute ID.
|
||
* ld-arm/attr-merge-unknown-1.s: Likewise.
|
||
* ld-arm/attr-merge-6.attr: New test.
|
||
* ld-arm/attr-merge-6a.s: Likewise.
|
||
* ld-arm/attr-merge-6b.s: Likewise.
|
||
* ld-arm/attr-merge-7.attr: Likewise.
|
||
* ld-arm/attr-merge-7a.s: Likewise.
|
||
* ld-arm/attr-merge-7b.s: Likewise.
|
||
* ld-arm/arm-elf.exp: Run the new tests.
|
||
|
||
2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/jump-reloc-veneers-long.d: Correct testcase for
|
||
arm-none-eabi target.
|
||
* ld-arm/jump-reloc-veneers-short1.d: Likewise
|
||
* ld-arm/jump-reloc-veneers-short2.d: Likewise
|
||
|
||
2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* ld-arm/arm-elf.exp (armelftests): New test case added.
|
||
* ld-arm/data-only-map.s: New file.
|
||
* ld-arm/data-only-map.d: New file.
|
||
* ld-arm/data-only-map.ld: New file.
|
||
|
||
2010-02-11 David S. Miller <davem@davemloft.net>
|
||
|
||
* ld-sparc/gotop32.s: Add local symbol case.
|
||
* ld-sparc/gotop64.s: Likewise.
|
||
* ld-sparc/gotop32.rd: Adjust expected results.
|
||
* ld-sparc/gotop32.td: Likewise.
|
||
* ld-sparc/gotop64.dd: Likewise.
|
||
* ld-sparc/gotop64.rd: Likewise.
|
||
* ld-sparc/gotop64.td: Likewise.
|
||
|
||
2010-02-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
|
||
* ld-shared/shared.exp: Likewise.
|
||
|
||
2010-02-08 David S. Miller <davem@davemloft.net>
|
||
|
||
* ld-ifunc/ifunc.exp: Run for sparc.
|
||
|
||
2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ld-powerpc/apuinfo-nul.s: New.
|
||
* ld-powerpc/apuinfo.rd: Add it.
|
||
* ld-powerpc/powerpc.exp: Likewise.
|
||
|
||
2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* ld-arm/jump-reloc-veneers-long.d: New test.
|
||
* ld-arm/jump-reloc-veneers-short1.d: Likewise.
|
||
* ld-arm/jump-reloc-veneers-short2.d: Likewise.
|
||
* ld-arm/jump-reloc-veneers.s: Likewise.
|
||
* ld-arm/arm-elf.exp (armelftests): Run them.
|
||
|
||
2010-01-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11225
|
||
* ld-sh/refdbg-0-dso.d: Dump all sections.
|
||
|
||
2010-01-26 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11218
|
||
* ld-gc/dummy.s: New.
|
||
* ld-gc/pr11218-1.c: Likewise.
|
||
* ld-gc/pr11218-2.c: Likewise.
|
||
* ld-gc/pr11218.d: Likewise.
|
||
|
||
2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||
|
||
* ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od,
|
||
ld-powerpc/aix-ref-1.s: New tests.
|
||
* ld-powerpc/aix52.exp: Run them.
|
||
|
||
2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-elf/orphan4.d: Support 64bit targets.
|
||
|
||
2010-01-13 DJ Delorie <dj@redhat.com>
|
||
|
||
* ld-elf/orphan4.d: New.
|
||
* ld-elf/orphan4.ld: New.
|
||
* ld-elf/orphan4.s: New.
|
||
|
||
2010-01-13 Chao-ying Fu <fu@mips.com>
|
||
|
||
* ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests.
|
||
* ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source.
|
||
* ld-mips-elf/mips-elf.exp: Run new tests.
|
||
|
||
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* ld-arm/arm-elf.exp (armelftests): Assemble Cortex-A8 tests with
|
||
-mcpu=cortex-a8.
|
||
|
||
2010-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* ld-scrips/sort.exp: Skip these tests when the target is the
|
||
h8300.
|
||
|
||
2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11146
|
||
* ld-elf/dynsym1.d: New.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11138
|
||
* ld-elf/pr11138-1.c: New.
|
||
* ld-elf/pr11138-1.map: Likewise.
|
||
* ld-elf/pr11138-2.c: Likewise.
|
||
* ld-elf/pr11138-2.map: Likewise.
|
||
* ld-elf/pr11138.out: Likewise.
|
||
|
||
* ld-elf/shared.exp (build_tests): Add libpr11138-1.so and
|
||
libpr11138-2.o.
|
||
(run_tests): Add 2 tests for PR ld/11138.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11133
|
||
* ld-gc/gc.exp: Run start.
|
||
|
||
* ld-gc/start.d: New.
|
||
* ld-gc/start.s: Likewise.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11143
|
||
* ld-gc/gc.exp: Run abi-note.
|
||
|
||
* ld-gc/abi-note.d: New.
|
||
* ld-gc/abi-note.s: Likewise.
|
||
|
||
For older changes see ChangeLog-2009
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|