diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-20 18:27:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-20 18:27:29 +0000 |
commit | 6187dfac4609bc78966c5e1b05696f10e01b298c (patch) | |
tree | d43e37627d246e0b45c7cddd8afaf5c9ea02fd0f /gdb/ChangeLog | |
parent | aac6b32f3129e8a9b2856fd3fb80c4613bddd455 (diff) | |
download | gdb-6187dfac4609bc78966c5e1b05696f10e01b298c.zip gdb-6187dfac4609bc78966c5e1b05696f10e01b298c.tar.gz gdb-6187dfac4609bc78966c5e1b05696f10e01b298c.tar.bz2 |
* mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or
ecoff_swap_rndx_in directly; use the debug_swap pointer instead.
(upgrade_type, handle_psymbol_enumerators): Likewise.
(has_opaque_xref, cross_ref): Likewise.
(elfmdebug_build_psymtabs): Call swap->read_debug_info to read
debugging information, rather than doing it here.
* mipsread.c (mipscoff_symfile_read): Call read_debug_info entry
point in ecoff_debug_swap backend structure, rather than calling
ecoff_slurp_symbolic_info directly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1c56cb7..8f0e4fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Mon Jun 20 13:51:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or + ecoff_swap_rndx_in directly; use the debug_swap pointer instead. + (upgrade_type, handle_psymbol_enumerators): Likewise. + (has_opaque_xref, cross_ref): Likewise. + (elfmdebug_build_psymtabs): Call swap->read_debug_info to read + debugging information, rather than doing it here. + * mipsread.c (mipscoff_symfile_read): Call read_debug_info entry + point in ecoff_debug_swap backend structure, rather than calling + ecoff_slurp_symbolic_info directly. + Fri Jun 17 20:58:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * breakpoint.c: Include annotate.h. Call annotate_field rather |