From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5941 invoked by alias); 17 May 2002 17:51:04 -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 5870 invoked from network); 17 May 2002 17:51:00 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 17 May 2002 17:51:00 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA19845; Fri, 17 May 2002 10:50:48 -0700 (PDT) Message-ID: <3CE53FBF.2C33766C@redhat.com> Date: Fri, 17 May 2002 10:51:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: "Alfred M. Szmidt" CC: Eli Zaretskii , thorpej@wasabisystems.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Generic OS ABI handling References: <20020513120839.X3435@dr-evil.shagadelic.org> <15588.11053.545829.689213@localhost.redhat.com> <20020516151705.Y4613@dr-evil.shagadelic.org> <3CE4342B.10803@cygnus.com> <20020516154139.Z4613@dr-evil.shagadelic.org> <3CE4392B.4070009@cygnus.com> <20020516161130.A4613@dr-evil.shagadelic.org> <20020516195255.G4613@dr-evil.shagadelic.org> <2561-Fri17May2002110306+0300-eliz@is.elta.co.il> <87elgbkrnr.fsf@lgh163a.kemisten.nu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00733.txt.bz2 "Alfred M. Szmidt" wrote: > > >> +static const char * const gdb_osabi_names[] = > >> +{ > >> + "", > >> + > >> + "SVR4", > >> + "GNU Hurd", > ^^^^^^^^ > This should be changed to GNU. I'm not sure I agree, since Linux is now referred to as GNU/Linux. If there's room for confusion, extra info cannot hurt.