diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:16:23 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:16:23 +0000 |
commit | 6406a867406328c074e0991ab96f0e6a7ff3a727 (patch) | |
tree | fefe195459c08c93f440f9cc60c8ea531252dfc2 | |
parent | e7bf1152a956221469c18da38ccd4e623cafd198 (diff) | |
download | gdb-6406a867406328c074e0991ab96f0e6a7ff3a727.zip gdb-6406a867406328c074e0991ab96f0e6a7ff3a727.tar.gz gdb-6406a867406328c074e0991ab96f0e6a7ff3a727.tar.bz2 |
gcc lint
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3fec54f..8ea36b0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,11 @@ Wed Sep 8 13:01:10 1993 K. Richard Pixley (rich@cygnus.com) Gcc lint. + * findvar.c (value_from_register): initialize first_addr. + * gdbtypes.c (lookup_struct_elt_type): localize use of temporary + variable typename. + * infcmd.c (run_stack_dummy): return zero rather than simple + return. * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc. remove symtab, appears unused. (restore_selected_frame): return 1. |