From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10267 invoked by alias); 31 Oct 2004 16:20:55 -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 10259 invoked from network); 31 Oct 2004 16:20:54 -0000 Received: from unknown (HELO localhost.redhat.com) (24.42.65.225) by sourceware.org with SMTP; 31 Oct 2004 16:20:54 -0000 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EFFEC129D8C; Sun, 31 Oct 2004 11:20:37 -0500 (EST) Message-ID: <418510D1.8000500@gnu.org> Date: Sun, 31 Oct 2004 16:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] Delete MIPS only DEPRECATED_IGNORE_HELPER_CALLER Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00535.txt.bz2 This is was added as a hack for mips16 floating-point. Given that MIPS16 backtraces are pretty much AWAL, the loss of this hack is the least of the MIPS16 problems. If anyone is interested in renovating the MIPS16 I'm all ears. committed, Andrew