diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-24 18:05:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-24 18:05:39 +0000 |
commit | 94c74a0c226734e91d0d3e3812abe9142b8c3244 (patch) | |
tree | b33eaca220f763fe62fc63663a88810bf3e64261 | |
parent | 90141f9c4e2b89c37a954acfb6ec26c3c015dd98 (diff) | |
download | gdb-94c74a0c226734e91d0d3e3812abe9142b8c3244.zip gdb-94c74a0c226734e91d0d3e3812abe9142b8c3244.tar.gz gdb-94c74a0c226734e91d0d3e3812abe9142b8c3244.tar.bz2 |
* remote-vx.c (vx_wait): Rename pid parameter to pid_to_wait_for.
Some compilers (legitimately) don't like variables in the
function's outermost block whose name is the name as a parameter.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73b0177..a265f5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -18,9 +18,10 @@ Fri Oct 22 07:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c (define_symbol): Skip the whole thing about "pcc promotion" on little-endian machines. - * remote-vx.c: Rename pid parameter to pid_to_wait_for. Some - compilers (legitimately) don't like variables in the function's - outermost block whose name is the name as a parameter. + * remote-vx.c (vx_wait): Rename pid parameter to pid_to_wait_for. + Some compilers (legitimately) don't like variables in the + function's outermost block whose name is the the same as the name of + a parameter. Merge Apollo patches from Troy Rollo (troy@cbme.unsw.edu.au): * dst.h, dstread.c, config/m68k/{apollo68b.mt,tm-apollo68b.h}: |