mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
Re: readelf: Consolidate --syms --use-dynamic with --dyn-syms
PR 25821 * readelf.c (get_num_dynamic_syms): Typo fix.
This commit is contained in:
parent
6a05414145
commit
c98a4545dc
@ -1,3 +1,8 @@
|
||||
2020-04-15 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 25821
|
||||
* readelf.c (get_num_dynamic_syms): Typo fix.
|
||||
|
||||
2020-04-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* readelf.c (process_mips_specific): Free eopt and iopt. Avoid
|
||||
|
@ -9997,7 +9997,7 @@ get_num_dynamic_syms (Filedata * filedata)
|
||||
if (chains)
|
||||
{
|
||||
free (chains);
|
||||
buckets = NULL;
|
||||
chains = NULL;
|
||||
}
|
||||
nbuckets = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user