mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix some typos in the xlc plugin
This commit is contained in:
parent
e3f97960eb
commit
99b9358833
1 changed files with 31 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2006 IBM Corporation and others.
|
||||
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -66,11 +66,11 @@ Option.compiler.other = Other compiler flags
|
|||
|
||||
# Input Control options
|
||||
Option.Preproccomments = Preserve comments in pre-processed output (-C)
|
||||
Option.DefSym = Define a macro name(-D)
|
||||
Option.InclPaths = Specify an additional search path for #include s(-I)
|
||||
Option.DefSym = Define a macro name (-D)
|
||||
Option.InclPaths = Specify an additional search path for #include s (-I)
|
||||
Option.UndefSym = Undefine a macro name (-U)
|
||||
Option.altivec = Enable compiler support for vector data types(-qaltivec)
|
||||
Option.asm = Control the interpretation of and subsequent generation of code for asm statement(-qasm)
|
||||
Option.altivec = Enable compiler support for vector data types (-qaltivec)
|
||||
Option.asm = Control the interpretation of and subsequent generation of code for asm statement (-qasm)
|
||||
Option.Cstdinc = Specify C standard search location (-qc_stdinc)
|
||||
Option.cppstdinc = Specify C++ standard search location (-qcpp_stdinc)
|
||||
Option.qcomplexgccincl = Wrap include files in GCC pragmas (-qcomplexgccincl)
|
||||
|
@ -107,7 +107,7 @@ Option.frameworkdirs = Specify additional framework directories (-qframeworkdir)
|
|||
Option.Input = Don't search the default search path directories (-qnostdinc)
|
||||
Option.Warn.Syntax =Perform syntax checking without generating an object file(-qsyntaxonly)
|
||||
Option.Trigraph=Recognize tri-graph key combinations
|
||||
Option.Utf=Enable recognition of UTF literal syntax(-qutf)
|
||||
Option.Utf=Enable recognition of UTF literal syntax (-qutf)
|
||||
Option.plus = Compile any file as a C++ file (-+)
|
||||
Option.cinc = Insert extern "C" {} in the specified include files (-qcinc)
|
||||
Option.gcc_c_stdinc = Change GCC headers search location (-qgcc_c_stdinc)
|
||||
|
@ -132,7 +132,7 @@ Option.Align.Natural=natural
|
|||
Option.Align.twobyte=two byte
|
||||
Option.Align.packed=packed
|
||||
Option.Align.bitpacked=bit packed
|
||||
Option.alloca=Substitue inline code for calls to function alloca(-qalloca)
|
||||
Option.alloca=Substitute inline code for calls to function alloca(-qalloca)
|
||||
Option.Bitfields=Specify if bit fields are signed(-qbitfields)
|
||||
Option.Bitfields.signed = signed
|
||||
Option.Bitfields.unsigned = unsigned
|
||||
|
@ -140,7 +140,7 @@ Option.Chars=Specify if chars are signed
|
|||
Option.chars.signed = signed (-qchars=signed)
|
||||
Option.chars.unsigned = unsigned (-qcharse=unsigned)
|
||||
Option.enablevmx=Enable generation of VMX instructions(-qenablevmx)
|
||||
Option.Enum=Specify the amount of storage accupied by enumerations(-qenum=)
|
||||
Option.Enum=Specify the amount of storage occupied by enumerations(-qenum=)
|
||||
Option.enum.Int=Int
|
||||
Option.enum.Intlong=Intlong
|
||||
Option.enum.small=small
|
||||
|
@ -164,7 +164,7 @@ Option.namemangling.ansi = ANSI (-qnamemangling=ansi)
|
|||
Option.namemangling.v6 = VisualAge® C++ v6 (-qnamemangling=v6)
|
||||
Option.namemangling.v5 = VisualAge® C++ v5 (-qnamemangling=v5)
|
||||
Option.namemangling.v4 = VisualAge® C++ v4 (-qnamemangling=v4)
|
||||
Option.namemangling.v3 = Compatiblity mode (-qnamemangling=v3)
|
||||
Option.namemangling.v3 = Compatibility mode (-qnamemangling=v3)
|
||||
Option.objectmodel = Object model (-qobjmodel=)
|
||||
Option.objectmodel.classic = classic (-qobjmodel=classic)
|
||||
Option.objectmodel.ibm = IBM® (-qobjmodel=ibm)
|
||||
|
@ -190,7 +190,7 @@ Option.Optimize.Level4 = -O4
|
|||
Option.Optimize.Level5 = -O5
|
||||
Option.inlining = Function inlining
|
||||
Option.inlining.Q = inline all functions (-Q)
|
||||
Option.inlining.Qexclamation = diable inlining (-Q!)
|
||||
Option.inlining.Qexclamation = disable inlining (-Q!)
|
||||
Option.Qplus = Specify functions to be inlined(-Q+name1:name2:...:nameN)
|
||||
Option.Qminus = Specify functions to not inline (-Q-name1:name2:...:nameN)
|
||||
Option.aggrcopy = Enable destructive copy operations for structs and unions
|
||||
|
@ -204,7 +204,7 @@ Option.alias.noallptrs=Pointers are never aliased (-qalias=noallptrs)
|
|||
Option.alias.ansi=Pointers can only point to an object of the same type (-qalias=ansi)
|
||||
Option.alias.noansi=Pointers can point to an object of a different type (-qalias=notansi)
|
||||
Option.alias.typeptr=Pointers to different types are aliased (-qalias=typeptr)
|
||||
Option.alias.notypeptr=Pointers to different types are never aliased(-qalias=notypeptr)
|
||||
Option.alias.notypeptr=Pointers to different types are never aliased (-qalias=notypeptr)
|
||||
Option.optimization.arch = Specify the processor architecture to generate code and optimize for (-qarch=)
|
||||
Option.optimization.arch.ppc64 = PowerPC® 64-bit
|
||||
Option.optimization.arch.ppcgr = PowerPC® with graphics instructions
|
||||
|
@ -212,11 +212,11 @@ Option.optimization.arch.ppc64gr = PowerPC
|
|||
Option.optimization.arch.ppc64grsq = PowerPC® 64-bit with graphics and square root instructions
|
||||
Option.optimization.arch.ppc64v = PowerPC® 64-bit with AltiVec
|
||||
Option.optimization.assert = Assert program behaviours (-qassert=)
|
||||
Option.optimization.Cache = Specify the cache configuration(-qcache=option1:option2:...:optionN)
|
||||
Option.optimization.Cache = Specify the cache configuration (-qcache=option1:option2:...:optionN)
|
||||
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)
|
||||
|
@ -229,20 +229,20 @@ Option.optimization.inline = Attempt to inline functions (-qinline=)
|
|||
Option.optimization.ipa = Customize interprocedural analysis optimizations(-qipa=)
|
||||
Option.optimization.isolatedcall = Functions in source file that have no side effects (-qisolated_call=name1:name2:...:nameN)
|
||||
Option.optimization.keepinlines =
|
||||
Option.largepage = Exploit large page heaps available on POWER4(TM) systems running AIX® 5.1D or later(-qlargepage)
|
||||
Option.libansi = Assume all functions in the name of ansi C function are system functions(-qlibansi)
|
||||
Option.largepage = Exploit large page heaps available on POWER4(TM) systems running AIX® 5.1D or later (-qlargepage)
|
||||
Option.libansi = Assume all functions in the name of ansi C function are system functions (-qlibansi)
|
||||
Option.pdf1 = Tune optimizations through Profile Directed Feedback: first run (-qpdf1)
|
||||
Option.pdf2 = Tune optimizations through Profile Directed Feedback: second run (-qpdf2)
|
||||
Option.optimization.Prefetch = Disable generation of prefetching instuctions in compiled code(-qnoprefetch)
|
||||
Option.optimization.procimported = Mark functions as imported(-qprocimported=)
|
||||
Option.optimization.Prefetch = Disable generation of prefetching instructions in compiled code (-qnoprefetch)
|
||||
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
||||
Option.optimization.proclocal = Mark functions as local (-qlocal=)
|
||||
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
||||
Option.optimization.procunknown = Mark functions as unknown (-qprocunknown=)
|
||||
Option.optimization.showpdf = Add additional call and block count profilig information to the executable(-qshowpdf)
|
||||
Option.optimization.smallstack = Reduce the size o fthe stack frame (-qsmallstack)
|
||||
Option.optimization.showpdf = Add additional call and block count profiling information to the executable (-qshowpdf)
|
||||
Option.optimization.smallstack = Reduce the size of the stack frame (-qsmallstack)
|
||||
Option.optimization.smp = Enable parallelization of code (-qsmp)
|
||||
Option.optimization.Spill = Specify the register allocation spill area(-qspill=)
|
||||
Option.optimization.Strict = Turn off aggressive optimizations(-qstrict)
|
||||
Option.optimization.Spill = Specify the register allocation spill area (-qspill=)
|
||||
Option.optimization.Strict = Turn off aggressive optimizations (-qstrict)
|
||||
Option.optimization.loopinduction = Loop induction settings
|
||||
Option.optimization.loopinduction.strict_induction = Strict induction
|
||||
Option.optimization.loopinduction.nostrict_induction = No induction
|
||||
|
@ -312,7 +312,7 @@ Option.F = Specify alternate configuration file (-F)
|
|||
Option.t = Add prefix to designated programs (-t)
|
||||
Option.maxmem = Amount of memory used during optimization (-qmaxmem=)
|
||||
Option.path = Alternate program name for compiler components (-qpath=)
|
||||
Option.tls = Specify the thread local strorage model (-qtls=)
|
||||
Option.tls = Specify the thread local storage model (-qtls=)
|
||||
|
||||
# Listings and Messages options
|
||||
Option.V = Report information on the progress of compilation (-V)
|
||||
|
@ -323,10 +323,10 @@ Option.Warn.nowarn=Inhibit all warnings (-w)
|
|||
Option.Warn.allwarn=All warnings (-Wall)
|
||||
Option.Warn.toerrs=Warnings as errors (-Werror)
|
||||
Option.attr = Produce a compiler listing (-qattr)
|
||||
Option.attr.noattr = Does not produce an attribut listing for identifiers in program(-qnoattr)
|
||||
Option.attr.fullattr = Report attributes of all identifiers(-qattr=full)
|
||||
Option.attr.attr = Report attributes of only used identifiers(-qattr)
|
||||
Option.flag = Specify the minimum severity level of the diagnostic messages(-qflag=)
|
||||
Option.attr.noattr = Does not produce an attribute listing for identifiers in program (-qnoattr)
|
||||
Option.attr.fullattr = Report attributes of all identifiers (-qattr=full)
|
||||
Option.attr.attr = Report attributes of only used identifiers (-qattr)
|
||||
Option.flag = Specify the minimum severity level of the diagnostic messages (-qflag=)
|
||||
Option.format = Warn of possible problems with string input and output format specifications (-qformat=)
|
||||
Option.halt = Instruct the compiler to stop after compilation if it encounters errors of specified severity or higher (-qhalt=)
|
||||
Option.halt.information = Information (-qhalt=i)
|
||||
|
@ -335,17 +335,17 @@ Option.halt.error = Error (-qhalt=e)
|
|||
Option.halt.severeError = Severe error (-qhalt=s)
|
||||
Option.halt.unrecoverableError = Unrecoverable error (-qhalt=u)
|
||||
Option.info = Produce informational messages (-qinfo= )
|
||||
Option.list = Produce a compiler listing that includes an object listing(-qlist)
|
||||
Option.list = Produce a compiler listing that includes an object listing (-qlist)
|
||||
Option.listopt = Produce a compiler listing that displays all options in effect(-qlistopt)
|
||||
Option.phsinfo = Report the time taken in each compilation phase (-qphsinfo)
|
||||
Option.noprint = Suppress all lisitngs(-qnoprint )
|
||||
Option.noprint = Suppress all listings (-qnoprint )
|
||||
Option.report = Instruct the compiler to produce transformation reports (-qreport)
|
||||
Option.showinc = Show all included files in the source listing (-qshowinc)
|
||||
Option.source = Produce a compiler listing and include the source code (-qsource)
|
||||
Option.srcmsg = Add the corresponding source code lines to the diagnostic mesages in stderr file (-qsrcmsg)
|
||||
Option.srcmsg = Add the corresponding source code lines to the diagnostic messages in stderr file (-qsrcmsg)
|
||||
Option.suppress = Suppress the specified informational or warning messages (-qsuppress=)
|
||||
Option.tabsize = Change the tab-size (-qtabsize=)
|
||||
Option.xref = Produca a cross reference listing of identifiers (-qxref)
|
||||
Option.xref = Produce a cross reference listing of identifiers (-qxref)
|
||||
Option.xref.noxref = Do not report identifiers in the program (-qnoxref)
|
||||
Option.xref.fullxref = Report all the identifiers in the program (-qxref = full)
|
||||
Option.xref.xref = Report only those identifiers which are used (-qxref)
|
||||
|
@ -367,7 +367,7 @@ Option.check = Generate code which performs certain types of runtime checking (-
|
|||
Option.dbxextra = Include all typedefs, structs, unions, enums for debugging (-qdbxextra)
|
||||
Option.extchk = Generate bind-time type checking information and check for compile time consistency (-qextchk)
|
||||
Option.fullpath = Preserve absolute path name of source files used with -g option (-qfullpath)
|
||||
Option.genproto = Produce ansi prototypes from k&r definitions
|
||||
Option.genproto = Produce ANSI prototypes from K&R definitions
|
||||
Option.genproto = Generate prototypes with parameter names
|
||||
Option.genproto.parmgenproto = Include parameter names in prototypes
|
||||
Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug)
|
||||
|
|
Loading…
Add table
Reference in a new issue