public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/9] minor constification
@ 2015-03-20 16:56 Yao Qi
  2015-03-20 16:56 ` [PATCH 5/9] constify remote-m32r-sdi.c Yao Qi
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Yao Qi @ 2015-03-20 16:56 UTC (permalink / raw)
  To: gdb-patches

From: Yao Qi <yao.qi@linaro.org>

Hi,
I have some cycles on the Friday afternoon, and am able to give some
help on c++ conversion project.  This patch set includes some commits
from
https://github.com/palves/gdb/commits/palves/cxx-conversion-attempt-part-2-no-fpermissive
I add the ChangeLog and commit logs for them.  These patches are
straightforward.

I rebuild GDB with all targets enabled.

*** BLURB HERE ***

Pedro Alves (9):
  constify sparc-sol2-tdep.c and spu-tdep.c
  constify gdbserver/server.c
  constify gdbserver/tracepoint.c
  constify nto-tdep.c
  constify remote-m32r-sdi.c
  constify xcoffread.c
  constify tui/tui-io.c
  constify set_breakpoint_condition
  constify i386-sol2-tdep.c and machoread.c

 gdb/breakpoint.c           | 2 +-
 gdb/breakpoint.h           | 2 +-
 gdb/gdbserver/server.c     | 2 +-
 gdb/gdbserver/tracepoint.c | 3 ++-
 gdb/i386-sol2-tdep.c       | 3 ++-
 gdb/machoread.c            | 2 +-
 gdb/nto-tdep.c             | 6 ++++--
 gdb/remote-m32r-sdi.c      | 3 ++-
 gdb/sparc-sol2-tdep.c      | 2 +-
 gdb/spu-tdep.c             | 2 +-
 gdb/tui/tui-io.c           | 2 +-
 gdb/xcoffread.c            | 4 ++--
 12 files changed, 19 insertions(+), 14 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-03-20 17:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 16:56 [PATCH 0/9] minor constification Yao Qi
2015-03-20 16:56 ` [PATCH 5/9] constify remote-m32r-sdi.c Yao Qi
2015-03-20 16:56 ` [PATCH 2/9] constify gdbserver/server.c Yao Qi
2015-03-20 16:56 ` [PATCH 7/9] constify tui/tui-io.c Yao Qi
2015-03-20 16:57 ` [PATCH 8/9] constify set_breakpoint_condition Yao Qi
2015-03-20 16:57 ` [PATCH 4/9] constify nto-tdep.c Yao Qi
2015-03-20 16:57 ` [PATCH 9/9] constify i386-sol2-tdep.c and machoread.c Yao Qi
2015-03-20 16:57 ` [PATCH 6/9] constify xcoffread.c Yao Qi
2015-03-20 16:57 ` [PATCH 1/9] constify sparc-sol2-tdep.c and spu-tdep.c Yao Qi
2015-03-20 16:57 ` [PATCH 3/9] constify gdbserver/tracepoint.c Yao Qi
2015-03-20 17:05 ` [PATCH 0/9] minor constification Pedro Alves
2015-03-20 17:44   ` Yao Qi

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).