5 Star 0 Fork 13

OpenCloudOS Stream/binutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Include-ldlex.h-when-compile-eelfxxloongarch.c.patch 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
油屋 提交于 2024-11-07 15:00 . sync from upstream
From 00f4bdc23c28986e4bdff1385ab7c6456fe74a6a Mon Sep 17 00:00:00 2001
From: Xin Wang <[email protected]>
Date: Thu, 24 Oct 2024 16:45:16 +0800
Subject: [PATCH 120/123] Include ldlex.h when compile eelfxxloongarch.c We did
not cherry-pick 8d10083c23b9415a6d645b44d136104fcf8ed176 of upstream:master
because that modified files which are not related to LoongArch
---
ld/emultempl/loongarchelf.em | 1 +
1 file changed, 1 insertion(+)
diff --git a/ld/emultempl/loongarchelf.em b/ld/emultempl/loongarchelf.em
index 2e6b8080..e50d85d0 100644
--- a/ld/emultempl/loongarchelf.em
+++ b/ld/emultempl/loongarchelf.em
@@ -24,6 +24,7 @@ fragment <<EOF
#include "ldctor.h"
#include "elf/loongarch.h"
#include "elfxx-loongarch.h"
+#include "ldlex.h"
EOF
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/binutils.git
[email protected]:opencloudos-stream/binutils.git
opencloudos-stream
binutils
binutils
master

搜索帮助