X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=fd794832838e241ca9a9633b0286cfbb9c910d30;hb=595cf52ef2b0da2bc521f82cfefca1b964c852a6;hp=72ed1fe9d9d0b2553eb3ea37effa25d091ae6876;hpb=ac40b91956761ebc182da98f5c3cdae13c6f8696;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 72ed1fe9d9..fd79483283 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,223 @@ +2005-03-31 H.J. Lu + + * readelf.c (do_full_section_name): New. + (options): Add "--full-section-name"/'N'. + (usage): Add -N/--full-section-name. + (parse_args): Handle 'N'. + (process_section_headers): Print out the full section name if + do_full_section_name isn't 0. + +2005-03-31 Nick Clifton + + * configure.in: Add a check for providing a prototype + for getopt() which is compatible with the one in + include/getopt.h. If so then define HAVE_DECL_GETOPT. + * configure: Regenerate. + * config.in (HAVE_DECL_GETOPT): Add. + * aclocal.m4: Regenerate. + * addr2line.c: Include "config.h" before "bfd.h" so that + HAVE_DECL_GETOPT is defined before getopt.h is included. + +2005-03-21 Jan-Benedict Glaw + + * doc/binutils.texi: Document new VAX disassembler-specific option + -M entry:0xfooba8. + * NEWS: Mention the new option. + +2005-03-29 Anil Paranjpe + + * MAINTAINERS: Add myself as H8300 maintainer. + +2005-03-28 Aaron W. LaFramboise + + * objdump.c (disassemble_bytes): Remove cast. + +2005-03-25 Daniel Jacobowitz + + * BRANCHES: Add binutils-csl-arm-2005q1-branch and + binutils-2_16-branch. + +2005-03-25 Mark Kettenis + + * MAINTAINERS: Add myself as M88k maintainer. + +2005-03-24 Danny Smith + + * winduni.c (unicode_from_ascii): Don't declare variables + 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode + string len. + +2005-03-24 Dmitry Diky + + * MAINTAINERS: Add myself as MSP430 maintainer. + +2005-03-23 Nick Clifton + + * po/fr.po: Updated translation. + +2005-03-22 Nick Clifton + + * MAINTAINERS: Add Daniel Jacobwitz to the blanket write + privileges list. + +2005-03-17 Paul Brook + Dan Jacobowitz + Mark Mitchell + + * binutils/readelf.c (get_arm_segment_type): New function. + (get_segment_type): Use it. + +2005-03-18 Paul Brook + + * objdump.c (objdump_print_addr): Avoid uninitialized warning. + +2005-03-17 Diego Novillo + + * MAINTAINERS: Remove self as maintainer of x86 intel + mode. + +2005-03-16 Nick Clifton + Ben Elliston + + * configure.in (werror): New switch: Add -Werror to the + compiler command line. Enabled by default. Disable via + --disable-werror. + * configure: Regenerate. + +2005-03-15 Daniel Marques + Nick Clifton + + * objcopy.c (globalize_specific_list): New linked list of symbols + to convert from local binding into global binding. + (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and + OPTION_GLOBALIZE_SYMBOLS. + (copy_options): Add "globalize-symbol" and "globalize-symbols". + (copy_usage): Document the new switches. + (filter_symbols): Convert defined local symbols mentioned on the + globalize_specific_list into global symbols. + (copy_object): Perform actions if the globalize_specific_list is + not empty. + (copy_main): Handle new switches. + * NEWS: Mention new feature. + * doc/binutils.texi: Document new switches. + +2005-03-15 Alan Modra + + * po/es.po: Commit new Spanish translation. + + * po/fr.po: Commit new French translation. + +2005-03-14 Alan Modra + + * po/tr.po: Commit new Turkish translation. + +2005-03-11 Nick Clifton + + * po/fr.po: Updated French translation. + +2005-03-10 Nick Clifton + + * configure.in (ALL_LINGUAS): Add Romanian lingua "ro". + * configure: Regenerate. + * po/ro.po: New file. + + * po/ru.po: Updated file. + +2005-03-05 Alan Modra + + * po/binutils.pot: Regenerate. + +2005-03-02 Jan Beulich + + * ar.c (remove_output): Use unlink_if_ordinary instead of unlink. + * objcopy.c (copy_file): Likewise. + (strip_main): Likewise. + +2005-03-01 Stig Petter Olsroed + Nick Clifton + + * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC: + (struct objdump_disasm_info): Add 'reloc' field. + (disassemble_bytes): Fix check for when an insn has a reloc + associated with it. Improve comment explaining why the use of + octets is wrong. Set the 'reloc' field in objdump_disasm_info + structure. + (objdump_print_addr): Use new 'reloc' field to lookup the correct + address for the symbol associated with the current instruction's + relocation. + (disassemble_info): Initialise 'reloc' field. + +2005-02-28 Jakub Jelinek + + * readelf.c (get_file_type, get_machine_name, get_osabi_name, + get_segment_type, get_section_type_name, get_elf_class, + get_data_encoding, get_group_flags, dynamic_section_mips_val, + get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name, + get_AT_name, process_mips_specific, process_gnu_liblist, + get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of + sprintf where needed. + (get_dynamic_type): Likewise. Increase buff to 64 bytes. + (get_elf_section_flags): Increase buff to 33 bytes. Avoid + using strcat. + (get_dynamic_flags): Renamed to... + (print_dynamic_flags): ... this. Print the flags to stdout instead + of returning them as string. + (process_dynamic_section): Adjust caller. + +2005-02-25 H.J. Lu + + * readelf.c (display_debug_ranges): Print out offset for end of + list. + +2005-02-23 Alan Modra + + * dlltool.c: Warning fixes. + * objdump.c: Likewise. + +2005-02-22 Alan Modra + + * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler. + (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate + dependencies. Run "make dep-am". + * nlmconv.c: Warning fixes. + * readelf.c: Likewise. + * srconv.c: Likewise. + * sysdump.c: Likewise. + * sysinfo.y: Likewise. + * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead + of strcpy. + * Makefile.in: Regenerate. + +2005-02-21 H.J. Lu + + * objcopy.c (parse_flags): Replace SEC_SHARED with + SEC_COFF_SHARED. + + * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and + SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump + SEC_COFF_SHARED for COFF only. + +2005-02-21 Alan Modra + + * Makefile.am: Run "make dep-am" + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + +2005-02-21 Alan Modra + + * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET. + (byte_get_little_endian): Don't handle size of -8. + (byte_get_signed, byte_get_big_endian): Likewise. + (print_dec_vma, print_hex_vma): New functions. + (print_vma): Use them. Return chars output. + (get_dynamic_data): Return a bfd_vma array. Add ent_size parm. + (process_symbol_table): Handle alpha and s390 .hash. + +2005-02-18 H.J. Lu + + * readelf.c (display_debug_loc): Print out offset for end of + list. + 2005-02-18 Joseph S. Myers * Makefile.am (TOOL_PROGS): Add objdump.