[Patch] Another small memattr fix.

Don Howard dhoward@redhat.com
Thu Jun 13 10:33:00 GMT 2002


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






More information about the Gdb-patches mailing list