diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-10-26 16:08:20 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-10-26 16:08:20 +0000 |
commit | 49d97c60774b43c52db48073e7e8e2d38be18d3c (patch) | |
tree | 906a52fbdab308da8321ebff8dc8cd38d7a657b0 /gdb/ChangeLog | |
parent | f517ea4ebb7d0c85a5c7850757b2f1d6716e2dcf (diff) | |
download | gdb-49d97c60774b43c52db48073e7e8e2d38be18d3c.zip gdb-49d97c60774b43c52db48073e7e8e2d38be18d3c.tar.gz gdb-49d97c60774b43c52db48073e7e8e2d38be18d3c.tar.bz2 |
2000-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* stabsread.c (define_symbol): Update comment.
2000-10-26 Pierre Muller <muller@ics.u-strasbg.fr>
* stabsread.c (define_symbol): Set the type_name of the type
of the new symbol to the symbol name for type symbol, if the
language is Pascal.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 959e04a..24e55bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2000-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * stabsread.c (define_symbol): Update comment. + +2000-10-26 Pierre Muller <muller@ics.u-strasbg.fr> + + * stabsread.c (define_symbol): Set the type_name of the type + of the new symbol to the symbol name for type symbol, if the + language is Pascal. + 2000-10-26 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr): |