diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-05 13:37:00 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-05 13:37:00 +0000 |
commit | 65e98f5b2fc4aa3450b7d09d573cd61091f4b184 (patch) | |
tree | 79db841cb277e92eb44e9bc13cc12bd32f3661b7 /gdb | |
parent | 52a8ebfe04a89a747b014ab2eaa96968bc346360 (diff) | |
download | gdb-65e98f5b2fc4aa3450b7d09d573cd61091f4b184.zip gdb-65e98f5b2fc4aa3450b7d09d573cd61091f4b184.tar.gz gdb-65e98f5b2fc4aa3450b7d09d573cd61091f4b184.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 784ead6..414814d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |