From 54f8fd94359a6d8978a1ca2f9545012cc0c53802 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Jan 26 2016 12:47:52 +0000 Subject: ooops - fix typo in previous delta --- diff --git a/binutils-2.25-kernel-ld-r.patch b/binutils-2.25-kernel-ld-r.patch index 2a485fe..edf99f3 100644 --- a/binutils-2.25-kernel-ld-r.patch +++ b/binutils-2.25-kernel-ld-r.patch @@ -2336,7 +2336,7 @@ diff -rup binutils-2.25/ld/scripttempl/pe.sc binutils-2.25.patched/ld/scripttemp EOF --- binutils-2.26.orig/ld/emultempl/avrelf.em 2016-01-26 11:00:32.210889045 +0000 +++ binutils-2.26/ld/emultempl/avrelf.em 2016-01-26 11:00:41.222943557 +0000 -@@ -209,6 +209,6 @@ avr_finish (void) +@@ -209,7 +209,7 @@ avr_finish (void) else elf_elfheader (abfd)->e_flags &= ~EF_AVR_LINKRELAX_PREPARED; @@ -2344,3 +2344,4 @@ diff -rup binutils-2.25/ld/scripttempl/pe.sc binutils-2.25.patched/ld/scripttemp + gld${EMULATION_NAME}_finish (); } EOF + diff --git a/binutils.spec b/binutils.spec index ba1f105..743ab79 100644 --- a/binutils.spec +++ b/binutils.spec @@ -48,7 +48,7 @@ Patch09: binutils-2.22.52.0.1-export-demangle.h.patch Patch10: binutils-2.22.52.0.4-no-config-h-check.patch # Fix addr2line to use the dynamic symbol table if it could not find any ordinary symbols. Patch11: binutils-2.23.52.0.1-addr2line-dynsymtab.patch -# Patch12: binutils-2.23.2-kernel-ld-r.patch +# H.J's convoluted kernel building patch. Patch12: binutils-2.25-kernel-ld-r.patch # Correct bug introduced by patch 12 Patch13: binutils-2.23.2-aarch64-em.patch