diff options
author | Fred Fish <fnf@specifix.com> | 1996-11-21 17:29:43 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-11-21 17:29:43 +0000 |
commit | af4a96bc6862d19368aee84eb568500889e1054b (patch) | |
tree | 351bbbaf27a013087573ff749f9d65b5326b54a7 /gdb/testsuite | |
parent | 6ef2207f54b01f4599af4abc844c7b58c5234f33 (diff) | |
download | gdb-af4a96bc6862d19368aee84eb568500889e1054b.zip gdb-af4a96bc6862d19368aee84eb568500889e1054b.tar.gz gdb-af4a96bc6862d19368aee84eb568500889e1054b.tar.bz2 |
* lib/gdb.exp (CFLAGS): Remove, unreferenced.
(CXXFLAGS): Remove, unreferenced.
(B_OPTIONS): Add for -B options and add code to initialize with previous
-B options and also add -B option to pick up cross compiled runtime.
(TARGET_INCLUDES): Add for -I options and add code to initialize when
doing cross compiles.
(target_alias): Declare global.
(xgcc): Set variable to full path of gcc in build tree. Use findfile
to verify that gcc exists in build tree, and if so set CC to that
gcc and to use B_OPTIONS and TARGET_INCLUDES.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 491172e..d93bd03 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,22 @@ +Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com> + + * lib/gdb.exp (CFLAGS): Remove, unreferenced. + (CXXFLAGS): Remove, unreferenced. + (B_OPTIONS): Add for -B options and add code to initialize with previous + -B options and also add -B option to pick up cross compiled runtime. + (TARGET_INCLUDES): Add for -I options and add code to initialize when + doing cross compiles. + (target_alias): Declare global. + (xgcc): Set variable to full path of gcc in build tree. Use findfile + to verify that gcc exists in build tree, and if so set CC to that + gcc and to use B_OPTIONS and TARGET_INCLUDES. + +Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com> + + * gdb.c++/inherit.exp (test_print_anon_union): Reenable + ptype test for anonymous union. Fixup testcase to match + current gcc debug output. + Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com) * gdb.base/funcargs.c: Use cast rather than "UL" suffix to |