mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
Remove declaration of set_register_cache from regdef.h
Function set_register_cache was removed by 3aee891821
([GDBserver] Multi-process + multi-arch), so this patch removes the
declaration too.
gdb:
2017-06-06 Yao Qi <yao.qi@linaro.org>
* regformats/regdef.h (set_register_cache): Remove the
declaration.
This commit is contained in:
parent
9f7fb0aa2b
commit
f4a6504277
@ -1,3 +1,8 @@
|
||||
2017-06-06 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* regformats/regdef.h (set_register_cache): Remove the
|
||||
declaration.
|
||||
|
||||
2017-06-06 Alan Hayward <alan.hayward@arm.com>
|
||||
|
||||
* frame.c (frame_unwind_register_signed): Use
|
||||
|
@ -36,9 +36,4 @@ struct reg
|
||||
int size;
|
||||
};
|
||||
|
||||
/* Set the current remote protocol and register cache according to the array
|
||||
``regs'', with ``n'' elements. */
|
||||
|
||||
void set_register_cache (struct reg *regs, int n);
|
||||
|
||||
#endif /* REGDEF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user