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/symfile.h | |
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/symfile.h')
-rw-r--r-- | gdb/symfile.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 4c253e0..38d1145 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -136,12 +136,12 @@ struct sym_fns /* The default version of sym_fns.sym_offsets for readers that don't do anything special. */ -extern void -default_symfile_offsets (struct objfile *objfile, struct section_addr_info *); +extern void default_symfile_offsets (struct objfile *objfile, + struct section_addr_info *); -extern void -extend_psymbol_list (struct psymbol_allocation_list *, struct objfile *); +extern void extend_psymbol_list (struct psymbol_allocation_list *, + struct objfile *); /* Add any kind of symbol to a psymbol_allocation_list. */ @@ -174,8 +174,8 @@ extern void add_symtab_fns (struct sym_fns *); extern void init_entry_point_info (struct objfile *); -extern void -syms_from_objfile (struct objfile *, struct section_addr_info *, int, int); +extern void syms_from_objfile (struct objfile *, struct section_addr_info *, + int, int); extern void new_symfile_objfile (struct objfile *, int, int); @@ -192,8 +192,7 @@ build_section_addr_info_from_section_table (const struct section_table *start, /* Free all memory allocated by build_section_addr_info_from_section_table. */ -extern void -free_section_addr_info (struct section_addr_info *); +extern void free_section_addr_info (struct section_addr_info *); extern struct partial_symtab *start_psymtab_common (struct objfile *, |