mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2001-11-19 Elena Zannoni <ezannoni@redhat.com>
* config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern declaration.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-11-19 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
|
* config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
|
||||||
|
declaration.
|
||||||
|
|
||||||
2001-11-19 Elena Zannoni <ezannoni@redhat.com>
|
2001-11-19 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
* ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
|
* ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
|
||||||
|
@ -30,6 +30,7 @@ extern int kernel_u_size (void);
|
|||||||
|
|
||||||
#define U_REGS_OFFSET 0
|
#define U_REGS_OFFSET 0
|
||||||
|
|
||||||
|
extern int ppc_register_u_addr (int, int);
|
||||||
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
||||||
(addr) = ppc_register_u_addr ((blockend),(regno));
|
(addr) = ppc_register_u_addr ((blockend),(regno));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user