diff options
author | Nick Clifton <nickc@redhat.com> | 2022-06-27 11:48:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-06-27 11:49:14 +0100 |
commit | a3f1431a5087445ec3987d38b5ee37bcb802214c (patch) | |
tree | bb628b59bdad6582504286099389ec532c4267fb /binutils/ChangeLog | |
parent | [gdb/testsuite] Handle older python in gdb.python/py-send-packet.py (diff) | |
download | binutils-gdb-a3f1431a5087445ec3987d38b5ee37bcb802214c.tar.gz binutils-gdb-a3f1431a5087445ec3987d38b5ee37bcb802214c.tar.bz2 binutils-gdb-a3f1431a5087445ec3987d38b5ee37bcb802214c.zip |
Stop bogus warnings about DWARF indexed string offsets being too big.
* dwarf.c (fetch_indexed_string): Do not use length of first table
in string section as the length of every table in the section.
* testsuite/binutils-all/pr26112.r: Update expected output.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ebd5473cd5b..48a3750c52d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2022-06-27 Nick Clifton <nickc@redhat.com> + + * dwarf.c (fetch_indexed_string): Do not use length of first table + in string section as the length of every table in the section. + * testsuite/binutils-all/pr26112.r: Update expected output. + 2022-06-22 Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com> * dwarf.c (fetch_indexed_string): Added new parameter |