aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Alekseyev <sevaa@sprynet.com>2023-09-25 18:01:31 +0100
committerNick Clifton <nickc@redhat.com>2023-09-25 18:01:31 +0100
commit84102ebc29a1ea531e7fe78bd841bfb2fe501dc2 (patch)
treeda8fc78b24334c52151e25d701266b023a109021 /binutils/ChangeLog
parent35d21ea02d6543b33a45826195305b3eb626c706 (diff)
downloadfsf-binutils-gdb-84102ebc29a1ea531e7fe78bd841bfb2fe501dc2.zip
fsf-binutils-gdb-84102ebc29a1ea531e7fe78bd841bfb2fe501dc2.tar.gz
fsf-binutils-gdb-84102ebc29a1ea531e7fe78bd841bfb2fe501dc2.tar.bz2
Fix readelf's display of dwarf v5 range lists
PR 30792 * dwarf.h (struct debug_info): Remove range_versions field. * dwarf.c (fetch_indexed_offset): New function. (read_and_display_attr_value): Use it for DW_FORM_rnglistx. Remove code to initialise range_versions. (skip_attribute): New function. (read_bases): Read and reccord all range and address bases in a CU. (process_debug_info): Call read_bases. (display_debug_rnglists): Rename to display_debug_rnglists_unit_header and only display the range list header information. (display_debug_ranges): Adjust.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ac14aff..641a75f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,17 @@
+2023-09-25 Vsevolod Alekseyev <sevaa@sprynet.com>
+
+ PR 30792
+ * dwarf.h (struct debug_info): Remove range_versions field.
+ * dwarf.c (fetch_indexed_offset): New function.
+ (read_and_display_attr_value): Use it for DW_FORM_rnglistx.
+ Remove code to initialise range_versions.
+ (skip_attribute): New function.
+ (read_bases): Read and reccord all range and address bases in a CU.
+ (process_debug_info): Call read_bases.
+ (display_debug_rnglists): Rename to display_debug_rnglists_unit_header
+ and only display the range list header information.
+ (display_debug_ranges): Adjust.
+
2023-09-05 Nick Clifton <nickc@redhat.com>
PR 30684