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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -132,7 +132,7 @@ Option.Align.Natural=natural
|
||||||
Option.Align.twobyte=two byte
|
Option.Align.twobyte=two byte
|
||||||
Option.Align.packed=packed
|
Option.Align.packed=packed
|
||||||
Option.Align.bitpacked=bit 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=Specify if bit fields are signed(-qbitfields)
|
||||||
Option.Bitfields.signed = signed
|
Option.Bitfields.signed = signed
|
||||||
Option.Bitfields.unsigned = unsigned
|
Option.Bitfields.unsigned = unsigned
|
||||||
|
@ -140,7 +140,7 @@ Option.Chars=Specify if chars are signed
|
||||||
Option.chars.signed = signed (-qchars=signed)
|
Option.chars.signed = signed (-qchars=signed)
|
||||||
Option.chars.unsigned = unsigned (-qcharse=unsigned)
|
Option.chars.unsigned = unsigned (-qcharse=unsigned)
|
||||||
Option.enablevmx=Enable generation of VMX instructions(-qenablevmx)
|
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.Int=Int
|
||||||
Option.enum.Intlong=Intlong
|
Option.enum.Intlong=Intlong
|
||||||
Option.enum.small=small
|
Option.enum.small=small
|
||||||
|
@ -164,7 +164,7 @@ Option.namemangling.ansi = ANSI (-qnamemangling=ansi)
|
||||||
Option.namemangling.v6 = VisualAge® C++ v6 (-qnamemangling=v6)
|
Option.namemangling.v6 = VisualAge® C++ v6 (-qnamemangling=v6)
|
||||||
Option.namemangling.v5 = VisualAge® C++ v5 (-qnamemangling=v5)
|
Option.namemangling.v5 = VisualAge® C++ v5 (-qnamemangling=v5)
|
||||||
Option.namemangling.v4 = VisualAge® C++ v4 (-qnamemangling=v4)
|
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 = Object model (-qobjmodel=)
|
||||||
Option.objectmodel.classic = classic (-qobjmodel=classic)
|
Option.objectmodel.classic = classic (-qobjmodel=classic)
|
||||||
Option.objectmodel.ibm = IBM® (-qobjmodel=ibm)
|
Option.objectmodel.ibm = IBM® (-qobjmodel=ibm)
|
||||||
|
@ -190,7 +190,7 @@ Option.Optimize.Level4 = -O4
|
||||||
Option.Optimize.Level5 = -O5
|
Option.Optimize.Level5 = -O5
|
||||||
Option.inlining = Function inlining
|
Option.inlining = Function inlining
|
||||||
Option.inlining.Q = inline all functions (-Q)
|
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.Qplus = Specify functions to be inlined(-Q+name1:name2:...:nameN)
|
||||||
Option.Qminus = Specify functions to not inline (-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
|
Option.aggrcopy = Enable destructive copy operations for structs and unions
|
||||||
|
@ -233,12 +233,12 @@ Option.largepage = Exploit large page heaps available on POWER4(TM) systems runn
|
||||||
Option.libansi = Assume all functions in the name of ansi C function are system functions (-qlibansi)
|
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.pdf1 = Tune optimizations through Profile Directed Feedback: first run (-qpdf1)
|
||||||
Option.pdf2 = Tune optimizations through Profile Directed Feedback: second run (-qpdf2)
|
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.Prefetch = Disable generation of prefetching instructions in compiled code (-qnoprefetch)
|
||||||
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
||||||
Option.optimization.proclocal = Mark functions as local (-qlocal=)
|
Option.optimization.proclocal = Mark functions as local (-qlocal=)
|
||||||
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
|
||||||
Option.optimization.procunknown = Mark functions as unknown (-qprocunknown=)
|
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.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.smallstack = Reduce the size of the stack frame (-qsmallstack)
|
||||||
Option.optimization.smp = Enable parallelization of code (-qsmp)
|
Option.optimization.smp = Enable parallelization of code (-qsmp)
|
||||||
Option.optimization.Spill = Specify the register allocation spill area (-qspill=)
|
Option.optimization.Spill = Specify the register allocation spill area (-qspill=)
|
||||||
|
@ -312,7 +312,7 @@ Option.F = Specify alternate configuration file (-F)
|
||||||
Option.t = Add prefix to designated programs (-t)
|
Option.t = Add prefix to designated programs (-t)
|
||||||
Option.maxmem = Amount of memory used during optimization (-qmaxmem=)
|
Option.maxmem = Amount of memory used during optimization (-qmaxmem=)
|
||||||
Option.path = Alternate program name for compiler components (-qpath=)
|
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
|
# Listings and Messages options
|
||||||
Option.V = Report information on the progress of compilation (-V)
|
Option.V = Report information on the progress of compilation (-V)
|
||||||
|
@ -323,7 +323,7 @@ Option.Warn.nowarn=Inhibit all warnings (-w)
|
||||||
Option.Warn.allwarn=All warnings (-Wall)
|
Option.Warn.allwarn=All warnings (-Wall)
|
||||||
Option.Warn.toerrs=Warnings as errors (-Werror)
|
Option.Warn.toerrs=Warnings as errors (-Werror)
|
||||||
Option.attr = Produce a compiler listing (-qattr)
|
Option.attr = Produce a compiler listing (-qattr)
|
||||||
Option.attr.noattr = Does not produce an attribut listing for identifiers in program(-qnoattr)
|
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.fullattr = Report attributes of all identifiers (-qattr=full)
|
||||||
Option.attr.attr = Report attributes of only used identifiers (-qattr)
|
Option.attr.attr = Report attributes of only used identifiers (-qattr)
|
||||||
Option.flag = Specify the minimum severity level of the diagnostic messages (-qflag=)
|
Option.flag = Specify the minimum severity level of the diagnostic messages (-qflag=)
|
||||||
|
@ -338,14 +338,14 @@ 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.listopt = Produce a compiler listing that displays all options in effect(-qlistopt)
|
||||||
Option.phsinfo = Report the time taken in each compilation phase (-qphsinfo)
|
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.report = Instruct the compiler to produce transformation reports (-qreport)
|
||||||
Option.showinc = Show all included files in the source listing (-qshowinc)
|
Option.showinc = Show all included files in the source listing (-qshowinc)
|
||||||
Option.source = Produce a compiler listing and include the source code (-qsource)
|
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.suppress = Suppress the specified informational or warning messages (-qsuppress=)
|
||||||
Option.tabsize = Change the tab-size (-qtabsize=)
|
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.noxref = Do not report identifiers in the program (-qnoxref)
|
||||||
Option.xref.fullxref = Report all the identifiers in the program (-qxref = full)
|
Option.xref.fullxref = Report all the identifiers in the program (-qxref = full)
|
||||||
Option.xref.xref = Report only those identifiers which are used (-qxref)
|
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.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.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.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 = Generate prototypes with parameter names
|
||||||
Option.genproto.parmgenproto = Include parameter names in prototypes
|
Option.genproto.parmgenproto = Include parameter names in prototypes
|
||||||
Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug)
|
Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug)
|
||||||
|
|
Loading…
Add table
Reference in a new issue