Rename some "aux" functions.
authorDoug Evans <xdje42@gmail.com>
Fri, 7 Nov 2014 07:29:49 +0000 (23:29 -0800)
committerDoug Evans <xdje42@gmail.com>
Fri, 7 Nov 2014 07:29:49 +0000 (23:29 -0800)
commit74016e1224f211df4652f8974376ba23e58f507e
tree35feb1770c701d7e149b4aaf6d2a50c6949f8125
parentd1a2d36d58bf73daab55f95597218bab5dda471c
Rename some "aux" functions.

"aux" doesn't contribute anything to the name, and it makes the
reader wonder what it's supposed to mean.

gdb/ChangeLog:

* symtab.c (lookup_local_symbol): Renamed from lookup_symbol_aux_local.
All callers updated.
(lookup_symbol_in_all_objfiles): Renamed from
lookup_symbol_aux_symtabs.  All callers updated.
(lookup_symbol_via_quick_fns): Renamed from lookup_symbol_aux_quick.
All callers updated.
(lookup_symbol_in_objfile_symtabs): Renamed from
lookup_symbol_aux_objfile.  All callers updated.
gdb/ChangeLog
gdb/symtab.c
This page took 0.030368 seconds and 4 git commands to generate.