* cxxfilt.c (demangle_it): Don't call printf without format string.
[platform/upstream/binutils.git] / binutils / ChangeLog
index 7a4c816..4b8025b 100644 (file)
@@ -1,3 +1,168 @@
+2007-11-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * cxxfilt.c (demangle_it): Don't call printf without format string.
+
+2007-11-21  Hans-Peter Nilsson  <hp@axis.com>
+
+       * dwarf.c (display_debug_loc): Cast section_end - start to long
+       for output format.
+
+2007-11-20  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (display_debug_loc): Issue a warning if there are bytes
+       at the end of the .debug_loc section which are not referenced by
+       any attribute in the .debug_info section.
+
+2007-11-19  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (is_32bit_abs_reloc): Add support for NIOS relocs.
+       (is_64bit_abs_reloc): Add support for HPPA relocs.
+       (is_16bit_abs_reloc): Add support for NIOS relocs.
+
+2007-11-17  Thiemo Seufer  <ths@mips.com>
+
+       * readelf.c (display_mips_gnu_attribute): Recognize -mips32r2 -mfp64
+       objects.
+
+2007-11-16  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (process_extended_line_op): Add cases for HP extensions
+       to the line ops.  Mention if an unknown op code is in the user
+       defined range.
+       (decode_location_expression): Add cases for HP extensions, the
+       DW_OP_GNU_uninit extension and the DW_OP_call_frame_cfa and
+       DW_OP_bit_piece DWARF3 operators.
+       (read_and_display_attr): Correct list of attributes which can
+       reference a location list.
+       (read_and_display_attr_value): Add cases for DWARF3 values and HP
+       extensions.
+       Correct list of attributes which can reference a location list.
+       (get_AT_name): Add cases for DWARF3 values and HP and PGI
+       extensions.
+
+2007-11-07  Karl Berry  <karl@gnu.org>
+
+       * doc/binutils.texi: Update to FDL 1.2.
+       (Top): consistent punctuation in menu entries.
+       (Index): Rename from Binutils Index.
+       * doc/fdl.texi: Update from http://www.gnu.org/licenses/fdl.texi.
+
+2007-10-31  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (is_relocatable): Remove definition.
+       (display_debug_frames): Remove check in is_relocatable.
+       * dwarf.h (is_relocatable): Remove declaration.
+       * objdump.c (is_relocatable): New static definition.
+       * readelf.c (dump_relocations): Make the function void.
+       (is_32bit_abs_reloc): Add support for x86, Arc, Arm, D10V, Dlx,
+       OR32 and Score.
+       (is_32bit_pcrel_reloc): Add support for x86 and Arm.
+       (is_16bit_abs_reloc): Add support for D10V.
+       (debug_apply_rela_addends): Rename to debug_apply_relocations.
+       Add code to support rel relocations.
+       (load_debug_section): Fix call to debug_apply_relocations.
+       (get_file_header): Remove setting of is_relocatable.
+
+2007-10-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (debug_apply_rela_addends): Clarify FIXME.
+
+2007-10-29  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (is_32bit_abs_reloc): Add knowledge of reloc used by
+       IA64.
+       (is_64bit_abs_reloc): Likewise.
+
+2007-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (process_debug_info): Check for corrupt lengths.
+       * readelf.c (get_reloc_type): New function.  Returns the reloc
+       number extracted from the info field of a reloc.
+       (get_reloc_symindex): New function.  Returns the symbol index
+       extracted from the info field of a reloc.
+       (dump_relocations): Use the new functions.
+       (slurp_ia64_unwind_table): Use the new functions.
+       (slurp_hppa_unwind_table): Use the new functions.
+       (dump_section_as_bytes): Use the new functions.
+       (get_reloc_size): Delete function.
+       (is_32bit_abs_reloc): New function.  Determines if a given reloc
+       type is a 32-bit absolute relocation.
+       (is_32bit_pcrel_reloc): New function.  Like is_32bit_abs_reloc but
+       for pc-relative relocations.
+       (is_64bit_abs_reloc): New function.  Like is_32bit_abs_reloc but
+       for 64-bit absolute relocations.
+       (is_16bit_abs_reloc): New function.  Like is_32bit_abs_reloc but
+       for 32-bit absolute relocations.
+       (debug_apply_rela_addends): Use the new functions.  Skip and warn
+       about any unrecognised relocations.
+
+2007-10-26  Karl Berry  <karl@freefriends.org>
+
+       * doc/binutils.texi: Move top stuff to the top.
+       Use @direntry/@dircategory, format entries to play nicely with
+       others.
+       Avoid duplicate copying strings.
+       Don't misspell "Texinfo".
+
+2007-10-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * readelf.c (display_power_gnu_attribute): Add support for
+       Tag_GNU_Power_ABI_Vector.
+
+2007-10-25  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
+
+       * readelf.c (get_note_type): Handle NT_PPC_VMX.
+
+2007-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2007-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * strings.c (print_strings): Don't use %L, use %ll in printf
+       format strings.
+
+2007-10-24  Tristan Gingold  <gingold@adacore.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (process_program_headers): Use dynamic segment unless
+       dynamic section is found.
+
+2007-10-16  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
+       (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
+       and change to spell out "for example" in two places.
+
+2007-10-16  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Build windows tools for --enable-targets=all.
+       * configure: Regenerate.
+
+2007-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (print_line): Check fwrite return value.
+       * srconv.c (checksum, wr_tr, wr_cs): Likewise.
+       * sysdump.c (fillup): Return zero on getc or fread EOF.  Return count
+       read.
+
+2007-10-10  Jim Blandy  <jimb@codesourcery.com>
+
+       * dwarf.c (process_debug_info): Line up section offsets of
+       attribute values with those of dies.
+       (read_and_display_attr): Reduce spacing here.
+
+       * dwarf.c (display_debug_lines): Print the offset of each line
+       number program header.
+
+2007-10-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/4476
+       * readelf.c (print_dynamic_symbol): New.
+       (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
+
 2007-10-08  Carlos O'Donell  <carlos@codesourcery.com>
 
        * resrc.c (read_rc_file): Rename e to edit, and c to dir.