comparison gcc/config/ia64/t-ia64 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 1 # Copyright (C) 2000-2017 Free Software Foundation, Inc.
2 # 2010
3 # Free Software Foundation, Inc.
4 # 2 #
5 # This file is part of GCC. 3 # This file is part of GCC.
6 # 4 #
7 # GCC is free software; you can redistribute it and/or modify 5 # GCC is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
16 # 14 #
17 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
18 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
19 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
20 18
21 LIB1ASMSRC = ia64/lib1funcs.asm
22
23 # We use different names for the DImode div/mod files so that they won't
24 # conflict with libgcc2.c files. We used to use __ia64 as a prefix, now
25 # we use __ as the prefix. Note that L_divdi3 in libgcc2.c actually defines
26 # a TImode divide function, so there is no actual overlap here between
27 # libgcc2.c and lib1funcs.asm.
28 LIB1ASMFUNCS = __divxf3 __divdf3 __divsf3 \
29 __divdi3 __moddi3 __udivdi3 __umoddi3 \
30 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal \
31 __nonlocal_goto __restore_stack_nonlocal __trampoline \
32 _fixtfdi _fixunstfdi _floatditf
33
34 # ??? Hack to get -P option used when compiling lib1funcs.asm, because Intel
35 # assembler does not accept # line number as a comment.
36 # ??? This breaks C++ pragma interface/implementation, which is used in the
37 # C++ part of libgcc2, hence it had to be disabled. Must find some other way
38 # to support the Intel assembler.
39 #LIBGCC2_DEBUG_CFLAGS = -g1 -P
40
41 SHLIB_MAPFILES += $(srcdir)/config/ia64/libgcc-ia64.ver
42
43 # Effectively disable the crtbegin/end rules using crtstuff.c
44 T = disable
45
46 LIB2ADDEH = $(srcdir)/config/ia64/unwind-ia64.c $(srcdir)/unwind-sjlj.c \
47 $(srcdir)/unwind-c.c
48
49 ia64-c.o: $(srcdir)/config/ia64/ia64-c.c $(CONFIG_H) $(SYSTEM_H) \ 19 ia64-c.o: $(srcdir)/config/ia64/ia64-c.c $(CONFIG_H) $(SYSTEM_H) \
50 coretypes.h $(TM_H) $(TREE_H) $(CPPLIB_H) $(C_COMMON_H) $(C_PRAGMA_H) 20 coretypes.h $(TM_H) $(TREE_H) $(CPPLIB_H) $(C_COMMON_H) $(C_PRAGMA_H)
51 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 21 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
52 $(srcdir)/config/ia64/ia64-c.c 22 $(srcdir)/config/ia64/ia64-c.c
53 23
54 # genattrtab generates very long string literals. 24 # genattrtab generates very long string literals.
55 insn-attrtab.o-warn = -Wno-error 25 insn-attrtab.o-warn = -Wno-error
56 26
57 ia64.o: debug.h $(PARAMS_H) sel-sched.h reload.h 27 ia64.o: $(srcdir)/config/ia64/ia64.c debug.h $(PARAMS_H) sel-sched.h reload.h \
28 $(OPTS_H) dumpfile.h $(HASH_TABLE_H)