]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index cd39f656da0cbdba639e4097917082d06f1999a9..2b3ed49f6fd7cf098cdee532853407c1c81f5add 100644 (file)
@@ -1,3 +1,58 @@
+2007-02-17  Mark Mitchell  <mark@codesourcery.com>
+            Nathan Sidwell  <nathan@codesourcery.com>
+            Vladimir Prus  <vladimir@codesourcery.com
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.in (--with-bugurl): New option.
+       * configure: Regenerate.
+       * Makefile.am (REPORT_BUGS_TO): Define.
+       (INCLUDES): Define REPORT_BUGS_TO.
+       Regenerate dependencies.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * bucomm.h: Remove include of bin-bugs.h.
+       * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
+       * ar.c (usage): Pass s to list_supported_targets.  Don't print
+       empty REPORT_BUGS_TO.
+       * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
+       * cxxfilt.c (usage): Print bug url when giving help.
+       * dlltool.c (usage): Likewise.
+       * dllwrap.c (usage): Likewise.
+       * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
+       * nm.c (usage): Likewise.
+       * objcopy.c (copy_usage, strip_usage): Likewise.
+       * objdump.c (usage): Likewise.
+       * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
+       callers.
+       * size.c (usage): Don't print empty REPORT_BUGS_TO.
+       * srconv.c (show_usage): Likewise.
+       * strings.c (usage): Likewise.
+       * sysdymp.c (show_usage): Likewise.
+       * windres.c (usage): Likewise.
+
+2007-02-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * embedspu.sh: Add -W to readelf invocation.
+
+2007-02-06  Dave Brolley  <brolley@redhat.com>
+
+       * MAINTAINERS: Add myself as the maintainer of the MeP port.
+
+2007-02-06  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/3800
+       * readelf.c: Include elf/h8.h twice.  The first time in order to
+       get the reloc numbers, the second time in order to get the reloc
+       decoder function.
+       (dump_section): Tell the user if the section being displayed has
+       unprocessed relocs associated with it.
+       (get_reloc_size): New function - returns the size of a reloc.
+       (debug_apply_rela_addends): Use get_reloc_size().
+       * dwarf.c (read_and_display_attr_value): Extend number of
+       languages known for the DW_AT_language attribute.
+       (process_debug_info): Display the attribute offset before decoding
+       the attribute, in case there are problems.
+
 2007-02-05  Dave Brolley  <brolley@redhat.com>
 
        * readelf.c (dump_relocations): Don't check for
@@ -5,6 +60,8 @@
 
 2007-02-05  Dave Brolley  <brolley@redhat.com>
 
+       * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
+       * Makefile.in: Regenerated.
        * Contribute the following changes:
        2003-10-29  Dave Brolley  <brolley@redhat.com>