The go32 target does not compile anymore. Eli told me that this is a main trunck only problem and that he was mainly interested in the 5.1 branch for the moment. Thus I tried to fix the compilation error myself. As I succeeded, I send here enclosed the patch. This probably make the regno_mapping.size field not useful anymore, I suppose that we should trust regcache_collect function that it will use the correct size for each register. 2001-12-04 Pierre Muller * go32-nat.c (go32_fetch_registers): Remove call to register_buffer (which is now a static function in regcache.c)and use regcache_collect instead.