Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 26606 invoked from network); 8 Dec 2005 15:36:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 15:36:45 -0000 Received: (qmail 69192 invoked by uid 500); 8 Dec 2005 15:36:39 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 69165 invoked by uid 500); 8 Dec 2005 15:36:38 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Delivered-To: moderator for harmony-commits@incubator.apache.org Received: (qmail 20529 invoked by uid 99); 8 Dec 2005 15:14:38 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Message-ID: <20051208151417.15507.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355116 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h Date: Thu, 08 Dec 2005 15:14:16 -0000 To: harmony-commits@incubator.apache.org From: dtanzer@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dtanzer Date: Thu Dec 8 07:14:08 2005 New Revision: 355116 URL: http://svn.apache.org/viewcvs?rev=355116&view=rev Log: Added include for ppc structures. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h?rev=355116&r1=355115&r2=355116&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/arch/arch_structures.h Thu Dec 8 07:14:08 2005 @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: arch_structures.h,v 1.2 2004/12/14 03:03:25 archiecobbs Exp $ + * $Id$ */ #ifndef _ARCH_STRUCTURES_H_ @@ -65,6 +65,8 @@ #include "ia64/ia64_structures.h" #elif defined(__powerpc__) #include "powerpc/powerpc_structures.h" +#elif defined(__ppc__) +#include "ppc/ppc_structures.h" #else #error "Unsupported architecture for architecture-specific structures" #endif