public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: John Baldwin <jhb@FreeBSD.org>
To: gdb-patches@sourceware.org
Subject: [PATCH v2 0/4] Fix various warnings from clang 3.8.0
Date: Fri, 01 Jul 2016 17:41:00 -0000	[thread overview]
Message-ID: <20160701174036.90598-1-jhb@FreeBSD.org> (raw)

I've committed five of the patches from the original series that
were approved.

sh64-tdep.c has been reworked to set uses_fp explicitly when setting
the FP register.

I've also added one new patch to trim extraneous parentheses from
an expression in h8300-tdep.c.  Similar expressions in the same
function do not use extra parentheses.

John Baldwin (4):
  Remove check for negative size.
  Set uses_fp for frames with a valid FP register explicitly.
  Use unsigned integer constant with left shifts.
  Remove extraneous parentheses.

 gdb/ChangeLog    | 19 +++++++++++++++++++
 gdb/ada-lang.c   |  4 ++--
 gdb/h8300-tdep.c |  2 +-
 gdb/score-tdep.c |  8 +-------
 gdb/sh64-tdep.c  | 29 ++++++++++++++++++-----------
 5 files changed, 41 insertions(+), 21 deletions(-)

-- 
2.8.4

             reply	other threads:[~2016-07-01 17:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 17:41 John Baldwin [this message]
2016-07-01 17:41 ` [PATCH v2 1/4] Remove check for negative size John Baldwin
2016-07-06  8:14   ` Yao Qi
2016-07-01 17:41 ` [PATCH v2 3/4] Use unsigned integer constant with left shifts John Baldwin
2016-07-06  8:03   ` Yao Qi
2016-07-01 17:41 ` [PATCH v2 2/4] Set uses_fp for frames with a valid FP register explicitly John Baldwin
2016-07-06  7:56   ` Yao Qi
2016-07-01 17:46 ` [PATCH v2 4/4] Remove extraneous parentheses John Baldwin
2016-07-06  8:08   ` Yao Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160701174036.90598-1-jhb@FreeBSD.org \
    --to=jhb@freebsd.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).