From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24989 invoked by alias); 13 Jun 2002 17:33:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24982 invoked from network); 13 Jun 2002 17:33:18 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 13 Jun 2002 17:33:18 -0000 Received: from theotherone.redhat-remotie.org (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA08286; Thu, 13 Jun 2002 10:33:16 -0700 (PDT) Received: from localhost (localhost.fidalgo.net [127.0.0.1]) by theotherone.redhat-remotie.org (Postfix) with ESMTP id 1F2CBBB255; Thu, 13 Jun 2002 10:33:24 -0700 (PDT) Date: Thu, 13 Jun 2002 10:33:00 -0000 From: Don Howard X-X-Sender: To: Andrew Cagney Cc: Subject: Re: [Patch] Another small memattr fix. In-Reply-To: <3D080624.9040104@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-06/txt/msg00221.txt.bz2 On Wed, 12 Jun 2002, Andrew Cagney wrote: > > - if (lo >= hi) > > + if (lo > hi-1) > > What happens with: > > mem 0xfffffff0 0 > > it looks like a testsuite addition (memattr.exp?) is needed to pin down > all the edge cases - signed vs unsigned addresses etc. (I assume you > checked the change in). > No, I've not checked it in yet. -- dhoward@redhat.com gdb engineering