Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2009-08-10 20:03:32 +0000
committerVivian Kong2009-08-10 20:03:32 +0000
commit558338f8c349ca506e27c70b74347ec60b8c67ab (patch)
tree4ffd059b015ee02de865e5d08b7e78b3ecbacadf /xlc
parent2ee03b6e37564054a88c637869e26382aa2abe28 (diff)
downloadorg.eclipse.cdt-558338f8c349ca506e27c70b74347ec60b8c67ab.tar.gz
org.eclipse.cdt-558338f8c349ca506e27c70b74347ec60b8c67ab.tar.xz
org.eclipse.cdt-558338f8c349ca506e27c70b74347ec60b8c67ab.zip
bug 285480: Duplicate message IDs
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties7
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml2
2 files changed, 2 insertions, 7 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
index e3dd079a73d..3c1c4e4d1bf 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
@@ -260,7 +260,6 @@ Option.pdf2 = Tune optimizations through Profile Directed Feedback: second run (
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 profiling information to the executable (-qshowpdf)
Option.optimization.smallstack = Reduce the size of the stack frame (-qsmallstack)
@@ -280,8 +279,6 @@ Option.optimization.w = Specify options to pass to specific compiler components
# Linker Options
Option.Linking.b = Control how shared objects are processed by the editor (-b)
Option.linking.brtl = Enable runtime linking for the output file (-brtl)
-Option.linking.bundle =
-Option.Linking.bundle_loader
Option.Linking.e = Set the entry name for the shared executable(-e )
Option.Linking.f =
Option.linking.G = Create a shared object enabled for runtime linking (-G)
@@ -354,7 +351,6 @@ Option.tls.notls=No tls
# Listings and Messages options
Option.V = Report information on the progress of compilation (-V)
-Option.Warn.nowarn = Suppress warnings and low-level messages (-w)
Option.Warn.Pedandic=Pedantic (-pedantic)
Option.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors)
Option.Warn.nowarn=Inhibit all warnings (-w)
@@ -388,7 +384,6 @@ 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)
Option.warnfourcharconsts = Enable warning of four-character constants in source
-Option.report = Produce listing files that show how sections of code have been optimized (-qreport)
# Error Checking and Debugging
Option.g = Generate debugging information (-g)
@@ -408,7 +403,7 @@ Option.dbxextra = Include all typedefs, structs, unions, enums for debugging (-q
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 = Generate prototypes with parameter names
+Option.genproto.general = Generate prototypes with parameter names
Option.genproto.parmgenproto = Include parameter names in prototypes
Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug)
Option.initauto = Initialize the automatic variables (-qinitauto=)
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index 0fcdc6036ae..31cf211c358 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -2908,7 +2908,7 @@
id="xlc.c.ecd.genproto.none">
</enumeratedOptionValue>
<enumeratedOptionValue
- name="%Option.genproto"
+ name="%Option.genproto.general"
isDefault="false"
command="-qgenproto"
id="xlc.c.ecd.genproto">

Back to the top