diff options
author | Wu Zhou <woodzltc@cn.ibm.com> | 2005-06-13 07:23:15 +0000 |
---|---|---|
committer | Wu Zhou <woodzltc@cn.ibm.com> | 2005-06-13 07:23:15 +0000 |
commit | df0ca547847b27bc3b2beaa3966d133bcae82d3c (patch) | |
tree | ecffc56b854cfde3350db65e922691b6fdf3b70d /gdb/ChangeLog | |
parent | 589e074d2e7ed4f075e1eb8193610770db6489be (diff) | |
download | gdb-df0ca547847b27bc3b2beaa3966d133bcae82d3c.zip gdb-df0ca547847b27bc3b2beaa3966d133bcae82d3c.tar.gz gdb-df0ca547847b27bc3b2beaa3966d133bcae82d3c.tar.bz2 |
* eval.c (evaluate_subexp_standard): Add code to check the target
type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
arglist. If it is array, string or function, work on the target
value instead.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e0a96f8..2e725e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2005-06-13 Wu Zhou <woodzltc@cn.ibm.com> + + * eval.c (evaluate_subexp_standard): Add code to check the target + type of a TYPE_CODE_PTR value when we encounter a f77 undetermined + arglist. If it is array, string or function, work on the target + value instead. + 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com> Nick Roberts <nickrob@snap.net.nz> |