aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-12-31 21:11:35 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-31 21:52:53 +0100
commitcabdbc632ecd41cf0917001f86b5e62e15a01ff0 (patch)
treee94d110d7888e50e1a88a412795b3bf811af3b8f /toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch
parent55d176fd0bed76ec21ce6d5a763a74480e4446ae (diff)
downloadupstream-cabdbc632ecd41cf0917001f86b5e62e15a01ff0.tar.gz
upstream-cabdbc632ecd41cf0917001f86b5e62e15a01ff0.tar.bz2
upstream-cabdbc632ecd41cf0917001f86b5e62e15a01ff0.zip
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>
Diffstat (limited to 'toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch')
-rw-r--r--toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch b/toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch
new file mode 100644
index 0000000000..1de501a1ae
--- /dev/null
+++ b/toolchain/binutils/patches/2.39/043-Re-PR29466-APP-NO_APP-with-linefile.patch
@@ -0,0 +1,27 @@
+From 4233be14a34d754a70b8b6f6fa42d21f35c6e030 Mon Sep 17 00:00:00 2001
+From: Alan Modra <amodra@gmail.com>
+Date: Sat, 10 Sep 2022 07:30:57 +0930
+Subject: [PATCH 043/160] Re: PR29466, APP/NO_APP with linefile
+
+It looks like I copied the SIZE init across from
+binutils/testsuite/config/default.exp without some necessary editing.
+
+ PR 29466
+ * testsuite/config/default.exp (SIZE): Adjust relative path.
+
+(cherry picked from commit 1180f540d5f2f7751b5309bdd6c38d69fcf699e7)
+---
+ gas/testsuite/config/default.exp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/gas/testsuite/config/default.exp
++++ b/gas/testsuite/config/default.exp
+@@ -53,7 +53,7 @@ if ![info exists NMFLAGS] then {
+ }
+
+ if ![info exists SIZE] then {
+- set SIZE [findfile $base_dir/size]
++ set SIZE [findfile $base_dir/../../binutils/size]
+ }
+
+ if ![info exists SIZEFLAGS] then {