aboutsummaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-01-18 03:09:42 +0000
committerYao Qi <yao@codesourcery.com>2013-01-18 03:09:42 +0000
commit257e7a09728bb1b846ff4e1a7587832b050d38b9 (patch)
tree886e5eec127bab63b4e9fc6550104eafe05ed523 /gdb/psympriv.h
parent0de5618e23e33ac89cbc903652f4b99c7be8b5b9 (diff)
downloadgdb-257e7a09728bb1b846ff4e1a7587832b050d38b9.zip
gdb-257e7a09728bb1b846ff4e1a7587832b050d38b9.tar.gz
gdb-257e7a09728bb1b846ff4e1a7587832b050d38b9.tar.bz2
gdb/
* dbxread.c (dbx_psymtab_to_symtab): Delete the declaration. (dbx_read_symtab): New declaration. (dbx_psymtab_to_symtab): Delete. (dbx_read_symtab): Rename from dbx_psymtab_to_symtab. Rename parameter PST to SELF. Exchanged two parameters. (start_psymtab): Caller update. * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration. (dwarf2_read_symtab): New declaration. (dwarf2_psymtab_to_symtab): Delete. (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab. Rename parameter PST to SELF. Exchanged two parameters. (create_partial_symtab): Caller update. * mdebugread.c (mdebug_psymtab_to_symtab): Delete. (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab. Rename parameter PST to SELF. Exchanged two parameters. (parse_partial_symbols, new_psymtab): Caller update. * psympriv.h (struct partial_symtab) <read_symtab>: Exchange two parameters. * psymtab.c (psymtab_to_symtab): Caller update. * xcoffread.c (xcoff_psymtab_to_symtab): Delete. (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab. Rename parameter PST to SELF. Exchanged two parameters. (xcoff_start_psymtab): Caller update.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r--gdb/psympriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h
index 815cc08..cd8d06f 100644
--- a/gdb/psympriv.h
+++ b/gdb/psympriv.h
@@ -196,7 +196,7 @@ struct partial_symtab
/* Pointer to function which will read in the symtab corresponding to
this psymtab. */
- void (*read_symtab) (struct objfile *, struct partial_symtab *);
+ void (*read_symtab) (struct partial_symtab *, struct objfile *);
/* Information that lets read_symtab() locate the part of the symbol table
that this psymtab corresponds to. This information is private to the