From: Charles Hannum Date: Sun, 15 Mar 1992 05:18:49 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b5044e0e664411ce98e5bca4c310885304893f8;p=gcc.git entered into RCS From-SVN: r493 --- diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index 9c4e3e064bc..be83339eaa4 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"); \