Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-06-21 22:08:09 +0000
committerAlain Magloire2004-06-21 22:08:09 +0000
commit416238652a691cdb7a3f3221c59f55080a057f00 (patch)
tree340b589e9e6cebedc5782680b00480dd623b9c4d /core/org.eclipse.cdt.core/plugin.properties
parent43bd85438ec2f30d5c44493c8e5858b1c164e2d4 (diff)
downloadorg.eclipse.cdt-416238652a691cdb7a3f3221c59f55080a057f00.tar.gz
org.eclipse.cdt-416238652a691cdb7a3f3221c59f55080a057f00.tar.xz
org.eclipse.cdt-416238652a691cdb7a3f3221c59f55080a057f00.zip
2004-06-21 Alain Magloire
Big Patch from Vladimir Hirsl This patch contains a binary parser core and UI elements to 'support' AIX XCOFF32 binaries.
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 277f8482206..0412223d528 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -19,6 +19,7 @@ ElfParser.name=Elf Parser
GNUElfParser.name=GNU Elf Parser
PEWindowsParser.name=PE Windows Parser
CygwinPEParser.name=Cygwin PE Parser
+XCOFF32Parser.name=AIX XCOFF32 Parser
CDTGNUCErrorParser.name=CDT GNU C/C++ Error Parser
CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser

Back to the top