diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2014-09-10 13:18:04 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2014-09-10 14:18:04 +0100 |
commit | e9e08827bf931aba511a928a0feccbc328f2a927 (patch) | |
tree | 99b6859d870823eec6a19c39fa4d7c997524e91b /libstdc++-v3/python/Makefile.in | |
parent | f15b287f2dcdf5284a2abb3e5c727f26c11cc064 (diff) | |
download | gcc-e9e08827bf931aba511a928a0feccbc328f2a927.zip gcc-e9e08827bf931aba511a928a0feccbc328f2a927.tar.gz gcc-e9e08827bf931aba511a928a0feccbc328f2a927.tar.bz2 |
hook.in: Load the xmethods.
2014-09-10 Siva Chandra Reddy <sivachandra@google.com>
* python/hook.in: Load the xmethods.
* python/Makefile.am (nobase_python_DATA): Add xmethods.py.
* python/Makefile.in: Regenerated.
* python/libstdcxx/v6/xmethods.py: New file.
* testsuite/lib/gdb-test.exp (gdb_version_check_xmethods): New
function.
(gdb-test): New optional argument LOAD_XMETHODS. Load xmethods
python script if LOAD_XMETHODS is true.
* testsuite/libstdc++-xmethods/unique_ptr.cc: New file.
* testsuite/libstdc++-xmethods/vector.cc: New file.
* testsuite/libstdc++-xmethods/xmethods.exp: New file.
From-SVN: r215128
Diffstat (limited to 'libstdc++-v3/python/Makefile.in')
-rw-r--r-- | libstdc++-v3/python/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/python/Makefile.in b/libstdc++-v3/python/Makefile.in index 21d74a90..7d0c8ac 100644 --- a/libstdc++-v3/python/Makefile.in +++ b/libstdc++-v3/python/Makefile.in @@ -316,6 +316,7 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES) @ENABLE_PYTHONDIR_TRUE@pythondir = $(prefix)/$(python_mod_dir) nobase_python_DATA = \ libstdcxx/v6/printers.py \ + libstdcxx/v6/xmethods.py \ libstdcxx/v6/__init__.py \ libstdcxx/__init__.py |