diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-03 10:44:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-03 10:44:45 +0000 |
commit | 18bd398bc4f10077209229e52f1e603139f5c6a7 (patch) | |
tree | fe18b7547f99981dbc29c064832c2ff2569aa658 /binutils/NEWS | |
parent | 57346661b52ed39c5dbea1a2bd11aee7f8e87592 (diff) | |
download | gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.zip gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.tar.gz gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.tar.bz2 |
Add support to readelf to decode and display the contents of .debug_ranges
sections.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index f7c2dd7..f52b519 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* readelf can now display address ranges from .debug_range sections. This + happens automatically when a DW_AT_range attribute is encountered. The + command line switch --debug-dump=Ranges (or -wR) can also be used to display + the contents of the .debug_range section. + * nm and objdump now have a switch "--special-syms" to enable the displaying of symbols which the target considers to be special. By default these symbols are no longer displayed. Currently the only special symbols are the Mapping |