From patchwork Mon Jan 25 10:03:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Enkovich X-Patchwork-Id: 572654 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 219C2140082 for ; Mon, 25 Jan 2016 21:04:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=hLqbn04h; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Nk2uVNyLijh3Y77q5V1PZZtvULfRXOmrfxVRvuKNDz0/r3wHET4Yn IFROYdN9YiEXvKWV/yIH0na9dmruuif6sHNUeubtu/CrVB83aWUfRMcRgAAQbQQy l9oJhr/u9RzSV2ME/z8ebTDN+P24bdzrCJNAVsnbrGCyoPNKLIUqH4= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=NjIrfFYG/653nwgAegMLMXfTXMU=; b=hLqbn04hWidlNwEj39KV CoU8aZ3p8cbt96z+5TQQl5mb6tcBQ3UHFkemo8BTMvnT31pRZBNOPhlLFHZZ19Cr jnvET2kH7/5NwEm2XL18a9KL2Xhg7Mqh/buSDSNDj0C7tMirdzmEHrW3Rtp5TvVs rJTQ2Yr4xx3kC6geNO2Qe80= Received: (qmail 20984 invoked by alias); 25 Jan 2016 10:03:58 -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 20960 invoked by uid 89); 25 Jan 2016 10:03:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=2777 X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 25 Jan 2016 10:03:56 +0000 Received: by mail-qk0-f175.google.com with SMTP id x1so52221165qkc.1 for ; Mon, 25 Jan 2016 02:03:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=tKw9BCOmvhZVGPSw1RPfwBVuQ8Oh7peNYPeDgjbmvhM=; b=MIyYcu8SqPikLni11dIDgnpvUYJOE9hPd9rPTOZPnBRf+suW1e0MbMm/T3SfUZTR/B 5AvVV7IRqLAmmMCtYlvXTFDH05KbZihqqojzkQGvytphpTfsc0NUISeksJYHARo4vwVO SPcSGIzUfNRlmr3SU5GxLzvfSTfLl7YQgRn9aMeYF7AJdVzXlGVonYrCIcPa3roAbPPw b0HFLPKTaiwr0QThVAFiIep65LciMsEkfNnAIzZwj0Gnli6h+UirN67VNqUplGJmXwK6 gM/Ie/mqzZuAwA3NfHKL4XGavKlUM+6iEMc73VbNOgrTwE4ml9fWnHhjXUh3d+0+xZWY l3NA== X-Gm-Message-State: AG10YORNboespSCQKPhXzXn5CRGAPO0gYq2I6xDycBZXQEz8E4E4sT5S5Wk4+8aD/Q4Fwg== X-Received: by 10.55.81.3 with SMTP id f3mr20045229qkb.35.1453716234750; Mon, 25 Jan 2016 02:03:54 -0800 (PST) Received: from msticlxl57.ims.intel.com (irdmzpr01-ext.ir.intel.com. [192.198.151.36]) by smtp.gmail.com with ESMTPSA id w145sm8408056qhw.36.2016.01.25.02.03.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Jan 2016 02:03:54 -0800 (PST) Date: Mon, 25 Jan 2016 13:03:16 +0300 From: Ilya Enkovich To: gcc-patches@gcc.gnu.org Subject: [libmpx, committed] Fix verbosity for error messages Message-ID: <20160120144542.GC15775@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes Hi, This is an obvious patch fixing a verbosity for a part of error messages. Bootstrapped on x86_64-pc-linux-gnu. Applied to trunk and gcc-5-branch. Thanks, Ilya --- libmpx/ 2016-01-20 Ilya Enkovich * mpxrt/mpxrt.c (handler): Fix verbosity for error message. diff --git a/libmpx/mpxrt/mpxrt.c b/libmpx/mpxrt/mpxrt.c index bcdd3a6..b52906b 100644 --- a/libmpx/mpxrt/mpxrt.c +++ b/libmpx/mpxrt/mpxrt.c @@ -268,7 +268,7 @@ handler (int sig __attribute__ ((unused)), __mpxrt_write_uint (VERB_ERROR, trapno, 10); __mpxrt_write (VERB_ERROR, ", ip = 0x"); __mpxrt_write_uint (VERB_ERROR, ip, 16); - __mpxrt_write (VERB_BR, "\n"); + __mpxrt_write (VERB_ERROR, "\n"); exit (255); } else @@ -277,7 +277,7 @@ handler (int sig __attribute__ ((unused)), __mpxrt_write_uint (VERB_ERROR, trapno, 10); __mpxrt_write (VERB_ERROR, "! at 0x"); __mpxrt_write_uint (VERB_ERROR, ip, 16); - __mpxrt_write (VERB_BR, "\n"); + __mpxrt_write (VERB_ERROR, "\n"); exit (255); } }