aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-06-24 13:46:09 +0000
committerFernando Nasser <fnasser@redhat.com>2001-06-24 13:46:09 +0000
commitcb90e81a8b74a6c9d0d4faf201a4d61c8c0f977c (patch)
treed63dbbc6eede93df76ad842cc80509c3693c5332 /gdb/rdi-share
parent453520d7adcfbedec1c2e46344ad47c526e31ebf (diff)
downloadfsf-binutils-gdb-cb90e81a8b74a6c9d0d4faf201a4d61c8c0f977c.zip
fsf-binutils-gdb-cb90e81a8b74a6c9d0d4faf201a4d61c8c0f977c.tar.gz
fsf-binutils-gdb-cb90e81a8b74a6c9d0d4faf201a4d61c8c0f977c.tar.bz2
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.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r--gdb/rdi-share/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h
index 2955583..3c1565b 100644
--- a/gdb/rdi-share/host.h
+++ b/gdb/rdi-share/host.h
@@ -180,7 +180,7 @@ typedef char *ArgvType;
# define FILENAME_MAX 256
#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. */
/* There does not seem to be a header for bcopy. */
void bcopy(const char *src, char *dst, int length);