diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-28 20:10:45 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-28 20:10:45 +0000 |
commit | 21ad7c45a4061b7239c8729bf2a9e308a15301fc (patch) | |
tree | d17fb7677ad0ed2c8f6948108d4711f14ea2d1be /gdb/ChangeLog | |
parent | dec525ce9ab3ec533caf925e7b0cd7104193299c (diff) | |
download | gdb-21ad7c45a4061b7239c8729bf2a9e308a15301fc.zip gdb-21ad7c45a4061b7239c8729bf2a9e308a15301fc.tar.gz gdb-21ad7c45a4061b7239c8729bf2a9e308a15301fc.tar.bz2 |
* dbxread.c (stabsect_build_psymtabs): Assign to sym_stab_info
directly, rather than via DBX_SYMFILE_INFO. A cast on the left
side of an assignment is non-portable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f30981..400b40a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Thu Apr 28 08:40:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * dbxread.c (stabsect_build_psymtabs): Assign to sym_stab_info + directly, rather than via DBX_SYMFILE_INFO. A cast on the left + side of an assignment is non-portable. + + * symtab.c (decode_line_1): Call error not warning and then + return_to_top_level. + * utils.c (query): Change syntax of query annotations to be consistent with other input annotations. (prompt_for_continue): Likewise for prompt-for-continue annotation. |