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 | 5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6 (patch) | |
tree | 44284ff70e5bc94cfa994da5ac1de57a528778ce /gdb/target.h | |
parent | 3569346cb66b76281b8e9a095c1f455ade9f58d2 (diff) | |
download | gdb-5f1bd68891dd8e3feffa2d27f045a4705f1c1cc6.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/target.h')
-rw-r--r-- | gdb/target.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/target.h b/gdb/target.h index 8c6dce17c63..80e65381db1 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -488,11 +488,11 @@ extern int child_xfer_memory (CORE_ADDR, char *, int, int, of bytes actually transfered is not defined) and ERR is set to a non-zero error indication. */ -extern int -target_read_memory_partial (CORE_ADDR addr, char *buf, int len, int *err); +extern int target_read_memory_partial (CORE_ADDR addr, char *buf, int len, + int *err); -extern int -target_write_memory_partial (CORE_ADDR addr, char *buf, int len, int *err); +extern int target_write_memory_partial (CORE_ADDR addr, char *buf, int len, + int *err); extern char *child_pid_to_exec_file (int); @@ -1101,8 +1101,8 @@ struct section_table /* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR. Returns 0 if OK, 1 on error. */ -extern int -build_section_table (bfd *, struct section_table **, struct section_table **); +extern int build_section_table (bfd *, struct section_table **, + struct section_table **); /* From mem-break.c */ @@ -1134,8 +1134,8 @@ extern struct target_ops *find_core_target (void); extern struct target_ops *find_target_beneath (struct target_ops *); -extern int -target_resize_to_sections (struct target_ops *target, int num_added); +extern int target_resize_to_sections (struct target_ops *target, + int num_added); extern void remove_target_sections (bfd *abfd); |