X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=351fe4741fe9d37362af05d5c5898cb08ca868c7;hb=b8edc417a7143d28618086f1d6d946201001a075;hp=9fb722c2eb517ed62304b31e210e7650d4cec6e9;hpb=83bcb37903a025de78f588e13081a2af9406c835;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9fb722c2eb5..351fe4741fe 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,118 @@ +2010-08-23 H.J. Lu + + * elfedit.c (input_elf_osabi): New. + (output_elf_osbi): Likewise. + (osabis): Likewise. + (elf_osabi): Likewise. + (update_elf_header): Support updating ELF OSABI. + (make_qualified_name): Break long line. + (command_line_switch): Add OPTION_INPUT_OSABI and + OPTION_OUTPUT_OSABI. + (options): Likewise. + (usage): Add --input-osabi and --output-osabi. + (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI. + + * doc/binutils.texi: Document --input-osabi and --output-osabi + for elfedit. + +2010-08-23 Maciej W. Rozycki + + * readelf.c (display_mips_gnu_attribute): Replace GCC options + with a textual description of a MIPS32r2 64-bit FPU. + +2010-08-13 Dan Rosenberg + + PR binutils/11889 + * readelf.c (get_32bit_elf_symbols): Check for a corrupt + sh_entsize. + (get_64bit_elf_symbols): Likewise. + (process_symbol_table): Likewise. + (process_section_groups): Check for corrupt headers. + (process_version_sections): Check for corrupt indicies. + (process_corefile_note_segment): Likewise. + +2010-08-13 Nathan Sidwell + + * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B + variants. + +2010-08-13 Tom Tromey + + * dwarf.c (process_debug_info): Don't subtract section address + when calculating location of cu abbrev within section. + +2010-08-12 Michael Haubenwallner + + PR binutils/11742 + * readelf.c (get_archive_member_name): Do not read beyond the end + of the ar_name field. + +2010-08-03 Tristan Gingold + + * dwarf.c (display_debug_lines): Mark file argument unused. + Do not try to load .debug_info section. + +2010-08-02 Alan Modra + + * readelf.c (apply_relocations): D30V is really REL. + +2010-07-23 Naveen.H.S + Ina Pandit + + * binutils/readelf.c: Add support for V850E2 and V850E2V3. + +2010-07-22 Alan Modra + + * readelf.c: Add Moxie support. + +2010-07-20 Alan Modra + + * readelf.c (process_program_headers): Don't ignore all zero size + sections. + +2010-07-19 Andreas Schwab + + * readelf.c (process_section_headers): Update key to flags. + +2010-07-17 Dave Korn + + * objcopy.c (copy_usage): Tweak previous typofix. + +2010-07-17 H.J. Lu + + * objcopy.c (copy_usage): Fix a typo. + +2010-07-15 Kai Tietz + + * dllwrap.c (main): Make sure is_leading_underscore + gets initialized with correct default. + +2010-07-05 Alan Modra + + * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning. + +2010-07-03 Cary Coutant + + * objdump.c (load_specific_debug_section): Decompress section contents + before applying relocations. + * readelf.c (load_specific_debug_section): Update section size after + decompression. + +2010-06-29 Alan Modra + + PR binutils/3166 + * objcopy.c (is_strip_section): Revert 2006-09-05. + (setup_section): Make SHT_GROUP section nobits. + +2010-06-29 Alan Modra + + * configure: Regenerate. + * po/POTFILES.in: Regenerate. + +2010-06-27 Alan Modra + + * resbin.c (res_to_bin_accelerator): Delete set but unused variables. + 2010-06-17 Nick Clifton PR binutils/11711 @@ -140,6 +255,9 @@ * readelf.c: Add _() macros to constant strings that are translatable. + * readelf.c (display_mips_gnu_attribute): Replace GCC options + with a textual description of single and double precision float. + 2010-04-15 Matthew Gretton-Dann * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch. @@ -351,7 +469,7 @@ 2010-01-19 Daisuke Hatayama Alan Modra - * readelf.c (process_file_header): Handle e_phnum extension. + * readelf.c (process_file_header): Handle e_phnum extension. 2010-01-14 Tristan Gingold