summaryrefslogtreecommitdiff
path: root/gcc/config/arm/lib1funcs.asm
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-01 06:08:34 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-01 06:08:34 +0000
commit35da3667e840b5c6d42acbe67098ec77f219c68e (patch)
tree723131b3f2c5cea8c4151beefbc1da59a6c4451b /gcc/config/arm/lib1funcs.asm
parent38ec748f543fab51ebd311f8fe7ab721d8e3bdca (diff)
downloadgcc-35da3667e840b5c6d42acbe67098ec77f219c68e.tar.gz
* config.gcc (arm*-*-symbianelf*): Do not include t-bpabi.
* config/arm/lib1funcs.asm: Do not include supplemental .S files when compiling for Symbian. * config/arm/symbian.h (RENAME_LIBRARY): New macro. (TARGET_OS_CPP_BUILTINS): Likewise. * config/arm/t-symbian (LIB1ASMFUNCS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/lib1funcs.asm')
-rw-r--r--gcc/config/arm/lib1funcs.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/lib1funcs.asm b/gcc/config/arm/lib1funcs.asm
index 61de0a30855..bc425e5e840 100644
--- a/gcc/config/arm/lib1funcs.asm
+++ b/gcc/config/arm/lib1funcs.asm
@@ -1163,6 +1163,8 @@ LSYM(Lchange_\register):
#endif /* L_interwork_call_via_rX */
#endif /* Arch supports thumb. */
+#ifndef __symbian__
#include "ieee754-df.S"
#include "ieee754-sf.S"
#include "bpabi.S"
+#endif /* __symbian__ */