From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17793 invoked by alias); 27 Jan 2003 20:40:02 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17786 invoked from network); 27 Jan 2003 20:40:01 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 172.16.49.205 with SMTP; 27 Jan 2003 20:40:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 306FF3D2C; Mon, 27 Jan 2003 15:39:58 -0500 (EST) Message-ID: <3E35991E.9060106@redhat.com> Date: Mon, 27 Jan 2003 20:40: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: Kris Warkentin Cc: gdb@sources.redhat.com Subject: Re: integer types in gdb code References: <105c01c2c63e$0b5de4d0$0202040a@catdog> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00445.txt.bz2 > I'm having trouble cleaning up our code to compile on various targets. > > It seems like most targets have uint32_t, int8_t, etc. defined but not > always (ie. cygwin). Is there a 'gdb approved' header or set of defines > that works consistently everywhere? I'd like to be able to use something > consistently in all of our code without having to type in 'unsigned long > long' and such. CORE_ADDR ~= void * LONGEST ~= long ULONGEST ~= unsigned long Andrew