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 v3] Expand bitpos and type.length to LONGEST and ULONGEST


On Thu, 31 May 2012 20:14:22 +0200, Siddhesh Poyarekar wrote:
> Here's a new draft of the patch I have been working on to expand bitpos
> and type.

There are some lines where the '-' line is <= 80 characters but the '+' line
is > 80 characters.

There is used %zd for size_t (not %zu?), %z is not compatible enough, cast it
to ULONGEST, use pulongest.

(I have not yet finished the review.)


Thanks,
Jan


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