summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/i386/asm.h')
-rw-r--r--cpukit/score/cpu/i386/asm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/score/cpu/i386/asm.h b/cpukit/score/cpu/i386/asm.h
index 9fe867c04c..3fbaa4cbd9 100644
--- a/cpukit/score/cpu/i386/asm.h
+++ b/cpukit/score/cpu/i386/asm.h
@@ -44,19 +44,6 @@
*/
/*
- * Go32 suffers the same bug as __REGISTER_PREFIX__
- */
-
-#if __GO32__
-#undef __USER_LABEL_PREFIX__
-#define __USER_LABEL_PREFIX__ _
-#endif
-
-#ifndef __USER_LABEL_PREFIX__
-#define __USER_LABEL_PREFIX__ _
-#endif
-
-/*
* Looks like there is a bug in gcc 2.6.2 where this is not
* defined correctly when configured as i386-coff and
* i386-aout.