BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / gcc-2.3.3 / README.MIPS
CommitLineData
74af6993
C
1If you use the 1.31 version of the MIPS assembler (such as was shipped
2with Ultrix 3.1), you will need to use the -fno-delayed-branch switch
3when optimizing floating point code. Otherwise, the assembler will
4complain when the GCC compiler fills a branch delay slot with a
5floating point instruction, such as add.d.
6
7The GCC compiler on the MIPS will put small strings into the short
8data area, rather than the read-only data section. This is so that
9references to the strings only take one instruction, instead of the
10normal two instructions.
11
12Users have reported some problems with version 2.0 of the MIPS
13compiler tools (Ultrix 4.1). Version 2.10 seems to work (Ultrix 4.2).