aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/i386/mach.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h
index 9c4e3e0..be83339 100644
--- a/gcc/config/i386/mach.h
+++ b/gcc/config/i386/mach.h
@@ -9,6 +9,10 @@
/* Defines to be able to build libgcc.a with GCC. */
+/* It might seem that these are not important, since gcc 2 will never
+ call libgcc for these functions. But programs might be linked with
+ code compiled by gcc 1, and then these will be used. */
+
#define perform_udivsi3(a,b) \
{ \
register int dx asm("dx"); \