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/stabsread.c | |
parent | 714033a18995eebc9d9ea9e8cfe6c35fad8cdb4f (diff) | |
download | gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.zip gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.tar.gz gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.tar.bz2 |
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/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index aeae862..cd338d5 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -134,8 +134,8 @@ read_tilde_fields (struct field_info *, char **, struct type *, static int attach_fn_fields_to_type (struct field_info *, struct type *); -static int -attach_fields_to_type (struct field_info *, struct type *, struct objfile *); +static int attach_fields_to_type (struct field_info *, struct type *, + struct objfile *); static struct type *read_struct_type (char **, struct type *, enum type_code, @@ -174,8 +174,8 @@ read_cpp_abbrev (struct field_info *, char **, struct type *, static char *find_name_end (char *name); -static void -add_live_range (struct objfile *, struct symbol *, CORE_ADDR, CORE_ADDR); +static void add_live_range (struct objfile *, struct symbol *, CORE_ADDR, + CORE_ADDR); static int resolve_live_range (struct objfile *, struct symbol *, char *); @@ -183,8 +183,8 @@ static int process_reference (char **string); static CORE_ADDR ref_search_value (int refnum); -static int -resolve_symbol_reference (struct objfile *, struct symbol *, char *); +static int resolve_symbol_reference (struct objfile *, struct symbol *, + char *); void stabsread_clear_cache (void); |