diff options
author | Wilfried Moser <moser@cygnus> | 1996-06-26 13:13:45 +0000 |
---|---|---|
committer | Wilfried Moser <moser@cygnus> | 1996-06-26 13:13:45 +0000 |
commit | 81508b2759e6effdcd77c2d9e002e58194038900 (patch) | |
tree | f35018f7c4f4ffb99b85614ab34a356c1d83543a /gdb/ChangeLog | |
parent | c21ee46b4915d87f1e362d3340288af9fe58dfbc (diff) | |
download | gdb-81508b2759e6effdcd77c2d9e002e58194038900.zip gdb-81508b2759e6effdcd77c2d9e002e58194038900.tar.gz gdb-81508b2759e6effdcd77c2d9e002e58194038900.tar.bz2 |
* gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
* ch-exp.c (calculate_array_length): Function removed.
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 35fb4fa..dae855c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com> + + * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type) + is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type. + + * ch-exp.c (calculate_array_length): Function removed. + Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * remote-e7000.c (e7000_read_inferior_memory_large): New function. |