From patchwork Mon Dec 29 05:42:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Green X-Patchwork-Id: 4449 Received: (qmail 9239 invoked by alias); 29 Dec 2014 05:42:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 9230 invoked by uid 89); 29 Dec 2014 05:42:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-ie0-f178.google.com Received: from mail-ie0-f178.google.com (HELO mail-ie0-f178.google.com) (209.85.223.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 29 Dec 2014 05:42:25 +0000 Received: by mail-ie0-f178.google.com with SMTP id vy18so10014439iec.37 for ; Sun, 28 Dec 2014 21:42:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=D5Rzb32gHngHcvX2F+T3yxIcnZ1a2n7DZMhufJi1dN8=; b=iZY1MCto1Mhs+UIZsxsCix5soQMPAcqjU3ejC4/Q7OVjiIaJjUY6xatJbJZGr9syPm vMF7JQX9vzNcNGHJIQ9g2c/Zi/Xuv379XqwPpMpFHiSEWqnSCV5zwZEsbw0Phu8D84xZ U1GEqgweswDAooSWxYV73lwp1qF/rXXVOIqxS5jKGtlKE43fycX72SgocE2loYEXGb/H Uo6oB4ucd2gZ9ZwA4ij81zhaPiHWZnvm+/vVtSePn8wCgrdiFpvZQ16zuXFVHM2w5X8T 8OjEKAG4gQJkbv1uoXVJ9TnlS954M48oHaYJ+GnXS0jkyO5dedgjzA115ebPLEdyjA5A ySOg== X-Gm-Message-State: ALoCoQnJuPfo9xn4HLyr7mw5w0jsOHlJcS17GjpVKnbhVepnleM58jRWGgjTnlJW42YUUh/m74Jq X-Received: by 10.107.18.208 with SMTP id 77mr49024633ios.57.1419831743713; Sun, 28 Dec 2014 21:42:23 -0800 (PST) Received: from localhost (CPE687f74122463-CM84948c2e0610.cpe.net.cable.rogers.com. [99.226.94.59]) by mx.google.com with ESMTPSA id la3sm13953937igb.0.2014.12.28.21.42.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 21:42:23 -0800 (PST) From: Anthony Green To: gdb-patches@sourceware.org Subject: [PATCH, moxie] Add moxiebox target support Date: Mon, 29 Dec 2014 00:42:22 -0500 Message-ID: <87k31bggg1.fsf@moxielogic.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes The rest of the GNU toolchain has supported the moxiebox target for a few months now. Moxiebox is a moxie-based VM architecture used by the bitcoin community, and it now supports the GDB remote protocol. I'm checking this change in... Thanks! AG 2014-12-29 Anthony Green * configure.tgt: Add support for moxiebox target. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 065e797..b2c752f 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -138,7 +138,7 @@ frv-*-*) gdb_sim=../sim/frv/libsim.a ;; -moxie-*-elf | moxie-*-rtems*) +moxie-*-elf | moxie-*-moxiebox | moxie-*-rtems*) gdb_target_obs="moxie-tdep.o" gdb_sim=../sim/moxie/libsim.a ;;