diff options
author | Michael Chastain <mec@google.com> | 2004-01-02 23:20:51 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-02 23:20:51 +0000 |
commit | 0643ec3f3c54f595081d63a22886d2decfd23620 (patch) | |
tree | aabdeb73a18791156061f080aea6db7bf4102a68 /gdb/testsuite/lib | |
parent | bede920466f9e70aed87a2b360d5561436733784 (diff) | |
download | gdb-0643ec3f3c54f595081d63a22886d2decfd23620.zip gdb-0643ec3f3c54f595081d63a22886d2decfd23620.tar.gz gdb-0643ec3f3c54f595081d63a22886d2decfd23620.tar.bz2 |
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
* lib/compiler.cc: Remove supports_template_debugging.
* gdb.cp/templates.exp: Do not test supports_template_debugging.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/compiler.cc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gdb/testsuite/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc index 719b62b..bbefeaa 100644 --- a/gdb/testsuite/lib/compiler.cc +++ b/gdb/testsuite/lib/compiler.cc @@ -1,6 +1,6 @@ /* This test file is part of GDB, the GNU debugger. - Copyright 1995, 1999, 2003 Free Software Foundation, Inc. + Copyright 1995, 1999, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,18 +34,6 @@ definition made with 'set" to see if one already exists, and if so warn about conflicts if it is being set to something else. */ -#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 6)) -set supports_template_debugging 1 -#else -set supports_template_debugging 0 -#endif - -#if defined(__cplusplus) -set supports_template_debugging 1 -#else -set supports_template_debugging 0 -#endif - #if defined (__GNUC__) set gcc_compiled __GNUC__ set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ } -] |