diff options
author | Cary Coutant <ccoutant@google.com> | 2009-10-28 00:32:12 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-10-28 00:32:12 +0000 |
commit | 2499805399b431a88cae733b292b04916e1295d6 (patch) | |
tree | 13e378dc902b8eff2a56b2d4335522f9c9940f41 /gold/ChangeLog | |
parent | 853f94f653160c2c3301b2acdb1c72b43e76e3a0 (diff) | |
download | gdb-2499805399b431a88cae733b292b04916e1295d6.zip gdb-2499805399b431a88cae733b292b04916e1295d6.tar.gz gdb-2499805399b431a88cae733b292b04916e1295d6.tar.bz2 |
* symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
* testsuite/Makefile.am (plugin_test_5): New test case.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index b257845..c5a5e7c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2009-10-27 Cary Coutant <ccoutant@google.com> + + * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary. + * testsuite/Makefile.am (plugin_test_5): New test case. + * testsuite/Makefile.in: Regenerate. + 2009-10-25 Doug Kwan <dougkwan@google.com> * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change |