From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14911 invoked by alias); 8 Mar 2006 22:11:37 -0000 Received: (qmail 14902 invoked by uid 22791); 8 Mar 2006 22:11:36 -0000 X-Spam-Check-By: sourceware.org Received: from acheron.ifi.lmu.de (HELO acheron.ifi.lmu.de) (129.187.214.135) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 08 Mar 2006 22:11:35 +0000 Received: from internaldeliver.acheron.informatik.uni-muenchen.de (localhost [127.0.0.1]) by acheron.ifi.lmu.de (Postfix) with ESMTP id 4B7BB435D6 for ; Wed, 8 Mar 2006 23:11:33 +0100 (CET) Received: from anagni.tcs.ifi.lmu.de (aquila.tcs.ifi.lmu.de [141.84.9.37]) by acheron.ifi.lmu.de (Postfix) with ESMTP id 3B3D1435A8 for ; Wed, 8 Mar 2006 23:11:33 +0100 (CET) Date: Wed, 08 Mar 2006 22:11:00 -0000 From: Hans-Wolfgang Loidl To: gdb@sourceware.org Subject: gdb support for m32c? Message-ID: <20060308231133.6868294f@anagni.tcs.ifi.lmu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00048.txt.bz2 Hi, The GCC readinglist claims that GDB includes a simulator for the m32c processor. However, downloading the latest gdb snapshot I only found a dir m32r (the RISC rather than CISC version) in the sim/ dir. Can somebody enlighten me whether GDB does support the m32c, and if so how to include support for it, so that I can at least use it as simulator for GCC generated m32c-elf binaries. Thanks! -- HW