summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-24 10:37:35 +0000
committerNick Clifton <nickc@redhat.com>2009-06-24 10:37:35 +0000
commit336832265972000794f3076e982ca0b465c81adf (patch)
tree918e40356a50300fb3023a63e2b674223849276e /binutils/NEWS
parent8ae22dc243acc2f9e50d4032b3465b1274c27345 (diff)
downloadbinutils-redhat-336832265972000794f3076e982ca0b465c81adf.tar.gz
* 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/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 9a33f266ce..2edef3c25c 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+* Readelf can now display the relocated contents of a section as a sequence
+ of bytes via the --relocated-dump=<name|number> command line option.
+
* The gprof program has been given a new command line option:
--external-symbols-table=<filename> which reads in symbols from a specified
file.