From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1234 invoked by alias); 14 Feb 2004 17:27:36 -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 1227 invoked from network); 14 Feb 2004 17:27:36 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 14 Feb 2004 17:27:36 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 444412B97; Sat, 14 Feb 2004 12:27:30 -0500 (EST) Message-ID: <402E5A82.6050405@gnu.org> Date: Sat, 14 Feb 2004 17:27:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] Eliminate deprecated_register_convertible_not Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00368.txt.bz2 FYI, eliminated by adding a DEPRECATED_REGISTER_CONVERTIBLE_P predicate. committed, Andrew