]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
MIPS: Include missing mips16.S in libgcc/lib1funcs.S
authorYunQiang Su <syq@gcc.gnu.org>
Fri, 23 Aug 2024 15:46:16 +0000 (23:46 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Tue, 27 Aug 2024 00:21:03 +0000 (08:21 +0800)
mips16.S was missing since
commit 29b74545531f6afbee9fc38c267524326dbfbedf
Date:   Thu Jun 1 10:14:24 2023 +0800

    MIPS: Add speculation_barrier support

Without mips16.S included, some symbols will miss for mips16, and
so some software will fail to build.

libgcc/ChangeLog:

* config/mips/lib1funcs.S: Includes mips16.S.

libgcc/config/mips/lib1funcs.S

index fa8114b37d9cfedbaa0e01627eadca1c6bb180dd..324a84e784677c2a5036bfb3e7d92e59f50bdb9a 100644 (file)
@@ -19,7 +19,7 @@ a copy of the GCC Runtime Library Exception along with this program;
 see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 <http://www.gnu.org/licenses/>.  */
 
-//#include "mips16.S"
+#include "mips16.S"
 
 #ifdef L_speculation_barrier