mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
MIPS: Include missing mips16.S in libgcc/lib1funcs.S
mips16.S was missing since
commit 29b7454553
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.
This commit is contained in:
parent
5031df5d1f
commit
9522fc8bb7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user