]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/xtensa/t-xtensa
Makefile.in (UNWIND_H): Remove.
[thirdparty/gcc.git] / gcc / config / xtensa / t-xtensa
1 # Copyright (C) 2002, 2003, 2006, 2007, 2008, 2011
2 # Free Software Foundation, Inc.
3 #
4 # This file is part of GCC.
5 #
6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10 #
11 # GCC is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with GCC; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>.
19
20 LIB1ASMSRC = xtensa/lib1funcs.asm
21 LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 _udivsi3 _umodsi3 \
22 _umulsidi3 _clz _clzsi2 _ctzsi2 _ffssi2 \
23 _ashldi3 _ashrdi3 _lshrdi3 \
24 _negsf2 _addsubsf3 _mulsf3 _divsf3 _cmpsf2 _fixsfsi _fixsfdi \
25 _fixunssfsi _fixunssfdi _floatsisf _floatunsisf \
26 _floatdisf _floatundisf \
27 _negdf2 _addsubdf3 _muldf3 _divdf3 _cmpdf2 _fixdfsi _fixdfdi \
28 _fixunsdfsi _fixunsdfdi _floatsidf _floatunsidf \
29 _floatdidf _floatundidf \
30 _truncdfsf2 _extendsfdf2
31
32 LIB2FUNCS_EXTRA = $(srcdir)/config/xtensa/lib2funcs.S
33
34 $(T)crti.o: $(srcdir)/config/xtensa/crti.asm $(GCC_PASSES)
35 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
36 -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/xtensa/crti.asm
37 $(T)crtn.o: $(srcdir)/config/xtensa/crtn.asm $(GCC_PASSES)
38 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
39 -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/xtensa/crtn.asm
40
41 $(out_object_file): gt-xtensa.h