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: [RFA 0/5] improve printing of 128 bit ints


On 06/02/2017 08:36 PM, Tom Tromey wrote:
> I wanted to improve 128-bit integer support, primarily for Rust,
> though I see in Bugzilla that I reported this bug at least twice for C
> as well.
> 
> Full 128 bit integer support has two main aspects: printing and
> arithmetic (including parser support).  This series cleans up
> printing, (bug 16225); leaving arithmetic for a future bug (bug
> 20991).
> 
> Previous printing was implemented, but always zero-padded and did not
> correctly handle signed values.  This series fixes that and removes
> some redundant code as well.
> 
> Regtested on the buildbot.

For some reason, I don't have a copy of patch #4.  But I read it
via the list archive, and it looks good to me.

Thanks,
Pedro Alves


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