From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29446 invoked by alias); 2 Jan 2003 20:17:41 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29438 invoked from network); 2 Jan 2003 20:17:40 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 209.249.29.67 with SMTP; 2 Jan 2003 20:17:40 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DBD3B3DE5; Thu, 2 Jan 2003 20:17:29 +0000 (GMT) Message-ID: <3E149E59.1080704@redhat.com> Date: Thu, 02 Jan 2003 20:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] revamped gdb_mbuild.sh References: <3E146A9C.6010201@redhat.com> <20030102183641.GA18679@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00023.txt.bz2 > On Thu, Jan 02, 2003 at 04:36:44PM +0000, Andrew Cagney wrote: > >> Index: defs.h >> =================================================================== >> RCS file: /cvs/src/src/gdb/defs.h,v >> retrieving revision 1.102 >> diff -u -r1.102 defs.h >> --- defs.h 15 Oct 2002 02:16:51 -0000 1.102 >> +++ defs.h 2 Jan 2003 16:30:21 -0000 >> @@ -1,3 +1,4 @@ >> +#error >> /* *INDENT-OFF* */ /* ATTR_FORMAT confuses indent, avoid running it for now */ >> /* Basic, host-specific, and target-specific definitions for GDB. >> Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, > > > I hope you didn't commit this bit :) Fortunatly, no. If you can't tell it is what I was using when testing. Andrew