summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch')
-rw-r--r--meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch b/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch
deleted file mode 100644
index 4483a89e..00000000
--- a/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From 9e0ee97de976d840819e2fa27d0baa7a6aa8e7d4 Mon Sep 17 00:00:00 2001
2From: Mahesh Bodapati <mbodapat@xilinx.com>
3Date: Fri, 28 Oct 2022 13:57:48 +0530
4Subject: [PATCH 34/34] By default the linker will generate warnings if it is
5 creating an executable stack or a segment with all three of read, write and
6 execute permissions. These settings are not appropriate for all targets
7
8Upstream-Status: Pending
9
10Signed-off-by: Mark Hatle <mark.hatle@amd.com>
11
12---
13 ld/configure.tgt | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/ld/configure.tgt b/ld/configure.tgt
17index e3fd0c2452b..6d6db66b99b 100644
18--- a/ld/configure.tgt
19+++ b/ld/configure.tgt
20@@ -55,6 +55,7 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then
21 cris-*-* | crisv32-*-* | \
22 hppa*-*-* | \
23 mips*-*-* | \
24+ microblaze*-*-* | \
25 sparc*-*-* | \
26 v850*-*-*)
27 ac_default_ld_warn_rwx_segments=0
28--
292.17.1
30