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/3] Unbreak build on hurd


When I rebuild GDB with my target_xfer_status patch series on hurd,
I find there are some existing build errors.  This patch series is
to fix them.

*** BLURB HERE ***

Yao Qi (3):
  Fix -Wformat warnings in gnu-nat.c
  Fix -Werror=pointer-sign warnings
  Find and link with -lmachuser -lhurduser

 gdb/configure    |  114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/configure.ac |    4 ++
 gdb/gnu-nat.c    |   34 ++++++++--------
 3 files changed, 135 insertions(+), 17 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]