This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [Patch] Quit truncating dynamic tag values in readelf.
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: David Daney <david dot daney at cavium dot com>
- Cc: binutils <binutils at sourceware dot org>
- Date: Tue, 06 Dec 2011 21:23:28 +0000
- Subject: Re: [Patch] Quit truncating dynamic tag values in readelf.
- References: <4EDE6E06.70306@cavium.com>
David Daney <david.daney@cavium.com> writes:
> 2011-12-06 David Daney <david.daney@cavium.com>
>
> * readelf.c (dynamic_section_mips_val): Factor out trailing '\n'
> from printed strings and move it to the end of the function.
> Use BFD_VMA_FMT for printf format specifier for dynamic tag value.
> Use print_vma() to print dynamic tag values.
OK, thanks.
Richard