From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3725 invoked by alias); 1 Jun 2012 13:03:20 -0000 Received: (qmail 3709 invoked by uid 22791); 1 Jun 2012 13:03:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FSL_RCVD_USER,KHOP_THREADED,MSGID_MULTIPLE_AT,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 13:03:06 +0000 Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q51D2wb7088662 ; Fri, 1 Jun 2012 15:02:59 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms17.u-strasbg.fr [130.79.204.117]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q51D2wtT021082 ; Fri, 1 Jun 2012 15:02:58 +0200 Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q51D2vkG031401 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Fri, 1 Jun 2012 15:02:57 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Yao Qi'" , References: <1338554885-3954-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1338554885-3954-1-git-send-email-yao@codesourcery.com> Subject: RE: [testsuite] Really ensure printf/fprintf are available in dprintf.exp Date: Fri, 01 Jun 2012 13:03:00 -0000 Message-ID: <001801cd3ff6$de4fd150$9aef73f0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2012-06/txt/msg00007.txt.bz2 > +#include > +/* Make sure function 'malloc' is linked into program. One some bare-mental > + port, if we don't use 'malloc', it will not be linked in program. 'malloc' Hi Yao, I was just wondering if this is an expression that I do not know, or if you simply meant 'bare-metal'? Also, about the addition of +#include in the middle of the source, I also had the impression that traditionally, C sources group all include's at the top of the source, but remember that I only program in C for GDB and I am a pascal code developer otherwise... Pierre Muller