From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1869 invoked by alias); 28 Nov 2006 21:11:30 -0000 Received: (qmail 1860 invoked by uid 22791); 28 Nov 2006 21:11:29 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Nov 2006 21:11:23 +0000 Received: from kahikatea.snap.net.nz (p202-124-120-131.snap.net.nz [202.124.120.131]) by viper.snap.net.nz (Postfix) with ESMTP id E55573D839A for ; Wed, 29 Nov 2006 10:12:10 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 5801BBE452; Wed, 29 Nov 2006 10:07:08 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17772.42234.743561.115636@kahikatea.snap.net.nz> Date: Tue, 28 Nov 2006 21:11:00 -0000 To: gdb-patches@sources.redhat.com Subject: GDB doesn't compile on GNU/Linux X-Mailer: VM 7.19 under Emacs 22.0.91.6 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 X-SW-Source: 2006-11/txt/msg00347.txt.bz2 I can't get GDB to compile on GNU/Linux because of this change: 2006-11-28 Ulrich Weigand * config/nm-linux.h: Do not include . The change below seems to fix it. -- Nick http://www.inet.net.nz/~nickrob 2006-11-29 Nick Roberts * linux-thread-db.c: Include . *** linux-thread-db.c 29 Nov 2006 09:48:09 +1300 1.21 --- linux-thread-db.c 29 Nov 2006 10:03:35 +1300 *************** *** 39,44 **** --- 39,46 ---- #include "gdbcore.h" #include "linux-nat.h" + #include + #ifdef HAVE_GNU_LIBC_VERSION_H #include #endif