diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-19 20:08:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-19 20:08:16 +0000 |
commit | 0b3f98d3508f6b8ed8a9fe14e3c3727ac2ea0d69 (patch) | |
tree | e34b7fb5064effeb187b9ac38611512a2e8d5052 /gdb/ChangeLog | |
parent | 7451d027679bb07d31ddb8d0359d62b0226ffc71 (diff) | |
download | gdb-0b3f98d3508f6b8ed8a9fe14e3c3727ac2ea0d69.zip gdb-0b3f98d3508f6b8ed8a9fe14e3c3727ac2ea0d69.tar.gz gdb-0b3f98d3508f6b8ed8a9fe14e3c3727ac2ea0d69.tar.bz2 |
* valops.c (hand_function_call): Simplify computation of the
address of the pushed argument.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0f110f..4490a2a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-03-19 Andrew Cagney <ac131313@redhat.com> + + From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>: + * valops.c (hand_function_call): Simplify computation of the + address of the pushed argument. + 2001-03-17 Andrew Cagney <ac131313@redhat.com> * p-exp.y (parse_number): Avoid shift overflow when ``long''. |