* xcoffread.c (read_xcoff_symtab): Fix obsolete comment about
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 14 Sep 1994 22:45:49 +0000 (22:45 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 14 Sep 1994 22:45:49 +0000 (22:45 +0000)
commitf69ecb9c9abcd89d0a69e2bf309b01eb2eff7618
tree645baf263476b98bd2b50f48797baaea189055a7
parent809ee7e0365ed037cbb26ca3d9cc44431bb0f4b1
* xcoffread.c (read_xcoff_symtab): Fix obsolete comment about
mst_solib_trampoline.

* f-valprint.c (f_val_print): Change cast of valaddr from
CORE_ADDR * to char **, since that is how it is used.

* dbxread.c (read_dbx_dynamic_symtab): Save copy of symbol names
using obsavestring, and pass that to prim_record_minimal_symbol.
Having the objfile point to bfd_asymbol_name directly doesn't work
if we save and restore a mapped symbol file.
gdb/ChangeLog
gdb/dbxread.c
gdb/f-valprint.c
gdb/xcoffread.c
This page took 0.02433 seconds and 4 git commands to generate.