OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [ChangeLog] - Diff between revs 161 and 163

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 161 Rev 163
Line 1... Line 1...
 
2011-11-11  Andreas Schwab  
 
 
 
        * readelf.c (process_program_headers): Fix typo printing p_memsz
 
        field.
 
 
 
2011-11-01  DJ Delorie  
 
 
 
        * readelf.c: Include elf/rl78.h
 
        (guess_is_rela): Handle EM_RL78.
 
        (dump_relocations): Likewise.
 
        (get_machine_name): Likewise.
 
        (is_32bit_abs_reloc): Likewise.
 
        * NEWS: Mention addition of RL78 support.
 
        * MAINTAINERS: Add myself as RL78 port maintainer.
 
 
 
2011-10-28  Ian Lance Taylor  
 
 
 
        * dwarf.c (display_debug_frames): If do_debug_frames_interp,
 
        DW_CFA_restore goes to DW_CFA_undefined, not DW_CFA_unreferenced.
 
 
 
2011-10-28  Walter Lee  
 
 
 
        * NEWS: Mention addition of TILEPro and TILE-Gx support.
 
        * MAINTAINERS: Add myself as TILEPro and TILE-Gx port maintainer.
 
 
 
2011-10-27  Joern Rennecke  
 
 
 
        * MAINTAINERS: Add myself as EPIPHANY port maintainer.
 
 
 
2011-10-25  Mike Frysinger  
 
 
 
        * Makefile.am (syslex.@OBJEXT@): Add -I$(srcdir).
 
        * Makefile.in: Regen.
 
 
 
2011-10-25  Joern Rennecke  
 
 
 
        * readelf.c: Include "elf/epiphany.h".
 
        (guess_is_rela, dump_relocation): Handle EM_ADAPTEVA_EPIPHANY.
 
        (get_machine_name, is_32bit_abs_reloc, is_32bit_pcrel_reloc): Likewise.
 
        (is_16bit_abs_reloc, is_none_reloc): Likewise.
 
        * po/binutils.pot: Regenerate.
 
 
 
2011-10-25  Kai Tietz  
 
 
 
        * winduni.h (unicode_from_ascii_len): New prototype.
 
        * winduni.c (unicode_from_ascii_len): New function.
 
        * windres.h (define_stringtable): Add additional length argument.
 
        * windres.c (define_stringtable): Add length argument for string.
 
        * rcparse.y (res_unicode_sizedstring): New rule.
 
        (res_unicode_sizedstring_concat): Likewise.
 
        (string_data): Adjust rule.
 
 
 
2011-10-24  Jan Kratochvil  
 
 
 
        * dwarf.c (read_and_display_attr_value) : Add CU_OFFSET
 
        also for DW_FORM_ref_udata.
 
 
 
2011-10-24  Nick Clifton  
 
 
 
        * po/ja.po: Updated Japanese translation.
 
 
 
2011-10-16  H.J. Lu  
 
 
 
        PR binutils/13278
 
        * ar.c (open_inarch): Set the target from the the first object
 
        on the list only if it isn't set.
 
 
 
2011-10-13  Nick Clifton  
 
 
 
        Fixes to aid translation:
 
        * addr2line.c (translate_address): Add comments describing context
 
        of a couple of printf statements.
 
        * ar.c (write_archive): Allow translation of error message.
 
        * bucomm.c (endian_string): Allow translation of strings.
 
        (display_target_list): Allow translation.
 
        * coffdump.c (dump_coff_type): Allow translation of output.
 
        (dump_coff_where): Likewise.
 
        (dump_coff_symbol): Likewise.
 
        (dump_coff_scope): Likewise.
 
        (dump_coff_sfile): Likewise.
 
        (dump_coff_section): Likewise.
 
        (coff_dump): Likewise.
 
        * dlltool (def_version): Allow translation of output.
 
        (run): Likewise.
 
        * dllwrap.c (run): Allow translation of output.
 
        * dwarf.c (print_dwarf_vma): Allow translation of output.
 
        (process_extended_line_op): Remove spurious translation.
 
        Add translation for strings that can be translated.
 
        (decode_location_exression): Allow translation of output.
 
        (read_and_display_attr_value): Allow translation of output.
 
        * readelf.c (slurp_rela_relocs): Add translation for error
 
        messages when failing to get data.
 
        (slurp_rel_relocs): Likewise.
 
        (get_32bit_elf_symbols): Likewise.
 
        (get_64bit_elf_symbols): Likewise.
 
        (dump_ia64_vms_dynamic_relocs): Replace abbreviation with full
 
        word.
 
        (process_relocs): Remove spurious translation.
 
        (decode_tic6x_unwind_bytecode): Likewise.
 
        (process_version_section): Improve error messages.
 
        (process_mips_specific): Likewise.
 
        (print_gnu_note): Remove spurious translation.
 
        (print_stapsdt_note): Likewise.
 
        (get_ia64_vms_note_type): Likewise.
 
        * sysdump.c (getCHARS): Allow translation.
 
        (fillup): Allow translation of output.
 
        (getone): Likewise.
 
        (must): Likewise.
 
        (derived_type): Likewise.
 
        * doc/binutils.doc (addr2line): Extend description of command line
 
        options.
 
        * po/binutils.pot: Regenerate.
 
 
 
2011-10-13  Nick Clifton  
 
 
 
        PR binutils/13219
 
        * readelf.c (GET_ELF_SYMBOLS): Add sym_count parameter.
 
        (get_32bit_elf_symbols): Add num_syms_return argument.
 
        Return the number of symbols loaded into the symbol table.
 
        (get_64bit_elf_symbols): Likewise.
 
        (process_section_headers): Use GET_ELF_SYMBOLS to initialise
 
        symbol count.
 
        (proces_relocs): Likewise.
 
        (ia64_process_unwind): Likewise.
 
        (hppa_process_unwind): Likewise.
 
        (arm_process_unwind): Likewise.
 
        (process_dynamic_section): Likewise.
 
        (process_version_sections): Likewise.
 
        (process_symbol_table): Likewise.
 
        (process_section_groups): Likewise.
 
        Add check before indexing into the symbol table.
 
        (apply_relocations): Likewise.
 
 
 
2011-10-11  Chris  
 
 
 
        PR binutils/13051
 
        Fix a syntax error bug when compiling rc files with the VERSIONINFO resource
 
        containing more than one language block inside a single StringFileInfo block.
 
 
 
        * windint.h (rc_ver_stringtable): New structure definition.
 
        (rc_ver_info): Use it.
 
        * rcparse.y (verstringtable): New variable.
 
        (verstringtables): New type.
 
        (verstringtables:): New rule declaration.
 
        (verblocks:): Use it.
 
        * resrc.c (append_ver_stringtable): New function.
 
        (append_ver_stringfileinfo): Update to use stringtables.
 
        * windres.h (append_ver_stringfileinfo): Update declaration.
 
        (append_ver_stringtable): New declaration.
 
        * resrc.c (write_rc_versioninfo): Update to support multiple blocks.
 
        * resbin.c (bin_to_res_version): Likewise.
 
        (res_to_bin_versioninfo): Likewise.
 
 
 
2011-10-10  Nick Clifton  
 
 
 
        * po/bg.po: Updated Bulgarian translation.
 
        * po/es.po: Updated Spansih translation.
 
        * po/fi.po: Updated Finnish translation.
 
        * po/fr.po: Updated French translation.
 
 
 
2011-10-05  DJ Delorie  
 
            Nick Clifton  
 
 
 
        * readelf.c (get_machine_dlags): Add support for RX's PID mode.
 
 
 
2011-10-04  Paul Woegerer  
 
            Carlos O'Donell  
 
 
 
        * dwarf.c (display_debug_lines_decoded): Index directory_table with
 
        directory_index from file_table entry.
 
 
 
2011-09-30  Cary Coutant  
 
 
 
        * binutils/dwarf.h (dwarf_section_display_enum): Add missing enum
 
        constant.
 
 
 
2011-09-28  Tristan Gingold  
 
 
 
        * od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
 
 
 
2011-09-27  Tristan Gingold  
 
 
 
        * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
 
        (dump_xcoff32_sections_header): Likewise.
 
        (dump_xcoff32_symbols, dump_xcoff32_relocs): Likewise.
 
        (dump_xcoff32_lineno, dump_xcoff32_loader): Likewise.
 
        (dump_xcoff32_except): Likewise.
 
        (dump_xcoff32_typchk, dump_xcoff32_tbtags): Likewise.
 
 
 
2011-09-27  Tristan Gingold  
 
 
 
        * readelf.c (print_ia64_vms_note): Fix xgettext warnings.
 
 
 
2011-09-22  Tristan Gingold  
 
 
 
        * NEWS: Add marker for 2.22.
 
 
 
2011-09-21  David S. Miller  
 
 
 
        * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
 
 
 
        * readelf.c (display_sparc_hwcaps): New.
 
        (display_sparc_gnu_attribute): New.
 
        (process_sparc_specific): New.
 
        (process_arch_specific): When EM_SPARC, EM_SPARC32PLUS,
 
        or EM_SPARCV9 invoke process_sparc_specific.
 
 
 
2011-09-18  H.J. Lu  
 
 
 
        PR binutils/13196
 
        * dwarf.c (display_debug_aranges): Check zero address size.
 
 
 
2011-09-15  H.J. Lu  
 
 
 
        PR binutils/13180
 
        * objcopy.c (is_strip_section_1): New.
 
        (is_strip_section): Use it.  Remove the group section if all
 
        members are removed.
 
 
 
2011-09-08  Nick Clifton  
 
 
 
        * po/ja.po: Updated Japanese translation.
 
 
2011-08-26  Nick Clifton  
2011-08-26  Nick Clifton  
 
 
        * po/es.po: Updated Spanish translation.
        * po/es.po: Updated Spanish translation.
 
 
2011-08-08  Marcus Comstedt  
2011-08-08  Marcus Comstedt  

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.