diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-29 21:52:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-29 21:52:21 +0000 |
commit | 1d208eb3aae4209249051f5d1994851f76107354 (patch) | |
tree | ac5077c9c86234fe93117c790eddc8170ec7d89b | |
parent | 7aa77627b3878e1eabf99c85988e462be6277ec9 (diff) | |
download | binutils-1d208eb3aae4209249051f5d1994851f76107354.zip binutils-1d208eb3aae4209249051f5d1994851f76107354.tar.gz binutils-1d208eb3aae4209249051f5d1994851f76107354.tar.bz2 |
gcc -Wall -O lint:
* mips-tdep.c (heuristic_proc_desc): Initialize reg30 to avoid
warning. Unnest comment.
(init_extra_frame_info): Remove unused variable mask.
(MASK): Fully parenthesize.
(mips_push_dummy_frame): Remove unused variable val.
(mips_skip_prologue): Remove unused variables f and b.
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 667f77f..f79f841 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 29 16:48:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + gcc -Wall -O lint: + * mips-tdep.c (heuristic_proc_desc): Initialize reg30 to avoid + warning. Unnest comment. + (init_extra_frame_info): Remove unused variable mask. + (MASK): Fully parenthesize. + (mips_push_dummy_frame): Remove unused variable val. + (mips_skip_prologue): Remove unused variables f and b. + Mon Nov 29 12:23:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * mipsread.c (parse_symbol, parse_partial_symbols): Do not create |