public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6 OBV] Fix compilation errors for hurd
@ 2014-01-06  3:56 Yao Qi
  2014-01-06  3:56 ` [PATCH 1/6] Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes] Yao Qi
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Yao Qi @ 2014-01-06  3:56 UTC (permalink / raw)
  To: gdb-patches

I cross compile native GDB for hurd to make sure my changes in target.h don't
break its build.  However, I find some errors on building a clean GDB
checkout for hurd.

This patch series is to fix these errors.  They are all obvious and
I'll push them in three days.

The cross compiler I am using is i686-pc-gnu-gcc (GCC) 4.8.0 20120318
(experimental).

*** BLURB HERE ***

Yao Qi (6):
  Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes]
  Remove declaration of inf_tid_to_proc
  Make functions static.
  Use void for empty argument list in trace_me
  Add qualifier 'const' to argument args
  Remove an empty-body 'if' statement

 gdb/gnu-nat.c |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2014-01-07  7:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-06  3:56 [PATCH 0/6 OBV] Fix compilation errors for hurd Yao Qi
2014-01-06  3:56 ` [PATCH 1/6] Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes] Yao Qi
2014-01-06  3:56 ` [PATCH 5/6] Add qualifier 'const' to argument args Yao Qi
2014-01-06  3:56 ` [PATCH 2/6] Remove declaration of inf_tid_to_proc Yao Qi
2014-01-06  3:56 ` [PATCH 6/6] Remove an empty-body 'if' statement Yao Qi
2014-01-06  3:56 ` [PATCH 3/6] Make functions static Yao Qi
2014-01-06  3:56 ` [PATCH 4/6] Use void for empty argument list in trace_me Yao Qi
2014-01-06 16:44 ` [PATCH 0/6 OBV] Fix compilation errors for hurd Tom Tromey
2014-01-07  7:14   ` 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).