diff options
author | Alan Modra <amodra@gmail.com> | 2021-06-12 11:59:22 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-06-12 12:01:26 +0930 |
commit | 8c60e272c73b8021601f6e091879bc0fa1c5ab45 (patch) | |
tree | b35a887a818fb7738ff5a7e32d3ddf7aa38ec0af /binutils/ChangeLog | |
parent | e331b18d42d38fa4542f4c50536717a43546290b (diff) | |
download | gdb-8c60e272c73b8021601f6e091879bc0fa1c5ab45.zip gdb-8c60e272c73b8021601f6e091879bc0fa1c5ab45.tar.gz gdb-8c60e272c73b8021601f6e091879bc0fa1c5ab45.tar.bz2 |
readelf: don't clear section_headers in process_file_header
* readelf.c (process_file_header): Don't clear section_headers.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fcf6056..1297d27 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2021-06-12 Alan Modra <amodra@gmail.com> + * readelf.c (process_file_header): Don't clear section_headers. + +2021-06-12 Alan Modra <amodra@gmail.com> + * readelf.c (get_section_headers): Don't test e_shoff here, leave that to get_32bit_section_headers or get_64bit_section_headers. (process_object): Throw away section header read to print file |