From 859c853ee4ecbb8ee958e3b61e12fca9aca8cd53 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 15 Apr 2019 09:55:41 -0500 Subject: syslinux-6.04.pre2.r11.gbf6db5b4-1.par1: updating version --- libre/syslinux/strip_note_section.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 libre/syslinux/strip_note_section.patch (limited to 'libre/syslinux/strip_note_section.patch') diff --git a/libre/syslinux/strip_note_section.patch b/libre/syslinux/strip_note_section.patch deleted file mode 100644 index b71b69d07..000000000 --- a/libre/syslinux/strip_note_section.patch +++ /dev/null @@ -1,29 +0,0 @@ -Author: Lukas Schwaighofer -Description: Strip the .note.gnu.property section for the mbr. This section is - added since binutils Debian version 2.31.1-2 and causes mbr.bin to grow in - size beyond what can fit into the master boot record. ---- - mbr/i386/mbr.ld | 1 + - mbr/x86_64/mbr.ld | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/mbr/i386/mbr.ld b/mbr/i386/mbr.ld -index d14ba80..5368346 100644 ---- a/mbr/i386/mbr.ld -+++ b/mbr/i386/mbr.ld -@@ -70,4 +70,5 @@ SECTIONS - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - /DISCARD/ : { *(.note.GNU-stack) } -+ /DISCARD/ : { *(.note.gnu.property) } - } -diff --git a/mbr/x86_64/mbr.ld b/mbr/x86_64/mbr.ld -index ae27d49..b8c0d89 100644 ---- a/mbr/x86_64/mbr.ld -+++ b/mbr/x86_64/mbr.ld -@@ -69,4 +69,5 @@ SECTIONS - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - /DISCARD/ : { *(.note.GNU-stack) } -+ /DISCARD/ : { *(.note.gnu.property) } - } -- cgit v1.2.3