]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sun, 15 Mar 1992 05:18:47 +0000 (05:18 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sun, 15 Mar 1992 05:18:47 +0000 (05:18 +0000)
From-SVN: r492

gcc/config/i386/osfrose.h

index c9bde596c0f48a9ee03f7ccf787f4826b2df242f..5aa39ffad8acd8459f8280b750b381d6edb0212d 100644 (file)
@@ -144,6 +144,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 \f
 /* 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");                                           \