]> sourceware.org Git - newlib-cygwin.git/commit
Modifying patch from: marian.buschsieweke@ovgu.de
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 29 Nov 2021 22:33:52 +0000 (17:33 -0500)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 30 Nov 2021 16:23:39 +0000 (11:23 -0500)
commit8fa73a9f8414a4926365324c2fe32a237c2eb91d
treefc5bb4225bac3eb730cdfe730066c490d2886ffa
parent3edea7cd55d178164a649d9eea252c807ed2c038
Modifying patch from: marian.buschsieweke@ovgu.de

The code accessing the floating point control/status register, namely

#define __cfc1(__fcsr) __asm __volatile("cfc1 %0, $31" : "=r" (__fcsr)

does not compile with mips16. This changed the makefile to pass -mno-mips16 to avoid the following
compiler error:

mips-mti-elf fails with "Error: unrecognized opcode `cfc1 $3,$31'"
newlib/libm/machine/mips/Makefile.am
newlib/libm/machine/mips/Makefile.in
This page took 0.030497 seconds and 5 git commands to generate.