mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
2001-06-24 Fernando Nasser <fnasser@redhat.com>
* remote-rdi.c (arm_rdi_wait): Fix return type in prototype. * rdi-share/host.h: Add missing parenthesis in conditional. 2001-06-22 J.T. Conklin <jtc@redback.com> * configure.in: include nlist.h when checking for member som_addr in struct so_map. * configure: regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-24 Fernando Nasser <fnasser@redhat.com>
|
||||||
|
|
||||||
|
* remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
|
||||||
|
* rdi-share/host.h: Add missing parenthesis in conditional.
|
||||||
|
|
||||||
2001-06-22 J.T. Conklin <jtc@redback.com>
|
2001-06-22 J.T. Conklin <jtc@redback.com>
|
||||||
|
|
||||||
* configure.in: include nlist.h when checking for member som_addr
|
* configure.in: include nlist.h when checking for member som_addr
|
||||||
|
@ -180,7 +180,7 @@ typedef char *ArgvType;
|
|||||||
# define FILENAME_MAX 256
|
# define FILENAME_MAX 256
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (!defined(__STDC__) && !defined(__cplusplus) || defined(COMPILING_ON_SUNOS)
|
#if (!defined(__STDC__) && !defined(__cplusplus)) || defined(COMPILING_ON_SUNOS)
|
||||||
/* Use bcopy rather than memmove, as memmove is not available. */
|
/* Use bcopy rather than memmove, as memmove is not available. */
|
||||||
/* There does not seem to be a header for bcopy. */
|
/* There does not seem to be a header for bcopy. */
|
||||||
void bcopy(const char *src, char *dst, int length);
|
void bcopy(const char *src, char *dst, int length);
|
||||||
|
@ -77,7 +77,7 @@ static void arm_rdi_mourn (void);
|
|||||||
|
|
||||||
static void arm_rdi_send (char *buf);
|
static void arm_rdi_send (char *buf);
|
||||||
|
|
||||||
static int arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status);
|
static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status);
|
||||||
|
|
||||||
static void arm_rdi_kill (void);
|
static void arm_rdi_kill (void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user