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.
281 lines
7.8 KiB
Text
281 lines
7.8 KiB
Text
2010-03-25 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* 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.
|
||
|
||
2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
|
||
|
||
* doc/binutils.texi (readelf) <unwind information>: Mention support for
|
||
ARM unwind tables.
|
||
|
||
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
|
||
|
||
2010-03-17 Alan Modra <amodra@gmail.com>
|
||
|
||
* readelf.c (dump_arm_unwind): Warning fix.
|
||
|
||
2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* MAINTAINERS: Update my email address. List Tristan Gingold
|
||
as the release branch maintainer.
|
||
|
||
2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||
|
||
* readelf.c (get_ver_flags): Handle VER_FLG_INFO.
|
||
|
||
2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* NEWS: Document .ARM.exidx / .ARM.extab support.
|
||
|
||
* dwarf.c (read_leb128): Make non-static.
|
||
* dwarf.h (read_leb128): Declare.
|
||
* readelf.c (REMOVE_ARCH_BITS): Define.
|
||
(find_section_by_address): New.
|
||
(read_uleb128): Move higher. Use read_leb128 from dwarf.c.
|
||
(find_symbol_for_address): Handle the Thumb bit for ARM, by
|
||
using REMOVE_ARCH_BITS.
|
||
(struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
|
||
(arm_free_section, arm_section_get_word, decode_arm_unwind)
|
||
(dump_arm_unwind, arm_process_unwind): New.
|
||
(process_unwind): Handle ARM.
|
||
|
||
2010-02-26 Jie Zhang <jie@codesourcery.com>
|
||
|
||
* MAINTAINERS: Update my email address.
|
||
|
||
2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
|
||
|
||
PR binutils/11298
|
||
* doc/binutils.texi (windmc): Fix synopsis and description of
|
||
ASCII options.
|
||
|
||
2010-02-19 Alan Modra <amodra@gmail.com>
|
||
|
||
* readelf.c (get_group_flags): Return empty string when flags zero.
|
||
Add space in other returned values.
|
||
(process_section_groups): Adjust format string.
|
||
|
||
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
* readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
|
||
newly permitted attribute values.
|
||
(arm_attr_tag_Virtualization_use): Likewise.
|
||
(arm_attr_tag_DIV_use): Add description of new attribute.
|
||
(arm_attr_tag_MPextension_use_legacy): Likewise.
|
||
|
||
2010-02-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/vi.po: Updated Vietnamese translation.
|
||
|
||
2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
|
||
|
||
* readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
|
||
NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
|
||
|
||
2010-02-08 Jim Blandy <jimb@red-bean.com>
|
||
|
||
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
|
||
'z' augmentation strings.
|
||
|
||
2010-02-08 Christophe Lyon <christophe.lyon@st.com>
|
||
|
||
* objdump.c (disassemble_bytes): Clear aux->reloc before printing
|
||
a new address, so as not to reuse a previous, non-related reloc.
|
||
|
||
2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* readelf.c (get_note_type): Handle NT_X86_XSTATE.
|
||
|
||
2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
|
||
sections.
|
||
|
||
2010-01-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11225
|
||
* objdump.c (only): Replace with linked list.
|
||
(only_size, only_used): Replace with only_list.
|
||
(process_section_p): Set seen field on matches sections.
|
||
(add_only): New function.
|
||
(free_only_list): New function.
|
||
(disassemble_section): Check only_list.
|
||
(main): Use add_only and free_only_list.
|
||
|
||
2010-01-26 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* Makefile.am (bin2c): Add libintl dependance and library.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
|
||
|
||
2010-01-19 Ian Lance Taylor <iant@google.com>
|
||
|
||
* objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
|
||
with non-ordinary files like /dev/null.
|
||
|
||
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
|
||
Alan Modra <amodra@gmail.com>
|
||
|
||
* readelf.c (process_file_header): Handle e_phnum extension.
|
||
|
||
2010-01-14 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
|
||
and DW_AT_GNAT_descriptive_type.
|
||
|
||
2010-01-13 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* ar.c (main): Use lbasename.
|
||
(normalize): Ditto.
|
||
* objdump.c (update_source_path): Ditto.
|
||
|
||
2010-01-12 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* makefile.vms (CFLAGS): Turns warnings into informational messages.
|
||
|
||
2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11146
|
||
* NEWS: Mention --dyn-syms for readelf.
|
||
|
||
* readelf.c (do_dyn_syms): New.
|
||
(OPTION_DYN_SYMS): Likewise.
|
||
(options): Add "dyn-syms".
|
||
(usage): Add --dyn-syms.
|
||
(parse_args): Handle OPTION_DYN_SYMS.
|
||
(process_symbol_table): Handle do_dyn_syms.
|
||
(process_object): Likewise.
|
||
(process_archive): Likewise.
|
||
|
||
* doc/binutils.texi: Document --dyn-syms for readelf. Mention
|
||
symbol hash tables for -D.
|
||
|
||
2010-01-11 Nick Clifton <nickc@redhat.com>
|
||
|
||
* NEWS: Mention addition of elfedit.
|
||
|
||
* po/fi.po: Updated Finnish translation.
|
||
|
||
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||
|
||
* Makefile.in: Regenerate.
|
||
* configure: Regenerate.
|
||
* doc/Makefile.in: Regenerate.
|
||
|
||
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* version.c (print_version): Change to "Copyright 2010".
|
||
|
||
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* elfedit.c (input_elf_type): New.
|
||
(output_elf_type): Likewise.
|
||
(elf_type): Likewise.
|
||
(update_elf_header): Support updating ELF file type.
|
||
(command_line_switch): Add OPTION_INPUT_TYPE and
|
||
OPTION_OUTPUT_TYPE.
|
||
(options): Likewise.
|
||
(usage): Add --input-type and --output-type.
|
||
(main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
|
||
one of --output-mach and --output-type must be specified.
|
||
|
||
* doc/binutils.texi: Document --input-type and --output-type
|
||
for elfedit.
|
||
|
||
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* doc/binutils.texi: Fix a typo.
|
||
|
||
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* elfedit.c (update_elf_header): Don't change input_elf_class
|
||
nor input_elf_machine if they are -1.
|
||
|
||
2010-01-08 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* ar.c: Remove bfd_special_undocumented_glue prototype.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* elfedit.c (update_elf_header): Reformat.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* readelf.c (usage): Fix indent for --symbols.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* doc/binutils.texi: Replace -histogram with --histogram.
|
||
|
||
2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/11131
|
||
* Makefile.am (ELFEDIT_PROG): New.
|
||
(bin_PROGRAMS): Add $(ELFEDIT_PROG).
|
||
(CFILES): Add elfedit.c.
|
||
(elfedit_DEPENDENCIES): New.
|
||
(elfedit_SOURCES): Likewise.
|
||
(elfedit_LDADD): Likewise.
|
||
* Makefile.in: Regenerated.
|
||
|
||
* elfedit.c: New.
|
||
|
||
* doc/binutils.texi: Document elfedit.
|
||
|
||
* doc/Makefile.am (man_MANS): Add elfedit.1.
|
||
(elfedit.1): New.
|
||
* doc/Makefile.in: Regenerated.
|
||
|
||
2010-01-06 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* nm.c (usage): Remove extra blanks.
|
||
|
||
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* objcopy.c: Update copyright.
|
||
* readelf.c: Likewise.
|
||
|
||
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/11130
|
||
* objcopy.c (copy_object): Remove "Warning: " from error
|
||
message.
|
||
|
||
2010-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11128
|
||
* readelf.c (dump_section_as_strings): Use two separate
|
||
invocations of printf() in order to work around bugs in
|
||
the Solaris 8 implementation.
|
||
|
||
2010-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/ru.po: Updated Russian translation.
|
||
|
||
For older changes see ChangeLog-2009
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|