From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20141 invoked by alias); 7 Feb 2014 08:01:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 20129 invoked by uid 89); 7 Feb 2014 08:01:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,URIBL_BLACK autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Feb 2014 08:01:34 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1WBgNP-0002KZ-07 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 07 Feb 2014 00:01:31 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 7 Feb 2014 00:01:30 -0800 Received: from qiyao.dyndns.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Fri, 7 Feb 2014 00:01:27 -0800 From: Yao Qi To: Subject: [PATCH 0/3] Unbreak build on hurd Date: Fri, 07 Feb 2014 08:01:00 -0000 Message-ID: <1391759958-972-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00185.txt.bz2 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