From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13118 invoked by alias); 14 Jan 2005 17:42:17 -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 13075 invoked from network); 14 Jan 2005 17:42:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Jan 2005 17:42:11 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0EHgAUp021238 for ; Fri, 14 Jan 2005 12:42:10 -0500 Received: from localhost.redhat.com (vpn50-84.rdu.redhat.com [172.16.50.84]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0EHg5r31680; Fri, 14 Jan 2005 12:42:05 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 69D077D79; Fri, 14 Jan 2005 12:40:10 -0500 (EST) Message-ID: <41E803F5.2020307@gnu.org> Date: Fri, 14 Jan 2005 17:42:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Orjan Friberg Cc: gdb-patches@sources.redhat.com Subject: Re: New port: CRISv32 References: <41E79606.40302@axis.com> In-Reply-To: <41E79606.40302@axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00155.txt.bz2 Orjan Friberg wrote: > Well, here it is. The oft-talked-about, but never-yet-submitted one. > Since I am a CRIS maintainer and this only touches CRIS-specific files I > assume I'm free to check this in, but in case anything is questionable > (such as resurrecting the tm-cris.h file) and/or plain out wrong, here > it is. > > Oh, some recent gdb.base testsuite results: > > # of expected passes 6240 > # of unexpected failures 39 > # of expected failures 6 > # of known failures 5 > # of unresolved testcases 1 > # of untested testcases 1 > # of unsupported tests 12 > > > 2005-01-15 Orjan Friberg > > * config/cris/tm-cris.h: Resurrect. > (TARGET_HAS_HARDWARE_WATCHPOINTS, TARGET_CAN_USE_HARDWARE_WATCHPOINT) > (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define. Yep, bear trap. You'll see that MarkK's being elimiating the TM files and the TM_FILE macro is now deprecated (and you can't add deprecated stuff :-) We're going to need to figure out how to fix things so that these macros are avoided. Andrew