From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22954 invoked by alias); 17 May 2002 16:59:42 -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 22945 invoked from network); 17 May 2002 16:59:41 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 May 2002 16:59:41 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5814C3E98; Fri, 17 May 2002 12:59:50 -0400 (EDT) Message-ID: <3CE53706.10001@cygnus.com> Date: Fri, 17 May 2002 09:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason R Thorpe Cc: 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00720.txt.bz2 > Okay, here we go.. This has the includes cleaned up as suggested. This > patch also includes the changes for SH (already approved by Elena), > ARM (Richard? Does this patch look okay to you?), Alpha (maintainerless, > but it looks okay to me :-), and MIPS (HI ANDREW :-) I'm ok with the MIPS part - it checks both elf_flags and osabi. (just check Eli). Andrew