gdb/testsuite/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index e008e955ef71987da256215e299924f2e175ffe8..36e8dd9d6093988c3c9e1dce76d9307967b7faf1 100644 (file)
@@ -1,3 +1,84 @@
+2009-07-06  Tristan Gingold  <gingold@adacore.com>
+
+       * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
+       sections.
+       * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
+       * dwarf.c (debug_displays): Adjust for removed field.
+
+2009-07-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
+       and DW_OP_implicit_value.
+
+2009-07-01  Nick Clifton  <nickc@redhat.com>
+
+       PR 6714
+       * rclex.c (handle_quotes): Do not complain about whitespace
+       separating quoted strings.
+       (rclex_string): Ignore whitespace when looking for a new opening
+       quote following a closing quote.
+
+2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/10321
+       * bucomm.c (get_file_size): Return -1 on error.
+
+       * objcopy.c (copy_file): Report empty file.
+
+2009-06-23  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (display_debug_lines_raw): Include the name of the
+       section in warning message.
+       (struct debug_display): Enable reloc processing for .debug_line
+       and .debug_ranges sections.
+
+       * readelf.c: Add --relocated-dump command line option to dump the
+       relocated contents of a specified section.
+       (request_dump): New function.
+       (parse_args): Use it.
+       (dump_section_as_bytes): Add parameter to indicate whether the
+       contents should be relocated.
+       (target_specific_reloc_handling): Add code for a R_MN10300_16
+       reloc found after a R_MN10300_SYM_DIFF reloc.
+       (debug_apply_relocations): Rename to apply_relocations.
+       (get_section_contents): New function.  Replaces common code found
+       in dump_section_as_strings and dump_section_as_bytes.
+       * doc/binutils.texi: Document new command line option.
+       * NEWS: Mention the new feature.
+
+2009-06-22  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (target_specific_reloc_handling): New function:
+       Processes relocs in a target specific manner.
+       (debug_apply_relocations): Use the new function.
+       * dwarf.c (display_debug_loc): End the dump with a blank line.
+       (struct debug_display): Enable reloc processing for .debug_aranges
+       and .debug_loc sections.
+
+2009-06-19  Nick Clifton  <nickc@redhat.com>
+
+       * ar.c (usage): Do not use #ifdef inside _("...).
+       * nm.c (usage): Likewise.
+
+2009-06-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 10288
+       * objdump.c (disassemble_bytes): Set the
+       USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
+       if the user has invoked the -m switch.
+       * doc/binutils.texi: Document the additional behaviour of
+       objdump's -m switch for ARM targets.
+
+2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * configure.in: Merge cegcc and mingw32ce target name changes from
+       CeGCC project.
+
+2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
+       * configure: Regenerate.
+
 2009-06-15  Nick Clifton  <nickc@redhat.com>
 
        PR 10263
This page took 0.023135 seconds and 4 git commands to generate.