From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77392 invoked by alias); 27 Aug 2015 15:13:11 -0000 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 Received: (qmail 77381 invoked by uid 89); 27 Aug 2015 15:13:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ausxippc110.us.dell.com Received: from AUSXIPPC110.us.dell.com (HELO ausxippc110.us.dell.com) (143.166.85.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 27 Aug 2015 15:13:09 +0000 X-LoopCount0: from 10.170.28.39 From: To: CC: Subject: Re: [PATCH] Document non-8-bits-addressable support in NEWS Date: Thu, 27 Aug 2015 15:13:00 -0000 Message-ID: <01CD251E-E515-4453-8CE5-E95B01589C3C@dell.com> References: <1440620235-24006-1-git-send-email-simon.marchi@ericsson.com> <83h9nl5ud6.fsf@gnu.org> <55DF11C2.6020303@ericsson.com> <0380352E-1706-4A29-BE38-D888F6B969E6@dell.com> <55DF1E2A.2060606@ericsson.com> <55DF2712.5060503@ericsson.com> In-Reply-To: <55DF2712.5060503@ericsson.com> Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00794.txt.bz2 > On Aug 27, 2015, at 11:04 AM, Simon Marchi wr= ote: >=20 > On 15-08-27 10:26 AM, Simon Marchi wrote: >> On 15-08-27 10:09 AM, Paul_Koning@Dell.com wrote: >>> Would it make sense to say what it can handle? Multiples of 8? Powers= of 2? Any number?=20=20 >>>=20 >>> "Any number" (like 27, or 60) is probably found only in historic machin= es, but I remember DSPs with 24 bit memory. >>>=20 >>> paul >>=20 >> It's multiples of 8. It would be good to add this precision I think. >>=20 >> What about adding: "Supported addressable sizes are multiples of 8 bytes= ." ? >=20 > Err, it should be "Supported addressable sizes are multiples of 8 bits.",= not bytes. Sounds good. So I guess I won't be doing a cdc6600-gdb target handler. :-) paul