From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82505 invoked by alias); 8 May 2018 12:41:11 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 82436 invoked by uid 89); 8 May 2018 12:41:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 May 2018 12:40:59 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] [spu] Fix "info spu event" output formatting From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <968ae51bac6201d2c63e0c2b4405832dca0795f0@gdb-build> Date: Tue, 08 May 2018 12:43:00 -0000 X-SW-Source: 2018-q2/txt/msg03681.txt.bz2 *** TEST RESULTS FOR COMMIT 968ae51bac6201d2c63e0c2b4405832dca0795f0 *** Author: Ulrich Weigand Branch: master Commit: 968ae51bac6201d2c63e0c2b4405832dca0795f0 [spu] Fix "info spu event" output formatting The formatting of the output of the "info spu event" command changed, causing spurious test suite failures. Use phex instead of phex_nz to get back the expected format, and fix emission of new line characters. gdb/ChangeLog: 2018-05-08 Ulrich Weigand * spu-tdep.c (info_spu_event_command): Fix output formatting.