From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16424 invoked by alias); 15 Jan 2004 04:39:14 -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 16417 invoked from network); 15 Jan 2004 04:39:13 -0000 Received: from unknown (HELO epic.mail.pas.earthlink.net) (207.217.120.181) by sources.redhat.com with SMTP; 15 Jan 2004 04:39:13 -0000 Received: from ip216-26-76-110.dsl.du.teleport.com ([216.26.76.110] helo=kanga.canids) by epic.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AgzHI-00042Z-00; Wed, 14 Jan 2004 20:38:44 -0800 Received: from grayscale.local (grayscale.canids [192.168.1.4]) by kanga.canids (Postfix) with ESMTP id E92D715805D; Wed, 14 Jan 2004 20:38:41 -0800 (PST) From: Felix Lee To: r6144 Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH][newbie] Make gdb accept -feliminate-dwarf2-dups stuff References: <16389.22843.352984.894253@localhost.localdomain> <20040114150704.GA4517@nevyn.them.org> <16390.1462.203353.461105@localhost.localdomain> In-Reply-To: <16390.1462.203353.461105@localhost.localdomain> on Thu, 15 Jan 2004 11:15:02 +0800 from r6144 Date: Thu, 15 Jan 2004 04:39:00 -0000 Message-Id: <20040115043841.E92D715805D@kanga.canids> X-SW-Source: 2004-01/txt/msg00385.txt.bz2 r6144 : > > > +#include > > Neat, I hadn't seen this before... > It would be great if someday application software such as gcc and gdb > can use Glib... but maybe Glib isn't *that* portable, yet. comes from System V (SVID1). it's not in POSIX-2 or ISO C, but it's mandatory in UNIX95 and UNIX98. it's probably everywhere by now. if not, it should be easy to put it into libiberty. but I see libiberty already has a splay tree implementation. it might be better to use that instead. --