• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2010 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# Configuration for ARMv5TE architecture targets.
17#
18
19# file header and basic definitions
20#import c/header.c
21import ia32/header.S
22
23# C pre-processor defines for stub C instructions
24#import cstubs/stubdefs.c
25
26# highly-platform-specific defs
27import ia32/platform.S
28
29# common defs for the C helpers; include this before the instruction handlers
30#import c/opcommon.c
31
32# opcode list; argument to op-start is default directory
33op-start ia32
34
35op-end
36
37# "helper" code for C; include if you use any of the C stubs (this generates
38# object code, so it's normally excluded)
39##import c/gotoTargets.c
40
41# end of defs; include this when cstubs/stubdefs.c is included
42#import cstubs/enddefs.c
43
44# common subroutines for asm
45import ia32/footer.S
46