From: janis Date: Thu, 26 May 2005 21:25:27 +0000 (+0000) Subject: * lib/obj-c++.exp (obj-c++_target_compile): Declare global variable, X-Git-Tag: upstream/4.9.2~60899 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ff99c7907cd58c9799d0d45dbf5025b21c5465e;p=platform%2Fupstream%2Flinaro-gcc.git * lib/obj-c++.exp (obj-c++_target_compile): Declare global variable, remove extraneous semicolons. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100229 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8f6bd14..41a2801 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-05-26 Janis Johnson + + * lib/obj-c++.exp (obj-c++_target_compile): Declare global variable, + remove extraneous semicolons. + 2005-05-26 Ziemowit Laski * obj-c++.dg/comp-types-12.mm: New. diff --git a/gcc/testsuite/lib/obj-c++.exp b/gcc/testsuite/lib/obj-c++.exp index 2b7c944..e88e011 100644 --- a/gcc/testsuite/lib/obj-c++.exp +++ b/gcc/testsuite/lib/obj-c++.exp @@ -284,11 +284,12 @@ proc obj-c++_init { args } { # proc obj-c++_target_compile { source dest type options } { - global tmpdir; + global tmpdir + global srcdir global gpp_compile_options global gluefile wrap_flags - global ALWAYS_OBJCXXFLAGS; - global OBJCXX_UNDER_TEST; + global ALWAYS_OBJCXXFLAGS + global OBJCXX_UNDER_TEST lappend options "libs=-lobjc"