]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index a6016c4070977c904f89ed6a53c542a010f153a9..88c9d1e84feefa85585b5bf97eb1941872ca0c7f 100644 (file)
@@ -1,3 +1,147 @@
+2003-02-10  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (decode_ARM_machine_flags): Handle the
+       EF_ARM_MAVERICK_FLOAT flag.
+
+2003-02-04  Andreas Schwab  <schwab@suse.de>
+
+       * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
+       long and use %ld in printf format.
+
+2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
+
+       * readelf.c (dump_relocations): Reorder the r_info field for
+       little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
+
+2003-01-21  Daniel Berlin  <dan@dberlin.org>
+
+       * readelf.c (display_debug_loc): Skip address base changes.
+
+2003-01-17  Fabio Alemagna  <falemagn@aros.org>
+
+       * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
+       and ELFOSABI_NSK.
+
+2003-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c: Include elf/ppc64.h.
+       (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-01-02  Ben Elliston  <bje@redhat.com>
+
+       * readelf.c (guess_is_rela): Handle EM_IQ2000.
+       (get_machine_name): Likewise.
+       (dump_relocations): Likewise.
+       * NEWS: Mention IQ2000 support.
+
+2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
+
+2002-12-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
+       changes in MIPS -M options.
+
+2002-12-30    Dmitry Diky <diwil@mail.ru>
+
+       * Makefile.am: Add msp430 target.
+       * Makefile.in: Regenerate.
+       * readelf.c: Add support for msp430 target.
+
+2002-12-27  Chris Demetriou  <cgd@broadcom.com>
+
+       * doc/binutils.texi (objdump): Document MIPS -M options.
+
+2002-12-23  Andreas Schwab  <schwab@suse.de>
+
+       * readelf.c (main): Reset dump request after each file.
+
+2002-12-23  Nick Clifton  <nickc@redhat.com>
+
+       * nlmconv.c (main): Pass TRUE as third argument to
+       bfd_arch_get_compatible.
+
+2002-12-23  Nick Clifton  <nickc@redhat.com>
+
+       * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
+       macro.  Handle 'S' encoding, accepting 8-bit characters.
+       (main): Parse 'S' encoding.
+       (get_char): Accept 'S' encoding.
+       (print_strings): Use STRING_ISGRAPHIC.
+       (usage): Document support of 'S' encoding.
+       * doc/binutils.texi: Document support of 'S' encoding/
+       * NEWS: Mention new feature.
+
+2002-12-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * README <building ar>: Don't use libibery's needed_list or
+       required_list, instead link libiberty/*.o.
+
+2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/binutils.texi: Fix typos.
+
+2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * doc/binutils.texi: Add missing parenthesis.
+
+2002-12-15  Nick Kelsey  <nickk@ubicom.com>
+
+       * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
+       symbols by adding the given prefix to the begining of the symbol
+       name. This is useful to provide name space seperation regardless
+       of how the object file was created. Added --prefix-sections=
+       <prefix> and --prefix-alloc-sections=<prefix> options to rename all
+       sections (or all sections with the alloc flag set) by adding the given
+       prefix to the begining of the symbol name.
+       * NEWS: Mention this new feature.
+       * doc/binutils.texi: Document this new feature.
+
+2002-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
+       dyn_string_append with dyn_string_append_cstr.
+
+       * emul_aix.c (ar_emul_aix_create): Remove unused function.
+
+2002-12-10  James Cownie <jcownie@etnus.com>
+
+       * readelf.h (get_TAG_name, get_AT_name,
+       read_and_display_attr_value): Add support for UPC extensions to
+       DWARF2 spec.
+       * NEWS: Mention this new support.
+
+2002-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * NEWS: Mention that bfd no longer declares a "boolean" type.
+
+2002-12-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (process_program_headers): When setting loadaddr, don't
+       assume segment size is 4k.  Use p_align instead.
+       (loadaddr): Change from int to long.
+       (dynamic_addr, dynamic_info, version_info): Likewise.
+       (process_dynamic_segment <syminsz>): Likewise.
+       (process_dynamic_segment): Adjust print format string.
+       (rela_addr, rela_size): Delete.
+       (process_relocs): Formatting.
+
+2002-12-05  Jim Wilson  <wilson@redhat.com>
+
+       * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
+       * configure: Regenerate.
+
+2002-12-04  Ian Lance Taylor  <ian@airs.com>
+
+       * MAINTAINERS: Change e-mail address back to airs.com.
+
+2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
+
+       * MAINTAINERS: Add self.
+
 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
 
        * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,