aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-04-23 22:12:40 +0000
committerAndrew Cagney <cagney@redhat.com>2003-04-23 22:12:40 +0000
commit5255753375db75b7850943b570addcae0396cbd3 (patch)
treeb40ad8361a9d2aeb2e84554e5944b96bc9221332 /gdb/ChangeLog
parent158775dee3c1f8a17a1664ad0b1d7d2610bec2fe (diff)
downloadgdb-5255753375db75b7850943b570addcae0396cbd3.zip
gdb-5255753375db75b7850943b570addcae0396cbd3.tar.gz
gdb-5255753375db75b7850943b570addcae0396cbd3.tar.bz2
2003-04-23 Andrew Cagney <cagney@redhat.com>
* infcall.c (call_function_by_hand): Eliminate the variables "rc" and "buffer". Move the "name" code to where it is needed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2a1e514..30c7247 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-04-23 Andrew Cagney <cagney@redhat.com>
+ * infcall.c (call_function_by_hand): Eliminate the variables "rc"
+ and "buffer". Move the "name" code to where it is needed.
+
+2003-04-23 Andrew Cagney <cagney@redhat.com>
+
* infcall.c (call_function_by_hand): Move variables "start_sp",
"dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
code to ON_STACK switch branch.