From patchwork Mon Mar 18 10:35:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Clifton X-Patchwork-Id: 228436 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 556BA2C00BE for ; Mon, 18 Mar 2013 21:40:34 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1364208035; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Subject:Date:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=ZsOSePYiT6xZQAe6Hl47 ITekU/U=; b=aS4TFqol1lJWr1TXYjmoNfCyD3zimC8N7tH5bpERxhA9QfBMg+HW xtN2JMltFtfdwQ2ohLrIMsFrqbKaBvSLRSGLg68pPff298j+1lS/yljfpws/0S8b jj38kgKnQiu0u9mqZY9zmlLJwrL4HSS2iDhiJO0/gBbY7NhA954zqgM= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=LF4n8UthohOpBKpVu4nEmmo6dWkQlky1221jP2XKRoyFofLkjlNh1lzM/zXvwq m9G5EAKAQrxKHrneMWqdjx2pvuJLc2yNXnfhrtRetVF0Q3C4V5nwtUSEN9xB75s5 BC+RF5xcycapEdHiWSHjGgdSb8M2kbPr9LSrz8Jyv3Cjs=; Received: (qmail 8017 invoked by alias); 18 Mar 2013 10:40:22 -0000 Received: (qmail 7966 invoked by uid 22791); 18 Mar 2013 10:40:21 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_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; Mon, 18 Mar 2013 10:40:12 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2IAe2Vp027435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Mar 2013 06:40:12 -0400 Received: from Cadeux.redhat.com (vpn1-4-15.ams2.redhat.com [10.36.4.15]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2IAdw3D004146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 18 Mar 2013 06:40:01 -0400 From: Nick Clifton To: gcc-patches@gcc.gnu.org Subject: Commit: MN10300: Add missing comment line Date: Mon, 18 Mar 2013 10:35:14 +0000 Message-ID: <874ng9c7x9.fsf@redhat.com> MIME-Version: 1.0 X-IsSubscribed: yes 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 Hi Guys I am applying this patch as obvious. It adds a line missing from the comment describing the mn10300_get_live_callee_saved_regs function. Cheers Nick gcc/ChangeLog 2013-03-18 Nick Clifton * config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment describing function. Index: gcc/config/mn10300/mn10300.c =================================================================== --- gcc/config/mn10300/mn10300.c (revision 196767) +++ gcc/config/mn10300/mn10300.c (working copy) @@ -622,6 +622,7 @@ /* Returns the set of live, callee-saved registers as a bitmask. The callee-saved extended registers cannot be stored individually, so + all of them will be included in the mask if any one of them is used. Also returns the number of bytes in the registers in the mask if BYTES_SAVED is not NULL. */