From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18547 invoked by alias); 6 Jan 2010 15:17:54 -0000 Received: (qmail 18526 invoked by uid 22791); 6 Jan 2010 15:17:52 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jan 2010 15:17:47 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o06FHglx009726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Jan 2010 10:17:42 -0500 Received: from [10.36.11.60] (vpn2-11-60.ams2.redhat.com [10.36.11.60]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o06FHciw011975; Wed, 6 Jan 2010 10:17:40 -0500 Message-ID: <4B44A991.4010101@redhat.com> Date: Wed, 06 Jan 2010 15:17:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Masaki Muranaka CC: Daniel Jacobowitz , gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Can't set architecture to m32c on m32c-elf-gdb. References: <20081203140802.GA6965@caradoc.them.org> <50B2818F-7217-4D63-ABE8-19E444FE9A40@monami-software.com> <4B3C9784.1040309@redhat.com> <21F11493-3DE3-41FA-97D5-B539B54259A2@monami-software.com> In-Reply-To: <21F11493-3DE3-41FA-97D5-B539B54259A2@monami-software.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00113.txt.bz2 Hi Masaki, > Really did you try them? Here is a log of my GDB. > > (gdb) show architecture > The target architecture is set automatically (currently m16c) > (gdb) set architecture m32c:m32c > Undefined item: "m32c:m32c". > (gdb) set architecture m32c:m16c > Undefined item: "m32c:m16c". Point. But when I try this: (gdb) show architecture The target architecture is set automatically (currently m16c) (gdb) set architecture m32c The target architecture is assumed to be m32c (gdb) show architecture The target architecture is assumed to be m32c (gdb) set architecture m16c The target architecture is assumed to be m16c (gdb) show architecture The target architecture is assumed to be m16c So it appears that you can set the architecture to m32c, yes ? Cheers Nick