From 805f9978682682dd2de505546bccdceb65883a21 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 1 Apr 2008 15:45:10 +0000 Subject: [PATCH] fixing properties strings in XLC UI --- xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties index 4715ca27c8d..7cf9cf115fb 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties @@ -119,7 +119,7 @@ Option.gcc_cpp_stdinc = Change G++ headers search location (-qgcc_cpp_stdinc) # Output Control options Option.Trace=Preview the steps for compilation(-#) -Option.bmaxdata=Maximum size of the area shared by the static data ans the heap (-bmaxdata=) +Option.bmaxdata=Maximum size of the area shared by the static data and the heap (-bmaxdata=) Option.c=Pass the source files through compiler component only(-c) Option.PreprocOnly=Preprocess the source files and create an output preprocessed source file (-E) Option.PreprocRemoveComments=Remove comments from preprocessed output (-C!) @@ -221,7 +221,7 @@ Option.optimization.Cache = Specify the cache configuration (-qcache=option1:opt Option.compact = Avoid transformations that lead to code expansion (-qcompact) Option.optimization.dataimported = Name the variables to be imported (-qdataimported=name1:name2:...:nameN) Option.optimization.datalocal = Name the variables which are local (-qdatalocal=name1:name2:...:nameN) -Option.directstorage = Write through enabled or cache-inhibited storage may be referenced (-qdirectstorage) +Option.directstorage = Write-through enabled or cache-inhibited storage may be referenced (-qdirectstorage) Option.optimization.exceptionhandling = Exception handling Option.optimization.exceptionhandling.eh = Enable exception handling (-qeh) Option.optimization.exceptionhandling.noeh = Disable exception handling (-qnoeh)