From 58841d58e552800c90ceb77f6c5a3a62091e23bd Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 5 Mar 2001 16:38:07 +0000 Subject: * 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. --- gdb/ocd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ocd.c') 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; -- cgit v1.1