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] append_composite_type_field_aligned


>>>>> "Andrew" == Andrew Burgess <aburgess@broadcom.com> writes:

I'm sorry about the delay on this.

Pinging was the right thing to do -- thank you.

Andrew> 2011-06-09  Andrew Burgess  <aburgess@broadcom.com>
Andrew> 	* gdbtypes.c (append_composite_type_field_aligned): Fix
Andrew>           calculation of bit position based on alignment.

Ok with one nit..

Andrew> +	      int left;
Andrew> +	      alignment *= TARGET_CHAR_BIT;

Blank line between declarations and code.

Tom


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