From patchwork Wed Oct 25 22:01:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Wilson X-Patchwork-Id: 830396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-465140-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="xaO52/8e"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yMkd54JvLz9t4V for ; Thu, 26 Oct 2017 09:02:01 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; q=dns; s=default; b=UKlA7WNkczhZpZML 9b+aPb8V+SA9kJOmTNNt9xpxYHnrNS8Wc01XBmrhDayyXy/LnwhgzrByWNgisQ3j XaWX5uFMijuQCpKVh2dhl7Ei1M8ONLUX69PmdAMWsXrHkBIUMKkvZL0JHivKj6td vQJijozugTBgHrAYRElX8gaWoxs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; s=default; bh=BdXpDTlQH3m3AKBKbApsn1 6psgc=; b=xaO52/8eqq7SEmrGvBukSjelgyBLFhWK6OtCTD7C4W72fle18hK68c wNu3MuKBVnnHR8oUfZFKOimNAzEuq8nSX+NnvZZcbhKUWUAVaa5qTj8XvYRwPmBt Bv6Rsvo8nnon6Z0Y0eT8PqInlaL6If/xYFGqBaam7J5kzDKbLk07A= Received: (qmail 122326 invoked by alias); 25 Oct 2017 22:01:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 122316 invoked by uid 89); 25 Oct 2017 22:01:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: sonic308-9.consmr.mail.bf2.yahoo.com Received: from sonic308-9.consmr.mail.bf2.yahoo.com (HELO sonic308-9.consmr.mail.bf2.yahoo.com) (74.6.130.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 22:01:52 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.bf2.yahoo.com with HTTP; Wed, 25 Oct 2017 22:01:51 +0000 Received: from [127.0.0.1] by smtp203.mail.bf1.yahoo.com with NNFMP; 25 Oct 2017 22:01:50 -0000 X-Yahoo-SMTP: RNqztbyswBBFx6H5DU8E7igByQ1bWQP_Lw-- Message-ID: <1508968909.2379.53.camel@tuliptree.org> Subject: [PATCH 12/13] fix m68k files From: Jim Wilson To: gcc-patches Date: Wed, 25 Oct 2017 15:01:49 -0700 In-Reply-To: <1508966659.2379.15.camel@tuliptree.org> References: <1508966659.2379.15.camel@tuliptree.org> Mime-Version: 1.0 Another trivial patch to drop a reference to the sdb debugger. Jim gcc/ * config/m68k/m68kelf.h (DBX_REGISTER_NUMBER): Delete SDB reference. --- gcc/config/m68k/m68kelf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/m68kelf.h b/gcc/config/m68k/m68kelf.h index fb1a0a4..159223f 100644 --- a/gcc/config/m68k/m68kelf.h +++ b/gcc/config/m68k/m68kelf.h @@ -97,7 +97,7 @@ do { \ /* Define how the m68k registers should be numbered for Dwarf output. The numbering provided here should be compatible with the native - SVR4 SDB debugger in the m68k/SVR4 reference port, where d0-d7 + SVR4 debugger in the m68k/SVR4 reference port, where d0-d7 are 0-7, a0-a8 are 8-15, and fp0-fp7 are 16-23. */ #undef DBX_REGISTER_NUMBER