> Hello, > > This patch replaces the function regcache_raw_read_as_address() with the pair: > regcache_cooked_read_as_longest() > regcache_cooked_read_as_ulongest() > The two calls to the old ..as_address() being replaced with the ulongest version. > > I think the change is ok (i386 shows no regressions, the mips doesn't use this code :-). I'm just wondering about the names. Perhaps: regcache_cooked_read_signed() & regcache_cooked_read_unsigned()? > > thoughts? > Andrew > sigh,