This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 18/18] un-nest enum pvk


On Wed, 09 Oct 2013 19:17:33 +0200, Ondrej Oprala wrote:
> --- a/gdb/ChangeLog
> +++ b/gdb/ChangeLog
> @@ -17,6 +17,10 @@
>  
>  2013-10-09  Tom Tromey  <tromey@redhat.com>
>  
> + * prologue-value.h (pvk) : Unbundle it from struct prologue_value.

It is called 'enum pvk', this is distinct identifier from 'pvk'.

It should mention also 'struct prologue_value' where it was unbundled from, as
shown in some ChangeLog in other mail.


> +
> +2013-10-09  Tom Tromey  <tromey@redhat.com>
> +
>   * gdbarch.c (byte_order) : Change type.
>   (byte_order_for_code) : Likewise.
>   (gdbarch_byte_order) : Change type of the return value.
[...]

OK with the patch itself.


Thanks,
Jan


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