From: Michael Meissner Date: Sun, 15 Mar 1992 05:18:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r492 --- diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index c9bde596c0f4..5aa39ffad8ac 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -144,6 +144,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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"); \