* dwarf.c (display_debug_loc): Cast section_end - start to long
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index abd9a96d872b6714369ecb519e7ad60d0f505436..13a162f686e1e4fdef1b373ed727ad230dfa57d6 100644 (file)
@@ -1,3 +1,64 @@
+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.
This page took 0.023394 seconds and 4 git commands to generate.