aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-02-26 12:55:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:14:40 +0000
commita2f5a228422f9807fa21de88ad589853817695f8 (patch)
tree79414b1959599533f1ce43a490d2a49f1b6770a0 /meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch
parent79a378a47e9a87c42337a846317b556e16e89664 (diff)
downloadopenembedded-core-contrib-a2f5a228422f9807fa21de88ad589853817695f8.tar.gz
binutils: Delete recipes for 2.22
We have 2.23.1 as default now. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch b/meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch
deleted file mode 100644
index 657d6739eb..0000000000
--- a/meta/recipes-devtools/binutils/binutils/0039-emulparams-elf32bmip.sh-OTHER_SECTIONS-Put-.mdebug.-.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Upstream-Status: Backport
-
-From 80041361bf80194da35c5efb842125f3ce1d2bf2 Mon Sep 17 00:00:00 2001
-From: Joseph Myers <joseph@codesourcery.com>
-Date: Tue, 20 Dec 2011 18:00:03 +0000
-Subject: [PATCH 039/262] * emulparams/elf32bmip.sh (OTHER_SECTIONS):
- Put .mdebug.* and .gcc_compiled_long* sections
- at address 0.
-
----
- ld/ChangeLog | 5 +++++
- ld/emulparams/elf32bmip.sh | 16 ++++++++--------
- 2 files changed, 13 insertions(+), 8 deletions(-)
-
-2011-12-20 Joseph Myers <joseph@codesourcery.com>
-
- * emulparams/elf32bmip.sh (OTHER_SECTIONS): Put .mdebug.* and
- .gcc_compiled_long* sections at address 0.
-
-diff --git a/ld/emulparams/elf32bmip.sh b/ld/emulparams/elf32bmip.sh
-index 44a0b8a..f0fcd2c 100644
---- a/ld/emulparams/elf32bmip.sh
-+++ b/ld/emulparams/elf32bmip.sh
-@@ -64,14 +64,14 @@ OTHER_BSS_SYMBOLS='_fbss = .;'
- OTHER_SECTIONS='
- .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
- .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
-- .mdebug.abi32 : { KEEP(*(.mdebug.abi32)) }
-- .mdebug.abiN32 : { KEEP(*(.mdebug.abiN32)) }
-- .mdebug.abi64 : { KEEP(*(.mdebug.abi64)) }
-- .mdebug.abiO64 : { KEEP(*(.mdebug.abiO64)) }
-- .mdebug.eabi32 : { KEEP(*(.mdebug.eabi32)) }
-- .mdebug.eabi64 : { KEEP(*(.mdebug.eabi64)) }
-- .gcc_compiled_long32 : { KEEP(*(.gcc_compiled_long32)) }
-- .gcc_compiled_long64 : { KEEP(*(.gcc_compiled_long64)) }
-+ .mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
-+ .mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
-+ .mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
-+ .mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
-+ .mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
-+ .mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
-+ .gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
-+ .gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
- '
- ARCH=mips
- MACHINE=
---
-1.7.9.5
-