From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10866 invoked by alias); 31 Jan 2019 10:55:36 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 10858 invoked by uid 89); 31 Jan 2019 10:55:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:sk:host86-, Hx-spam-relays-external:sk:host86-, H*r:sk:host86- X-HELO: mail-wm1-f44.google.com Received: from mail-wm1-f44.google.com (HELO mail-wm1-f44.google.com) (209.85.128.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 Jan 2019 10:55:35 +0000 Received: by mail-wm1-f44.google.com with SMTP id y185so1808751wmd.1 for ; Thu, 31 Jan 2019 02:55:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=from:to:cc:subject:date:message-id; bh=j6n5ocqgY+m4JSqNYG+ovNxZz3rlIjJ0GKXHCKrbbuE=; b=P3DhevfCnDwim2nUJWHHaJZGtLSKyHdUlpsMwH/oZotjbJLq8R8soSyNTjzPwwViQT cHoyUq+mizYJUXy6uGCuJTnh6fNC9/UezwwBiO+zzcSjg7lLYgpsUsSjWxsaK8p8TScg gQKaYe+55VYIpFcSRD5ekzxIm6IuhT12ZyNMwnTw4y4xyphzLTuQn57MEuj8M58J1urB 31T0IkC7Z66Luv9s7zQXKHmyBQc8xheSzGfCB97QRZnPAn7mjhSUlvwBpYMCfsPwlD/s nKsFM4+R50cYbOv0QpcBaO2dVPdYcvp9Ooeven2ptto+qwVoZA2QtQlrDYsKYMSIiz2z ylfQ== Return-Path: Received: from localhost (host86-164-85-126.range86-164.btcentralplus.com. [86.164.85.126]) by smtp.gmail.com with ESMTPSA id 124sm5982668wmh.22.2019.01.31.02.55.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 31 Jan 2019 02:55:31 -0800 (PST) From: Andrew Burgess To: binutils@sourceware.org Cc: Andrew Burgess Subject: [PATCH 0/2] New Output Format For size tool Date: Thu, 31 Jan 2019 10:55:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00258.txt.bz2 Interesting stuff is in patch #2, patch #1 is just a documentation cleanup I spotted in passing. Thanks, Andrew -- Andrew Burgess (2): binutils/size: Update example output in documentation binutils: Add new GNU format mode to `size` utility binutils/ChangeLog | 24 +++++++ binutils/NEWS | 5 ++ binutils/doc/binutils.texi | 35 ++++++++-- binutils/size.c | 110 +++++++++++++++++++++---------- binutils/testsuite/binutils-all/size.exp | 20 ++++++ 5 files changed, 153 insertions(+), 41 deletions(-) -- 2.14.5