[PATCH v2] readelf: use hex prefix for program header alignment
Hans-Peter Nilsson
hp@bitrange.com
Thu Dec 8 17:09:00 GMT 2016
More information about the Binutils mailing list
Thu Dec 8 17:09:00 GMT 2016
- Previous message (by thread): [PATCH v2] readelf: use hex prefix for program header alignment
- Next message (by thread): [PATCH v2] readelf: use hex prefix for program header alignment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 8 Dec 2016, Étienne Buira wrote:
> ---
> binutils/readelf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/binutils/readelf.c b/binutils/readelf.c
> index c5a628f..69d8889 100644
> --- a/binutils/readelf.c
> +++ b/binutils/readelf.c
> @@ -4900,7 +4900,7 @@ process_program_headers (FILE * file)
> (segment->p_flags & PF_R ? 'R' : ' '),
> (segment->p_flags & PF_W ? 'W' : ' '),
> (segment->p_flags & PF_X ? 'E' : ' '));
> - print_vma (segment->p_align, HEX);
> + print_vma (segment->p_align, PREFIX_HEX);
> }
>
> putc ('\n', stdout);
>
Missing updates to the test-suite. I'm guessing that's going to
be a big patch. Also missing a changelog and it'd be nice with
some background why you want to change this now.
brgds, H-P
- Previous message (by thread): [PATCH v2] readelf: use hex prefix for program header alignment
- Next message (by thread): [PATCH v2] readelf: use hex prefix for program header alignment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list