From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8679 invoked by alias); 8 Aug 2004 04:46:52 -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 8672 invoked from network); 8 Aug 2004 04:46:50 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 8 Aug 2004 04:46:50 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 8180447D91; Sat, 7 Aug 2004 21:46:49 -0700 (PDT) Date: Sun, 08 Aug 2004 04:46:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Cc: Andrew Cagney , Peter Schauer , Kevin Buettner Subject: [RFC/AIX] xm-aix4.h - Remove USG #define Message-ID: <20040808044649.GC24160@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-08/txt/msg00233.txt.bz2 config/xm-aix4.h has the following definition: | #define USG 1 The most obvious way of getting rid of it is to add a piece in configure.in to set this define if on AIX by adding a -D to the cflags, but that would be ugly. I think the best approach would be to see if we couldn't just get rid of its usage entirely. Need to review its usage first... -- Joel