diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-02-28 05:59:14 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-02-28 05:59:14 +0000 |
commit | 52eea4ce26affa9b2ba6e482ca9d752b7c52302a (patch) | |
tree | a814a494f9bfc247e5c697683398281231fcff58 /gdb/ChangeLog | |
parent | 46c3c2015bac0ea4d2eda92a95a946506271a8b1 (diff) | |
download | gdb-52eea4ce26affa9b2ba6e482ca9d752b7c52302a.zip gdb-52eea4ce26affa9b2ba6e482ca9d752b7c52302a.tar.gz gdb-52eea4ce26affa9b2ba6e482ca9d752b7c52302a.tar.bz2 |
* stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
symbol for Ada units when the symbol is defined using 't' rather
than 'Tt' as symbol descriptor.
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 1cf9a34..f14397f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2007-02-07 Joel Brobecker <brobecker@adacore.com> + + * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN + symbol for Ada units when the symbol is defined using 't' rather + than 'Tt' as symbol descriptor. + 2007-02-28 Vladimir Prus <vladimir@codesourcery.com> * config/mips/tm-nbsd.h: Delete file. |