mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00

* mpc85xx: add support for cpu type 8548 8540 cpu type corresponds to e500v1 core while 8548 cpu type corresponds to e500v2 core See https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors:POWERQUICC_HOME#powerquicc-iii-mpc85xx and https://www.nxp.com/docs/en/application-note/AN2807.pdf . Co-authored-by: Josef Schlehofer <josef.schlehofer@nic.cz> Co-authored-by: Pali Rohár <pali@kernel.org> Signed-off-by: Šimon Bořek <simon.borek@nic.cz> * tree-wide: Do not use package librt and libpthread The libraries libpthread, libdl, libutil, libanl have been integrated into the libc library in version 2.34. it is not needed to explicitly link them any more. Most of the functions have been moved from the librt.so into libc.so some time ago already. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> * toolchain/binutils: backport stable patches Add the patches with real changes from the binutils 2.39 stable branch. I am not aware that we ran into any of these problems, but I think it is better to take the existing stable patches. They were exported like this: git format-patch binutils-2_39...origin/binutils-2_39-branch I removed the patches changing the version numbers only. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> * toolchain/binutils: switch to version 2.39 by default This was build tested with all core packages on all targets successfully. This was run tested on the following systems: * lantiq/xrx200 musl * sunxi/cortex53 musl * x86/64 musl * x86/64 glibc Some trusted firmware arm builds needed some fixes to build with binutils 2.39, this was merged before. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> * tools: Improve diffability/maintainability There's no purpose to squish multiple tools into a single line (and spread those out over multiple lines). It might look 'nice' in certain conditions, but it's annoying to maintain. For example, but not limited to: * adding/removing tools, causes hard to read diffs * Duplicates are harder to spot * Sorting can not be (easily?) automated With this proposed change, the above annoyances go away. Inserting a new tool can be done with a single line-change-diff, sorting can be done by any editor (in vi, select, :sort for example) and dupes are much easier to spot. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> * rules: drop -Wno-error additional flags from default TARGET_CFLAGS We currently enable -Wno-error=unused-but-set-variable and -Wno-error=unused-result by default on every compile package. While this is (relatively) unharmful, we should follow other project direction and starts enforcing good code quality. For example the linux kernel recently started to enforce Wall by default and clean code is mandatory for inclusion. Drop for good these flags and and make it mandatory to correctly handle return values at least with a warning log if they are not strictly error condition. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> * bridger: update to the latest version def7755c459d add missing copyright headers f68307fd96d7 add hairpin mode support 9ee8f433ba4e nl: do not pass NDA_VLAN with vid=0 978c1f9eed07 add support for the bridge port isolated flag Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Šimon Bořek <simon.borek@nic.cz> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> Co-authored-by: Šimon Bořek <simon.borek@nic.cz> Co-authored-by: Josef Schlehofer <josef.schlehofer@nic.cz> Co-authored-by: Pali Rohár <pali@kernel.org> Co-authored-by: Hauke Mehrtens <hauke@hauke-m.de> Co-authored-by: Olliver Schinagl <oliver@schinagl.nl> Co-authored-by: Christian Marangi <ansuelsmth@gmail.com> Co-authored-by: Felix Fietkau <nbd@nbd.name>
129 lines
3.3 KiB
Diff
129 lines
3.3 KiB
Diff
From 509a2ec6ad3ea7eb3f4cf59538cf636a2126e4c3 Mon Sep 17 00:00:00 2001
|
|
From: liuzhensong <liuzhensong@loongson.cn>
|
|
Date: Fri, 2 Sep 2022 16:29:14 +0800
|
|
Subject: [PATCH 039/160] LoongArch:ld: Fix relocation error of pcrel.
|
|
|
|
Patch for branch 2.39.
|
|
Need to reduce the address of pc when using
|
|
reloction R_LARCH_SOP_PUSH_PCREL.
|
|
|
|
bfd/
|
|
* elfnn-loongarch.c
|
|
---
|
|
bfd/elfnn-loongarch.c | 3 +-
|
|
ld/testsuite/ld-loongarch-elf/pcrel-const.d | 14 +++++++
|
|
ld/testsuite/ld-loongarch-elf/pcrel-const.lds | 14 +++++++
|
|
ld/testsuite/ld-loongarch-elf/pcrel-const.s | 12 ++++++
|
|
ld/testsuite/ld-loongarch-elf/pr.exp | 39 +++++++++++++++++++
|
|
5 files changed, 81 insertions(+), 1 deletion(-)
|
|
create mode 100644 ld/testsuite/ld-loongarch-elf/pcrel-const.d
|
|
create mode 100644 ld/testsuite/ld-loongarch-elf/pcrel-const.lds
|
|
create mode 100644 ld/testsuite/ld-loongarch-elf/pcrel-const.s
|
|
create mode 100644 ld/testsuite/ld-loongarch-elf/pr.exp
|
|
|
|
--- a/bfd/elfnn-loongarch.c
|
|
+++ b/bfd/elfnn-loongarch.c
|
|
@@ -2341,9 +2341,10 @@ loongarch_elf_relocate_section (bfd *out
|
|
case R_LARCH_SOP_PUSH_PLT_PCREL:
|
|
unresolved_reloc = false;
|
|
|
|
- if (resolved_to_const)
|
|
+ if (!is_undefweak && resolved_to_const)
|
|
{
|
|
relocation += rel->r_addend;
|
|
+ relocation -= pc;
|
|
break;
|
|
}
|
|
else if (is_undefweak)
|
|
--- /dev/null
|
|
+++ b/ld/testsuite/ld-loongarch-elf/pcrel-const.d
|
|
@@ -0,0 +1,14 @@
|
|
+#as: -mla-global-with-pcrel
|
|
+#objdump: -Drsz
|
|
+
|
|
+.*:[ ]+file format .*
|
|
+
|
|
+
|
|
+Disassembly of section .text:
|
|
+
|
|
+.* <foo>:
|
|
+#...
|
|
+[ ]+8:[ ]+02c04084[ ]+addi.d[ ]+\$a0,[ ]+\$a0,[ ]+16\(0x10\)
|
|
+#...
|
|
+0+14 <__sec_end>:
|
|
+#pass
|
|
--- /dev/null
|
|
+++ b/ld/testsuite/ld-loongarch-elf/pcrel-const.lds
|
|
@@ -0,0 +1,14 @@
|
|
+ENTRY(foo);
|
|
+SECTIONS
|
|
+{
|
|
+ .text : {
|
|
+ *(.text*)
|
|
+ }
|
|
+
|
|
+ .data : {
|
|
+ __sec_start = .;
|
|
+ *(.gzdata)
|
|
+ __sec_end = .;
|
|
+ }
|
|
+}
|
|
+PROVIDE(__sec_size = __sec_end);
|
|
--- /dev/null
|
|
+++ b/ld/testsuite/ld-loongarch-elf/pcrel-const.s
|
|
@@ -0,0 +1,12 @@
|
|
+ .text
|
|
+ .align 2
|
|
+ .globl foo
|
|
+ .type foo, @function
|
|
+foo:
|
|
+ nop
|
|
+ la.global $r4,__sec_size
|
|
+ ldptr.w $r4,$r4,0
|
|
+ jr $r1
|
|
+ .size foo, .-foo
|
|
+ .data
|
|
+ .word 1
|
|
--- /dev/null
|
|
+++ b/ld/testsuite/ld-loongarch-elf/pr.exp
|
|
@@ -0,0 +1,39 @@
|
|
+# Expect script for LoongArch ELF linker tests
|
|
+# Copyright (C) 2022 Free Software Foundation, Inc.
|
|
+#
|
|
+# This file is part of the GNU Binutils.
|
|
+#
|
|
+# This program is free software; you can redistribute it and/or modify
|
|
+# it under the terms of the GNU General Public License as published by
|
|
+# the Free Software Foundation; either version 3 of the License, or
|
|
+# (at your option) any later version.
|
|
+#
|
|
+# This program is distributed in the hope that it will be useful,
|
|
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
+# GNU General Public License for more details.
|
|
+#
|
|
+# You should have received a copy of the GNU General Public License
|
|
+# along with this program; if not, write to the Free Software
|
|
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
+# MA 02110-1301, USA.
|
|
+#
|
|
+
|
|
+if ![istarget loongarch64-*-*] {
|
|
+ return
|
|
+}
|
|
+
|
|
+set link_tests [list \
|
|
+ [list \
|
|
+ "pcrel const" \
|
|
+ "-T pcrel-const.lds" "" \
|
|
+ "-mla-global-with-pcrel" \
|
|
+ { pcrel-const.s } \
|
|
+ [list \
|
|
+ [list objdump -D pcrel-const.d] \
|
|
+ ] \
|
|
+ "pcrel-const" \
|
|
+ ] \
|
|
+]
|
|
+
|
|
+run_ld_link_tests $link_tests
|