From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4346 invoked by alias); 14 Apr 2004 17:42:02 -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 4211 invoked from network); 14 Apr 2004 17:41:56 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sources.redhat.com with SMTP; 14 Apr 2004 17:41:56 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3EHfiCu000246; Wed, 14 Apr 2004 19:41:44 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3EHfigB002730; Wed, 14 Apr 2004 19:41:44 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i3EHfiDf002727; Wed, 14 Apr 2004 19:41:44 +0200 (CEST) Date: Wed, 14 Apr 2004 17:42:00 -0000 Message-Id: <200404141741.i3EHfiDf002727@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <407D6673.4070609@gnu.org> (message from Andrew Cagney on Wed, 14 Apr 2004 12:27:31 -0400) Subject: Re: [PATCH/RFC] Add FUNCTION_START_OFFSET to return value of find_function_addr References: <200404141123.i3EBNloh007916@elgar.kettenis.dyndns.org> <407D6673.4070609@gnu.org> X-SW-Source: 2004-04/txt/msg00287.txt.bz2 Date: Wed, 14 Apr 2004 12:27:31 -0400 From: Andrew Cagney (looks right) Any idea when it broke? Not sure this was broken. It might have been right for the old VAX call dummy implementation. It just isn't right for the new generic call dummy implementation. Mark