diff options
author | David Carlton <carlton@bactrian.org> | 2002-11-05 20:33:01 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-11-05 20:33:01 +0000 |
commit | 8155455b32badf3054bbd60fe6b3ffae28001b77 (patch) | |
tree | 164f0cbbb5188b5033774cd1a229477921af7d27 /gdb/ChangeLog | |
parent | 29924310ab374aa2b02d5cf4b049a2ba4f987e59 (diff) | |
download | gdb-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/ChangeLog | 8 |
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'. |