From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9019 invoked by alias); 24 Jan 2006 19:24:31 -0000 Received: (qmail 9008 invoked by uid 22791); 24 Jan 2006 19:24:31 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jan 2006 19:24:29 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k0OJNnR3003385; Tue, 24 Jan 2006 20:23:49 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k0OJNnxt013390; Tue, 24 Jan 2006 20:23:49 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k0OJNn6U025125; Tue, 24 Jan 2006 20:23:49 +0100 (CET) Date: Tue, 24 Jan 2006 19:24:00 -0000 Message-Id: <200601241923.k0OJNn6U025125@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: jimb@red-bean.com CC: gdb-patches@sourceware.org In-reply-to: <8f2776cb0601231658k6cf2530di5d00b2f5e6bbdcf@mail.gmail.com> (message from Jim Blandy on Mon, 23 Jan 2006 16:58:31 -0800) Subject: Re: RFA: handle references to typedefs in binop_user_defined_p References: <8f2776cb0601231658k6cf2530di5d00b2f5e6bbdcf@mail.gmail.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00365.txt.bz2 > Date: Mon, 23 Jan 2006 16:58:31 -0800 > From: Jim Blandy > > No regressions on x86_64 native. > > gdb/ChangeLog: > 2006-01-23 Jim Blandy > > * valarith.c (binop_user_defined_p): Handle refs to typedefs. Looks ok to me.