aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-11-06 23:29:49 -0800
committerDoug Evans <xdje42@gmail.com>2014-11-06 23:29:49 -0800
commit74016e1224f211df4652f8974376ba23e58f507e (patch)
tree35feb1770c701d7e149b4aaf6d2a50c6949f8125 /gdb/ChangeLog
parentd1a2d36d58bf73daab55f95597218bab5dda471c (diff)
downloadgdb-74016e1224f211df4652f8974376ba23e58f507e.zip
gdb-74016e1224f211df4652f8974376ba23e58f507e.tar.gz
gdb-74016e1224f211df4652f8974376ba23e58f507e.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3300cda..5500c15 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2014-11-06 Doug Evans <xdje42@gmail.com>
+ * 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.
+
+2014-11-06 Doug Evans <xdje42@gmail.com>
+
* symtab.c (lookup_symbol_in_block): Renamed from
lookup_symbol_aux_block. All callers updated.