This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] readelf: use hex prefix for program header alignment


Hi Étienne,

> -	      print_vma (segment->p_align, HEX);
> +	      print_vma (segment->p_align, PREFIX_HEX);

Approved and applied.

Cheers
  Nick

binutils/ChangeLog
2016-12-08  Étienne Buira  <etienne.buira@gmail.com>

	* readelf.c (process_program_headers): Always use hex prefix when
	displaying the segment alignment.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]