[PATCH v2 0/4] Fix various warnings from clang 3.8.0

John Baldwin jhb@FreeBSD.org
Fri Jul 1 17:41:00 GMT 2016


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



More information about the Gdb-patches mailing list