From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15830 invoked by alias); 11 Sep 2002 19:06:51 -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 15823 invoked from network); 11 Sep 2002 19:06:50 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 11 Sep 2002 19:06:50 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1C284D2CC1; Wed, 11 Sep 2002 12:06:45 -0700 (PDT) Date: Wed, 11 Sep 2002 12:06:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Add GDB_OSABI_INTERIX enum value Message-ID: <20020911190645.GF1105@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="i9LlY+UWpKt15+FH" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00183.txt.bz2 --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 169 2002-09-11 J. Brobecker * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for Interix. Ok to apply? Thanks, -- Joel --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="osabi.h.diff" Content-length: 460 Index: osabi.h =================================================================== RCS file: /cvs/src/src/gdb/osabi.h,v retrieving revision 1.4 diff -c -3 -p -r1.4 osabi.h *** osabi.h 27 Jul 2002 01:28:43 -0000 1.4 --- osabi.h 11 Sep 2002 19:03:47 -0000 *************** enum gdb_osabi *** 41,46 **** --- 41,47 ---- GDB_OSABI_NETWARE, GDB_OSABI_IRIX, GDB_OSABI_LYNXOS, + GDB_OSABI_INTERIX, GDB_OSABI_ARM_EABI_V1, GDB_OSABI_ARM_EABI_V2, --i9LlY+UWpKt15+FH--