aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-11-05 20:33:01 +0000
committerDavid Carlton <carlton@bactrian.org>2002-11-05 20:33:01 +0000
commit8155455b32badf3054bbd60fe6b3ffae28001b77 (patch)
tree164f0cbbb5188b5033774cd1a229477921af7d27 /gdb/ChangeLog
parent29924310ab374aa2b02d5cf4b049a2ba4f987e59 (diff)
downloadgdb-8155455b32badf3054bbd60fe6b3ffae28001b77.zip
gdb-8155455b32badf3054bbd60fe6b3ffae28001b77.tar.gz
gdb-8155455b32badf3054bbd60fe6b3ffae28001b77.tar.bz2
2002-11-05 David Carlton <carlton@math.stanford.edu>
* symtab.c (lookup_symbol_aux): Move chunks of code into separate functions. (lookup_symbol_aux_local): New function. (lookup_symbol_aux_symtabs): New function. (lookup_symbol_aux_psymtabs): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c42ef5..66bcaf4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-11-05 David Carlton <carlton@math.stanford.edu>
+ * symtab.c (lookup_symbol_aux): Move chunks of code into separate
+ functions.
+ (lookup_symbol_aux_local): New function.
+ (lookup_symbol_aux_symtabs): New function.
+ (lookup_symbol_aux_psymtabs): New function.
+
+2002-11-05 David Carlton <carlton@math.stanford.edu>
+
* symtab.c (lookup_symbol_aux): In minsym sections, don't use the
previous values of 'objfile' and 'block'.