| commit | 19336a2d6b9b375ac106125950f4ff09742d1aec | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:50 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:50 2009 +0000 |
| tree | eb2b4b2223c21a78fa78c553d750417da7e8b2dd | |
| parent | 51c80ccf6f7779c3b88e9ede81c0e0cfc35dc959 [diff] [blame] |
Add assembly.h for use in .S files. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85263 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/arm/fixdfsivfp.S b/lib/arm/fixdfsivfp.S index 75c322d..4178859 100644 --- a/lib/arm/fixdfsivfp.S +++ b/lib/arm/fixdfsivfp.S
@@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include "../assembly.h" // // extern int __fixdfsivfp(double a);