This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA 0/2] scalar printing regressions
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 13 Jul 2017 06:33:58 -0600
- Subject: [RFA 0/2] scalar printing regressions
- Authentication-results: sourceware.org; auth=none
PR gdb/21675 pointed out a couple of printing regressions introduced
by my earlier series to better support 128 bit integers. This short
series fixes these.
Regtested on the buildbot. There seem to be some failures on the
buildbot (particularly in the gdbserver configurations) not related to
my patch. Also there's a pre-existing "maint selftest" crash; I filed
PR 21769 for this.
Tom