diff options
| author | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
| commit | cb040d59b945437cdca8c8cff525ebbb7261a217 (patch) | |
| tree | aa81ca071bc36bbec0cf484b68b19550fcaf96da /src/pkg/runtime/softfloat_arm.c | |
| parent | d16a2ad09b373efe891f0acf9c27e0f2455e5590 (diff) | |
| download | go-cb040d59b945437cdca8c8cff525ebbb7261a217.tar.xz | |
runtime: use new #include "textflag.h"
I did this just to clean things up, but it will be important
when we drop the pkg directory later.
LGTM=bradfitz
R=r, bradfitz
CC=golang-codereviews
https://golang.org/cl/132600043
Diffstat (limited to 'src/pkg/runtime/softfloat_arm.c')
| -rw-r--r-- | src/pkg/runtime/softfloat_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/softfloat_arm.c b/src/pkg/runtime/softfloat_arm.c index 5e5f4025ec..09b0cf20ac 100644 --- a/src/pkg/runtime/softfloat_arm.c +++ b/src/pkg/runtime/softfloat_arm.c @@ -7,7 +7,7 @@ // It uses true little-endian doubles, while the 7500 used mixed-endian. #include "runtime.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" #define CPSR 14 #define FLAGS_N (1U << 31) |
