diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-13 22:53:02 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-13 22:56:16 +1030 |
commit | a4f2b7c5d931f2aa27851b59ae5817a6ee43cfcb (patch) | |
tree | 2abbd295f3ae58ef2156f0473476c2138868b1f3 /binutils | |
parent | 8c7e1c0421bf340854a65a278eb1ad8c0bd265af (diff) | |
download | fsf-binutils-gdb-a4f2b7c5d931f2aa27851b59ae5817a6ee43cfcb.zip fsf-binutils-gdb-a4f2b7c5d931f2aa27851b59ae5817a6ee43cfcb.tar.gz fsf-binutils-gdb-a4f2b7c5d931f2aa27851b59ae5817a6ee43cfcb.tar.bz2 |
Re: PR23560, PR23561, readelf memory leaks
PR 25360
PR 25361
Dyslexia strikes again.
Fix git commit a788aedd86da983faf0afef3cb41461118a2e9f2 ChangeLog.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c1f6d34..a1a27c3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,7 +1,7 @@ 2020-01-13 Alan Modra <amodra@gmail.com> - PR 23560 - PR 23561 + PR 25360 + PR 25361 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free fde_fc col_type and col_offset. * readelf.c (apply_relocations): Move symsec check earlier. |