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
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2020-04-14 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* readelf.c (process_mips_specific): Free eopt and iopt. Avoid
|
* readelf.c (process_mips_specific): Free eopt and iopt. Avoid
|
||||||
|
|
|
@ -9997,7 +9997,7 @@ get_num_dynamic_syms (Filedata * filedata)
|
||||||
if (chains)
|
if (chains)
|
||||||
{
|
{
|
||||||
free (chains);
|
free (chains);
|
||||||
buckets = NULL;
|
chains = NULL;
|
||||||
}
|
}
|
||||||
nbuckets = 0;
|
nbuckets = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue