X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=351fe4741fe9d37362af05d5c5898cb08ca868c7;hb=b8edc417a7143d28618086f1d6d946201001a075;hp=c81ace96e054dba62e8ab07bc5446f3cdcfd8be4;hpb=235f6e5342e341336fd56f83bdd5ffc678a3a002;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c81ace96e05..351fe4741fe 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,83 @@ +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. @@ -20,7 +100,7 @@ 2010-06-29 Alan Modra - PR binutils/3166 + PR binutils/3166 * objcopy.c (is_strip_section): Revert 2006-09-05. (setup_section): Make SHT_GROUP section nobits. @@ -175,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. @@ -386,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