projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7a420
)
The i386_frame_num_args() function takes a pointer to a struct, not
author
Fred Fish
<fnf@specifix.com>
Fri, 24 Jan 1992 06:42:04 +0000
(06:42 +0000)
committer
Fred Fish
<fnf@specifix.com>
Fri, 24 Jan 1992 06:42:04 +0000
(06:42 +0000)
the entire struct itself.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 34cde5c61acc904d74ce09d7e807adafa7080170..78e0d4e8785efd990692fe4d41c90459a683aac3 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,8
@@
Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
+ * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
+ not the entire struct itself.
+
* valops.c (value_assign): Cast some args to modify_field() and
{read,write}_register_bytes() correctly.