From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11586 invoked by alias); 22 Nov 2005 23:16:40 -0000 Received: (qmail 11572 invoked by uid 22791); 22 Nov 2005 23:16:38 -0000 X-Spam-Check-By: sourceware.org Received: from mxfep01.bredband.com (HELO mxfep01.bredband.com) (195.54.107.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 23:16:35 +0000 Received: from ironport.bredband.com ([195.54.107.82] [195.54.107.82]) by mxfep01.bredband.com with ESMTP id <20051122231633.LTFV26888.mxfep01.bredband.com@ironport.bredband.com> for ; Wed, 23 Nov 2005 00:16:33 +0100 Received: from as18-4-6.ld.bonet.se (HELO efd.lth.se) ([217.215.11.93]) by ironport.bredband.com with SMTP; 23 Nov 2005 00:15:49 +0100 X-BrightmailFiltered: true X-IronPort-AV: i="3.97,363,1125871200"; d="scan'208"; a="12265566:sNHT21414078" From: Stefan =?ISO-8859-15?Q?Burstr=F6m?= To: gdb@sources.redhat.com Date: Tue, 22 Nov 2005 23:20:00 -0000 Message-ID: <3477723caab.6257669c@mail.m.bonet.se> In-Reply-To: <20051122083855.GH1635@adacore.com> Subject: info types question MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00503.txt.bz2 I was wondering what kind of output I can expect from 'info types'? I am getting some sensible output such as typedef int mytype; but I am also getting output such as typedef double; and typedef long long unsigned int; The former I guess doesn't really matter, but the later really defines int to be an unsigned 64 bit type. Which cannot be what is desired? Of course I can ignore all types defined int libgcc2.c but I'd like to find out the 'logic' behind this. regards, Stefan Burstrom