From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9650 invoked by alias); 13 Aug 2007 01:45:22 -0000 Received: (qmail 9611 invoked by uid 22791); 13 Aug 2007 01:45:22 -0000 X-Spam-Check-By: sourceware.org Received: from ausmtp06.au.ibm.com (HELO ausmtp06.au.ibm.com) (202.81.18.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Aug 2007 01:45:20 +0000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [202.81.18.234]) by ausmtp06.au.ibm.com (8.13.8/8.13.8) with ESMTP id l7D1lmPd5382272 for ; Mon, 13 Aug 2007 11:47:48 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l7D1jGJJ4235418 for ; Mon, 13 Aug 2007 11:45:16 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l7D2jGbI011632 for ; Mon, 13 Aug 2007 12:45:16 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av04.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l7D2jG76011629; Mon, 13 Aug 2007 12:45:16 +1000 Received: from [9.190.163.46] (namadgi.au.ibm.com [9.190.163.46]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id 1B087735FA; Mon, 13 Aug 2007 11:45:16 +1000 (EST) Subject: Re: RFA: Support memory size abbreviations From: Ben Elliston To: Nick Clifton Cc: fche@redhat.com, gdb-patches@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Mon, 13 Aug 2007 01:45:00 -0000 Message-Id: <1186969515.8091.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00251.txt.bz2 On Fri, 2007-08-10 at 12:02 +0100, Nick Clifton wrote: > sim/common/ChangeLog > 2007-08-10 Nick Clifton > > * sim-memopt.c (memory_options): Mention that the > --memory-size switch accepts suffixes. > (parse_size): Handle a suffix on the size value. > * sim-options.c (standard_options): Mention that the mem-size > switch accepts suffixes. > (standard_option_handler): Handle a suffix on the size value. This looks okay to me (and I recall at one point being equally annoyed that this feature wasn't available!) Cheers, Ben