From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32320 invoked by alias); 19 May 2010 15:30:08 -0000 Received: (qmail 32268 invoked by uid 22791); 19 May 2010 15:30:07 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from aussmtpmrkps320.us.dell.com (HELO aussmtpmrkps320.us.dell.com) (143.166.224.254) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 May 2010 15:30:00 +0000 X-Loopcount0: from 12.110.134.31 Received: from unknown (HELO M31.equallogic.com) ([12.110.134.31]) by aussmtpmrkps320.us.dell.com with SMTP; 19 May 2010 10:29:58 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [RFC] Make string printing work on NetBSD (iconv issue) Date: Wed, 19 May 2010 18:23:00 -0000 Message-ID: In-Reply-To: References: <19424.30941.651367.946330@pkoning-laptop.equallogic.com> From: "Paul Koning" To: Cc: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00391.txt.bz2 I sent off a query... we'll see what answer I get. paul > -----Original Message----- > From: Tom Tromey [mailto:tromey@redhat.com] > Sent: Wednesday, May 19, 2010 11:25 AM > To: Paul Koning > Cc: gdb-patches@sourceware.org > Subject: Re: [RFC] Make string printing work on NetBSD (iconv issue) >=20 > >>>>> "Paul" =3D=3D Paul Koning writes: >=20 > Paul> That gnu.org webpage talks about FreeBSD which is a different OS, > and > Paul> what it says may or may not apply to NetBSD. >=20 > Oops, sorry. >=20 > Paul> I guess I will have to ask > Paul> about this, since looking at the newlib sources (which is what > libc is > Paul> in NetBSD) only got me lost. >=20 > I looked through the NetBSD libc for quite some time online, but got > lost as well. At one point I concluded that the answer wasn't in the > code but in some kind of resource file I couldn't find. >=20 > Tom