aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/ieee754-df.S
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-04-30 19:40:53 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2005-04-30 19:40:53 +0000
commit4c5f98981302212d58d78e6271d8df25fe6aaf56 (patch)
treecd039051ac9ea04b6ccbc7abfde11a34ff116413 /gcc/config/arm/ieee754-df.S
parentf6c7d65b66de4abc0318718904e5947f663b9d91 (diff)
downloadgcc-4c5f98981302212d58d78e6271d8df25fe6aaf56.zip
gcc-4c5f98981302212d58d78e6271d8df25fe6aaf56.tar.gz
gcc-4c5f98981302212d58d78e6271d8df25fe6aaf56.tar.bz2
bpabi.h (RENAME_LIBRARY_SET): Always use .thumb_set in thumb mode.
2005-04-30 Paul Brook <paul@codesourcery.com> * config/arm/bpabi.h (RENAME_LIBRARY_SET): Always use .thumb_set in thumb mode. * config/arm/ieee754-df.S: Use __INTERWORKING_STUBS__. * config/arm/ieee754-sf.S: Ditto. * config/arm/lib1funcs.asm: Define and use __INTERWORKING_STUBS__. (FUNC_ALIAS): Use .thumb_set for thumb routines. From-SVN: r99043
Diffstat (limited to 'gcc/config/arm/ieee754-df.S')
-rw-r--r--gcc/config/arm/ieee754-df.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/ieee754-df.S b/gcc/config/arm/ieee754-df.S
index bce74e5..570e77f 100644
--- a/gcc/config/arm/ieee754-df.S
+++ b/gcc/config/arm/ieee754-df.S
@@ -81,7 +81,7 @@ ARM_FUNC_START subdf3
ARM_FUNC_ALIAS aeabi_dsub subdf3
eor yh, yh, #0x80000000 @ flip sign bit of second arg
-#if defined(__thumb__) && !defined(__THUMB_INTERWORK__)
+#if defined(__INTERWORKING_STUBS__)
b 1f @ Skip Thumb-code prologue
#endif