summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch')
-rw-r--r--meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch b/meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch
deleted file mode 100644
index 450f65f7..00000000
--- a/meta-microblaze/recipes-devtools/binutils/binutils/0030-ld-emulparams-elf64microblaze-Fix-emulation-generati.patch
+++ /dev/null
@@ -1,45 +0,0 @@
1From 62107ba949fe70e5ae0573147d82cbb52bd1fc08 Mon Sep 17 00:00:00 2001
2From: Mahesh Bodapati <mbodapat@xilinx.com>
3Date: Mon, 8 Nov 2021 22:01:23 +0530
4Subject: [PATCH 30/34] ld/emulparams/elf64microblaze: Fix emulation generation
5
6Compilation fails when building ld-new with:
7
8ldemul.o:(.data.rel+0x820): undefined reference to `ld_elf64microblazeel_emulation'
9ldemul.o:(.data.rel+0x828): undefined reference to `ld_elf64microblaze_emulation'
10
11The error appears to be that the elf64 files were referencing the elf32 emulation.
12
13Upstream-Status: Pending
14
15Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
16---
17 ld/emulparams/elf64microblaze.sh | 2 +-
18 ld/emulparams/elf64microblazeel.sh | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21diff --git a/ld/emulparams/elf64microblaze.sh b/ld/emulparams/elf64microblaze.sh
22index 9c7b0eb7080..7b4c7c411bd 100644
23--- a/ld/emulparams/elf64microblaze.sh
24+++ b/ld/emulparams/elf64microblaze.sh
25@@ -19,5 +19,5 @@ NOP=0x80000000
26 #$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
27 #OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = _end + 0x1000);'
28
29-TEMPLATE_NAME=elf32
30+TEMPLATE_NAME=elf
31 #GENERATE_SHLIB_SCRIPT=yes
32diff --git a/ld/emulparams/elf64microblazeel.sh b/ld/emulparams/elf64microblazeel.sh
33index 9c7b0eb7080..7b4c7c411bd 100644
34--- a/ld/emulparams/elf64microblazeel.sh
35+++ b/ld/emulparams/elf64microblazeel.sh
36@@ -19,5 +19,5 @@ NOP=0x80000000
37 #$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
38 #OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = _end + 0x1000);'
39
40-TEMPLATE_NAME=elf32
41+TEMPLATE_NAME=elf
42 #GENERATE_SHLIB_SCRIPT=yes
43--
442.37.1 (Apple Git-137.1)
45