diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-07 00:53:43 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-07 00:53:43 +0000 |
commit | 704aea432689cc1f03e9291dec6e45649fcf4f10 (patch) | |
tree | 1efe1934bd663fd222f6684a9ddabb8942b0770b /gdb | |
parent | 939d9e8a5fc73fd6d730cee9f438a4825c643c34 (diff) | |
download | fsf-binutils-gdb-704aea432689cc1f03e9291dec6e45649fcf4f10.zip fsf-binutils-gdb-704aea432689cc1f03e9291dec6e45649fcf4f10.tar.gz fsf-binutils-gdb-704aea432689cc1f03e9291dec6e45649fcf4f10.tar.bz2 |
* coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar
changes to stabsread.c from summer 1993.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b103089..29c80a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name + of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar + changes to stabsread.c from summer 1993. + * remote-udi.c (udi_files_info): If prog_name is NULL, just skip printing the program, rather than passing NULL to printf. (udi_detach): Set udi_session_id to -1 so that udi_close doesn't |