mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* remote.c (remote_read_bytes, remote_write_bytes): Second arg
should be char *, not unsigned char *. * dcache.h (memxferfunc): Ditto. * monitor.c (monitor_write_memory, monitor_read_memory_single): Ditto. (monitor_make_srec): Let compiler figure size of hextab.
This commit is contained in:
parent
c9f7cd7b97
commit
fe442b4308
@ -1,3 +1,12 @@
|
||||
Sun Jun 25 15:30:43 1995 Stan Shebs <shebs@cygnus.com>
|
||||
|
||||
* remote.c (remote_read_bytes, remote_write_bytes): Second arg
|
||||
should be char *, not unsigned char *.
|
||||
* dcache.h (memxferfunc): Ditto.
|
||||
* monitor.c (monitor_write_memory, monitor_read_memory_single):
|
||||
Ditto.
|
||||
(monitor_make_srec): Let compiler figure size of hextab.
|
||||
|
||||
Sat Jun 24 19:27:37 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||
|
||||
* lynx-nat.c (child_wait): Don't restart new threads and loop
|
||||
|
@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define DCACHE_H
|
||||
|
||||
typedef int (*memxferfunc) PARAMS((CORE_ADDR memaddr,
|
||||
unsigned char *myaddr,
|
||||
char *myaddr,
|
||||
int len));
|
||||
|
||||
typedef struct dcache_struct DCACHE;
|
||||
|
Loading…
Reference in New Issue
Block a user