diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-24 10:37:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-24 10:37:35 +0000 |
commit | cf13d6995d27492605b42fb8d6bb22659cb35a0b (patch) | |
tree | d31a5e66587f8a03e645c0efd87ba8d652008d91 /binutils/ChangeLog | |
parent | ec3f783efde154039bcf29fca808e70d523953d4 (diff) | |
download | gdb-cf13d6995d27492605b42fb8d6bb22659cb35a0b.zip gdb-cf13d6995d27492605b42fb8d6bb22659cb35a0b.tar.gz gdb-cf13d6995d27492605b42fb8d6bb22659cb35a0b.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index acce3a8..c748a6a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,24 @@ +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: |