From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11724 invoked by alias); 1 Sep 2010 17:30:58 -0000 Received: (qmail 11715 invoked by uid 22791); 1 Sep 2010 17:30:58 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Sep 2010 17:30:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EAB6E2BAC3D; Wed, 1 Sep 2010 13:30:51 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bmEL3-Mqy0Gy; Wed, 1 Sep 2010 13:30:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B5CA82BABAE; Wed, 1 Sep 2010 13:30:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A889EF599F; Wed, 1 Sep 2010 19:30:42 +0200 (CEST) Date: Wed, 01 Sep 2010 17:30:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFA/gdbserver] Move malloc.h include to server.h. Message-ID: <20100901173042.GA2986@adacore.com> References: <201009011241.10997.pedro@codesourcery.com> <1283360985-30122-1-git-send-email-brobecker@adacore.com> <201009011812.27242.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009011812.27242.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-09/txt/msg00029.txt.bz2 > > gdb/gdbserver/ChangeLog: > > > > * gdbserver/gdbreplay.c: Move include of alloca.h up, next to > > include of malloc.h. > > * gdbserver/server.h: Add include of malloc.h. > > * gdbserver/mem-break.c: Remove include of malloc.h. > > * gdbserver/server.c, gdbserver/tracepoint.c, gdbserver/utils.c, > > gdbserver/win32-low.c: Likewise. > > > > Tested on x86_64-linux. I also verified that gdbserver still builds > > on MinGW... > > Awesome, thanks. :-) Please apply. Now applied (BTW: I removed the extraneous gdbserver/ in the ChangeLog entry). -- Joel