This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/6 OBV] Fix compilation errors for hurd


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]