aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-03-15 05:18:49 +0000
committerCharles Hannum <mycroft@gnu.org>1992-03-15 05:18:49 +0000
commit2b5044e0e664411ce98e5bca4c310885304893f8 (patch)
treefa58b95caff865ef247b075f422993e046a4cf82
parent7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d (diff)
downloadgcc-2b5044e0e664411ce98e5bca4c310885304893f8.zip
gcc-2b5044e0e664411ce98e5bca4c310885304893f8.tar.gz
gcc-2b5044e0e664411ce98e5bca4c310885304893f8.tar.bz2
entered into RCS
From-SVN: r493
-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"); \