From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29959 invoked by alias); 12 Aug 2008 00:30:46 -0000 Received: (qmail 29942 invoked by uid 22791); 12 Aug 2008 00:30:45 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Aug 2008 00:30:11 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7C0U4Xh025587 for ; Mon, 11 Aug 2008 20:30:09 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7C0U3cR031574 for ; Mon, 11 Aug 2008 20:30:03 -0400 Received: from mesquite.lan (vpn-13-58.rdu.redhat.com [10.11.13.58]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7C0U2Io016288 for ; Mon, 11 Aug 2008 20:30:03 -0400 Date: Tue, 12 Aug 2008 00:30:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] PPC: Skip call to __eabi in main() Message-ID: <20080811173002.528acca3@mesquite.lan> In-Reply-To: <20080728172221.3dc3764e@mesquite.lan> References: <20080721155343.404977d3@mesquite.lan> <1216701867.31797.26.camel@localhost.localdomain> <20080722181252.03d9ce94@mesquite.lan> <20080728172221.3dc3764e@mesquite.lan> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2008-08/txt/msg00305.txt.bz2 On Mon, 28 Jul 2008 17:22:21 -0700 Kevin Buettner wrote: > * rs6000-tdep.c (BL_MASK, BL_INSTRUCTION, BL_DISPLACEMENT_MASK): > New macros. > (rs6000_skip_main_prologue): New function. > (rs6000_gdb_arch_init): Register rs6000_skip_main_prologue. Committed. Kevin