summaryrefslogtreecommitdiff
path: root/src/cmd/8l/8.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/8l/8.out.h')
-rw-r--r--src/cmd/8l/8.out.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cmd/8l/8.out.h b/src/cmd/8l/8.out.h
index a28115eb4..8319482ca 100644
--- a/src/cmd/8l/8.out.h
+++ b/src/cmd/8l/8.out.h
@@ -677,15 +677,3 @@ enum
* this is the ranlib header
*/
#define SYMDEF "__.GOSYMDEF"
-
-/*
- * this is the simulated IEEE floating point
- */
-typedef struct ieee Ieee;
-struct ieee
-{
- int32 l; /* contains ls-man 0xffffffff */
- int32 h; /* contains sign 0x80000000
- exp 0x7ff00000
- ms-man 0x000fffff */
-};