diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-19 04:06:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-19 04:06:47 +0000 |
commit | 570b8f7c9569b07a3dbedd3114af6ae691849c61 (patch) | |
tree | e26eddea4373f412f5f42fae6e9fa6b50915413b /gdb/gdbcore.h | |
parent | 714033a18995eebc9d9ea9e8cfe6c35fad8cdb4f (diff) | |
download | binutils-gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.tar.gz |
2003-01-18 Andrew Cagney <ac131313@redhat.com>
* cris-tdep.c: Fix function declaration indentation.
* dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
* mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
* rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
* symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
* xcoffread.c, config/pa/tm-hppa.h: Ditto.
* config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 5c10c589e50..e359b3dabbb 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -70,8 +70,7 @@ extern void read_memory_string (CORE_ADDR, char *, int); /* Read the pointer of type TYPE at ADDR, and return the address it represents. */ -CORE_ADDR -read_memory_typed_address (CORE_ADDR addr, struct type *type); +CORE_ADDR read_memory_typed_address (CORE_ADDR addr, struct type *type); /* This takes a char *, not void *. This is probably right, because passing in an int * or whatever is wrong with respect to |