aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-03-15 05:18:47 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-03-15 05:18:47 +0000
commit7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d (patch)
treecc9e9fdea049333ed4927aca6ffd2ef26784f931 /gcc
parentcdbac087e8928e5002b7f474b83b425261e8e1de (diff)
downloadgcc-7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d.zip
gcc-7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d.tar.gz
gcc-7fa6c9fed2a2e2f53cb98f6475983a9eda9b543d.tar.bz2
*** empty log message ***
From-SVN: r492
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/osfrose.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h
index c9bde59..5aa39ff 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"); \