* value.h (print_longest): Rename "value" to "val" in prototype
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Feb 1994 13:37:00 +0000 (13:37 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Feb 1994 13:37:00 +0000 (13:37 +0000)
declaration because some compilers don't like arguments whose
names are the same as types.
* remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
before passing it to remote_*_bytes.

gdb/ChangeLog

index 784ead69f619496acda500d3a4fce91d70e336f0..414814d64870e2f59c000bdb8a6848b484a693f3 100644 (file)
@@ -1,3 +1,11 @@
+Sat Feb  5 05:27:05 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * value.h (print_longest):  Rename "value" to "val" in prototype
+       declaration because some compilers don't like arguments whose
+       names are the same as types.
+       * remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
+       before passing it to remote_*_bytes.
+
 Fri Feb  4 15:53:18 1994  Steve Chamberlain  (sac@cygnus.com)
 
        * h8500-tdep.c (saved_pc_after_call): The size of the
This page took 0.03735 seconds and 4 git commands to generate.