aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/compiler.cc
AgeCommit message (Collapse)AuthorFilesLines
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF.
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
Automatic update by copyright.sh.
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+3
Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-03-072006-03-07 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+4
* lib/compiler.c: Extract armcc version number. * lib/compiler.cc: Ditto.
2005-03-07fix obvious problem with compiler.c and compiler.cc: for xlc, used 'regsub',Paul Gilliam1-1/+1
but for get_compiler_info, line must start with 'set'.
2005-03-042004-03-03 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam1-0/+6
* lib/compiler.c: Add test for IBM's xlc compiler. * lib/compiler.cc: Likewise.
2004-08-232004-08-23 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-9/+1
* lib/gdb.exp: Remove signed_keyword_not_used. * lib/compiler.c: Likewise. * lib/compiler.cc: Likewise.
2004-07-022004-07-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-0/+6
* lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. * lib/compiler.cc: Likewise.
2004-06-302004-06-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-1/+8
* lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-10/+1
* lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+6
* lib/compiler.cc, lib/compiler.c: Append either __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info. * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-* instead of gcc-3-3.
2004-01-242004-01-24 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-16/+24
* lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Always call gdb_compile to get the right preprocessor. Eval the output directly. Remove special tests for hp_cc_compiler and hp_aCC_compiler. Remove hp_f77_compiler and hp_f90_compiler completely. (gdb_preprocess): Delete. (get_compiler): Delete.
2004-01-022004-01-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-13/+1
* lib/compiler.cc: Remove supports_template_debugging. * gdb.cp/templates.exp: Do not test supports_template_debugging.
2003-11-172003-11-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+23
* lib/gdb.exp (compiler_info): New global. (test_compiler_info): New function. (get_compiler_info): Set compiler_info. * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set "compiler_info" to gcc-<major>-<minor>.
2000-05-01From 2000-04-28 Andreas Jaeger <aj@suse.de>:Andrew Cagney1-1/+1
Properly check for GCC version number.
1999-11-17import gdb-1999-11-16 snapshotJason Molenda1-0/+34