[RFA/commit] undefined regcache_set_valid_p in remote-mips.c

Joel Brobecker brobecker@adacore.com
Mon Mar 16 20:07:00 GMT 2009


remote-mips.c no longer builds because of this call to regcache_set_valid_p.
I couldn't find any trace of that routine in our ChangeLogs and I'm right
in the middle of a rather large change in my git directory, so I didn't
bother investigate more about this routine.

I think that the routine that we want, right now, is called
regcache_invalidate.

2009-03-16  Joel Brobecker  <brobecker@adacore.com>

        * remote-mips.c (mips_load): Replace call to regcache_set_valid_p, 
        which is undefined, by call to regcache_invalidate, which should
        do what the original author wanted to do.

Does this look plausible to anyone else? I'd just like a second pair
of eyes before I commit.

Thank you!
-- 
Joel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remote-mips.c.diff
Type: text/x-diff
Size: 825 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20090316/4ed6b3ad/attachment.bin>


More information about the Gdb-patches mailing list