aboutsummaryrefslogtreecommitdiff
path: root/gdb/ocd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-05 16:38:07 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-05 16:38:07 +0000
commit58841d58e552800c90ceb77f6c5a3a62091e23bd (patch)
tree464d50b59e9173096d210d5994afb665418ec15b /gdb/ocd.c
parentc663138840a39a5c9aefc853f2b6e963ff0446bb (diff)
downloadfsf-binutils-gdb-58841d58e552800c90ceb77f6c5a3a62091e23bd.zip
fsf-binutils-gdb-58841d58e552800c90ceb77f6c5a3a62091e23bd.tar.gz
fsf-binutils-gdb-58841d58e552800c90ceb77f6c5a3a62091e23bd.tar.bz2
* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
* ocd.c (ocd_xfer_memory): Ditto. * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops. * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as buildable with ,-Werror. * Makefile.in (symfile_h): Define. (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h). * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h". * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with ,-Werror. * dsrec.c (make_srec): Fix internal_error fmt arg. * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
Diffstat (limited to 'gdb/ocd.c')
-rw-r--r--gdb/ocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ocd.c b/gdb/ocd.c
index 42f2bba..78b8ca6 100644
--- a/gdb/ocd.c
+++ b/gdb/ocd.c
@@ -760,7 +760,7 @@ ocd_read_bytes (CORE_ADDR memaddr, char *myaddr, int len)
/* ARGSUSED */
int
ocd_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int should_write,
- struct target_ops *target)
+ struct mem_attrib *attrib, struct target_ops *target)
{
int res;