diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-03-29 15:24:48 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-03-29 15:24:48 -0400 |
commit | 69b037c30cadea06c3dc7f83e427d0f729c201cd (patch) | |
tree | a7ac2f9326b892710d500e75534ffde19d325041 /gas/configure.tgt | |
parent | 48993951ce343e397c4250c43c1708fffab01ac1 (diff) | |
download | gdb-69b037c30cadea06c3dc7f83e427d0f729c201cd.zip gdb-69b037c30cadea06c3dc7f83e427d0f729c201cd.tar.gz gdb-69b037c30cadea06c3dc7f83e427d0f729c201cd.tar.bz2 |
gdb: rename partial symtab expand functions of debug info readers using legacy_psymtab
As I am trying to understand the dynamic of partial_symtab::read_symtab
and partial_symtab::expand_psymtab, I think that renaming these
functions helps make it clear that they are effectively implementations
of the partial_symtab::expand_psymtab method.
gdb/ChangeLog:
* dbxread.c (dbx_psymtab_to_symtab_1): Rename to...
(dbx_expand_psymtab): ... this.
(start_psymtab): Update.
* mdebugread.c (psymtab_to_symtab_1): Rename to...
(mdebug_expand_psymtab): ... this.
(parse_partial_symbols): Update.
(new_psymtab): Update.
* xcoffread.c (xcoff_psymtab_to_symtab_1): Rename to...
(xcoff_expand_psymtab): ... this.
(xcoff_start_psymtab): Update.
Diffstat (limited to 'gas/configure.tgt')
0 files changed, 0 insertions, 0 deletions