diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-31 18:38:06 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-31 18:38:06 +0000 |
commit | a81ce07da83c193a2eb859cf7288a9a94a75d042 (patch) | |
tree | 569b279212d426fbcfea8bcf3841de3748efcac1 /gdb/ChangeLog | |
parent | 1abb243d51da2f387cbef6dab415a3fcd0e2a97c (diff) | |
download | gdb-a81ce07da83c193a2eb859cf7288a9a94a75d042.zip gdb-a81ce07da83c193a2eb859cf7288a9a94a75d042.tar.gz gdb-a81ce07da83c193a2eb859cf7288a9a94a75d042.tar.bz2 |
* xcoffread.c (process_xcoff_symbol): Use new variables
func_symbol_type and var_symbol_type as type of functions and
variables which don't have any stabs associated with them.
Reindent most of function.
(_initialize_xcoffread): Initialize *_symbol_type.
* xcoffread.c (read_xcoff_symtab): Reindent most of function.
Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
them (this part commented out as I didn't quite get it to work).
(cs_to_section, find_targ_sec): New functions, to support above code.
* xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
actually present.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index be987b3..5ef0787 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * xcoffread.c (process_xcoff_symbol): Use new variables + func_symbol_type and var_symbol_type as type of functions and + variables which don't have any stabs associated with them. + Reindent most of function. + (_initialize_xcoffread): Initialize *_symbol_type. + + * xcoffread.c (read_xcoff_symtab): Reindent most of function. + Put C_HIDEXT symbols in the minimal symbols, rather than ignoring + them (this part commented out as I didn't quite get it to work). + (cs_to_section, find_targ_sec): New functions, to support above code. + * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is + actually present. + Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com) * gdbtk.tcl (create_file_win): Disable old popup menu for source |