From 16fa4e7c7f51ca6452ef19e80901f783a72c8970 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 19 Jul 2004 17:27:22 +0000 Subject: [PATCH] 2004-07-19 Vladimir Hirsl Support for SOM/XCoff * utils/org/eclipse/cdt/utils/som/* * utils/org/eclipse/cdt/utils/xcoff/* --- core/org.eclipse.cdt.core/ChangeLog | 6 + core/org.eclipse.cdt.core/plugin.properties | 1 + core/org.eclipse.cdt.core/plugin.xml | 10 ++ .../cdt/utils/som/parser/ARMember.java | 13 +- .../cdt/utils/som/parser/SOMBinaryObject.java | 150 +++++++----------- .../cdt/utils/som/parser/SOMParser.java | 101 +----------- .../utils/org/eclipse/cdt/utils/xcoff/AR.java | 6 +- .../org/eclipse/cdt/utils/xcoff/XCoff32.java | 2 +- .../cdt/utils/xcoff/parser/ARMember.java | 2 +- .../utils/xcoff/parser/XCOFFBinaryObject.java | 2 +- 10 files changed, 87 insertions(+), 206 deletions(-) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 099d12b1346..86fc137c425 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Vladimir Hirsl + + Support for SOM/XCoff + * utils/org/eclipse/cdt/utils/som/* + * utils/org/eclipse/cdt/utils/xcoff/* + 2004-07-17 Brad Jarvinen. Fix Pr 70252 diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index 348b612ccdc..3a6a0ba771a 100644 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -30,6 +30,7 @@ GNUElfParser.name=GNU Elf Parser PEWindowsParser.name=PE Windows Parser CygwinPEParser.name=Cygwin PE Parser XCOFF32Parser.name=AIX XCOFF32 Parser +SOMParser.name=HP-UX SOM Parser CDTGNUCErrorParser.name=CDT GNU C/C++ Error Parser CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index d6dd1d700b3..11fd4caaed4 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -107,6 +107,16 @@ + + + + + +