diff options
author | Fred Fish <fnf@specifix.com> | 1997-06-28 06:10:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-06-28 06:10:06 +0000 |
commit | 609fd03384f8c43977732aac6385c3f7b7298579 (patch) | |
tree | 0c8278ef3b17c12b4ffcecf31639115077b3c16e /gdb/ChangeLog | |
parent | 70742cd83193a0f11047a5158a60217cfe99dadd (diff) | |
download | binutils-609fd03384f8c43977732aac6385c3f7b7298579.zip binutils-609fd03384f8c43977732aac6385c3f7b7298579.tar.gz binutils-609fd03384f8c43977732aac6385c3f7b7298579.tar.bz2 |
* buildsym.h (struct subfile): Add debugformat member.
(record_debugformat): Declare global function.
* buildsym.c (start_subfile): Initialize debugformat member
to NULL.
(record_debugformat): New function to record the format.
(end_symtab): Copy format into symtab debugformat member.
(end_symtab): Free subfile debugformat member.
* symmisc.c (free_symtab): Free debugformat when freeing
symtab.
* symfile.c (allocate_symtab): Initialize the new debugformat
member for new symtabs.
* symtab.h (struct symtab): Add debugformat member.
* source.c (source_info): Print the debug format.
* os9kread.c (os9k_process_one_symbol): Call record_debugformat
with "OS9".
* hpread.c (hpread_expand_symtab): Call record_debugformat
with "HP".
(hpread_process_one_debug_symbol): Ditto.
* dbxread.c (process_one_symbol): Call record_debugformat
with "stabs".
* coffread.c (coff_start_symtab): Call record_debugformat
with "COFF".
* xcoffread.c (read_xcoff_symtab): Call record_debugformat
with "XCOFF".
* dwarfread.c (read_file_scope): Call record_debugformat
with "DWARF 1".
* dwarf2read.c (read_file_scope): Call record_debugformat
with "DWARF 2".
* dstread.c (dst_end_symtab): Set debugformat to be
"Apollo DST".
* mdebugread.c (new_symtab): Set debugformat to be "ECOFF".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index de31698..c4cac29 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,38 @@ +Fri Jun 27 23:03:53 1997 Fred Fish <fnf@ninemoons.com> + + * buildsym.h (struct subfile): Add debugformat member. + (record_debugformat): Declare global function. + * buildsym.c (start_subfile): Initialize debugformat member + to NULL. + (record_debugformat): New function to record the format. + (end_symtab): Copy format into symtab debugformat member. + (end_symtab): Free subfile debugformat member. + * symmisc.c (free_symtab): Free debugformat when freeing + symtab. + * symfile.c (allocate_symtab): Initialize the new debugformat + member for new symtabs. + * symtab.h (struct symtab): Add debugformat member. + * source.c (source_info): Print the debug format. + + * os9kread.c (os9k_process_one_symbol): Call record_debugformat + with "OS9". + * hpread.c (hpread_expand_symtab): Call record_debugformat + with "HP". + (hpread_process_one_debug_symbol): Ditto. + * dbxread.c (process_one_symbol): Call record_debugformat + with "stabs". + * coffread.c (coff_start_symtab): Call record_debugformat + with "COFF". + * xcoffread.c (read_xcoff_symtab): Call record_debugformat + with "XCOFF". + * dwarfread.c (read_file_scope): Call record_debugformat + with "DWARF 1". + * dwarf2read.c (read_file_scope): Call record_debugformat + with "DWARF 2". + * dstread.c (dst_end_symtab): Set debugformat to be + "Apollo DST". + * mdebugread.c (new_symtab): Set debugformat to be "ECOFF". + Fri Jun 27 21:05:45 1997 Michael Snyder (msnyder@cleaver.cygnus.com) * mips-tdep.c (mips_push_arguments): handle alignment of |