From patchwork Tue Feb 6 17:08:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 25838 Received: (qmail 64370 invoked by alias); 6 Feb 2018 17:08:08 -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 64356 invoked by uid 89); 6 Feb 2018 17:08:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-wm0-f65.google.com Received: from mail-wm0-f65.google.com (HELO mail-wm0-f65.google.com) (74.125.82.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Feb 2018 17:08:06 +0000 Received: by mail-wm0-f65.google.com with SMTP id b21so5253344wme.4 for ; Tue, 06 Feb 2018 09:08:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mEwfPAhlfffqn/H57SQsd1m1VuLmqJLB7HMMyfg1mw8=; b=DTUAlIjnzsggD/+ysI6T6gc5mqvGIcZnt8qHQujQ0WwWUWJ+GCiyNX/Vco+9a1oRjp Dw92uThEZyw+wV2KAHZyrIYh8ht3mPNKh8PGeLLb2tvey9ifXJV+hUVaowTTFjwyJanC R7rXxNCbDmnktIJN2EGW7NCy7pxFEymlxMBA23PM1AmFycH/oS5DxjOrG+XXqfT3NNJF xCHM5jassGuUcJ/FpEBDlKdxCCGsZDthjUVFmWDSm3SkBRRTeXWikdD92AoHaIvzWbUw ESeMxoithTzrjfyohknVRw+BgykSR3l1DP5BGQycTayDNSYTsqizzN36C6cLMrXZ0AyL iOCw== X-Gm-Message-State: APf1xPAx2jzuenl9AhMAKbiZmHIHEaqUguc8iBFUUmY3YZzHr2gl8YJ0 3xr+hAb1u13oIeml+FRdtaVtjw== X-Google-Smtp-Source: AH8x227M4te27pepQUR0Ka3ZMSYXLszdIPKjsieya5KErC6fBAgobIyqF42sAcsLaS4nj3SsoviWtg== X-Received: by 10.28.146.141 with SMTP id u135mr2417649wmd.26.1517936884019; Tue, 06 Feb 2018 09:08:04 -0800 (PST) Received: from E107787-LIN.cambridge.arm.com (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id z81sm6270868wmc.32.2018.02.06.09.08.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Feb 2018 09:08:03 -0800 (PST) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Cc: alan.hayward@arm.com Subject: [PATCH OBV] Fix up one ChangeLog entry date Date: Tue, 6 Feb 2018 17:08:00 +0000 Message-Id: <1517936880-30131-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes The patch was committed on 5th Feb, and the first line of ChangeLog entry is too long. The max line length is 74. https://sourceware.org/gdb/wiki/ContributionChecklist#Properly_Formatted_GNU_ChangeLog --- gdb/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52baa56..bc635d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ -2018-01-30 Alan Hayward +2018-02-05 Alan Hayward - * target-descriptions.c (tdesc_element_visitor) Add empty implementations. + * target-descriptions.c (tdesc_element_visitor) Add empty + implementations. (tdesc_type): Move make_gdb_type from here. (tdesc_type_builtin): Likewise. (tdesc_type_vector): Likewise.