File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ Non-comprehensive list of changes in this release
114114 relocation scanning. The ``-faddrsig `` and ``-fno-addrsig `` flags can be
115115 used to control whether to emit the address-significance table.
116116
117+ - Integrated assembler is enabled by default on OpenBSD / FreeBSD
118+ for MIPS 64-bit targets.
119+
120+ - On MIPS FreeBSD default CPUs have been changed to ``mips2 ``
121+ for 32-bit targets and ``mips3 `` for 64-bit targets.
122+
117123- ...
118124
119125New Compiler Flags
@@ -133,6 +139,15 @@ New Compiler Flags
133139 modules where it isn't necessary. It causes more inline virtual functions
134140 to be emitted.
135141
142+ - Added the``-mcrc`` and ``-mno-crc `` flags to enable/disable using
143+ of MIPS Cyclic Redundancy Check instructions.
144+
145+ - Added the``-mvirt`` and ``-mno-virt `` flags to enable/disable using
146+ of MIPS Virtualization instructions.
147+
148+ - Added the``-mginv`` and ``-mno-ginv `` flags to enable/disable using
149+ of MIPS Global INValidate instructions.
150+
136151- ...
137152
138153Deprecated Compiler Flags
You can’t perform that action at this time.
0 commit comments