From 9b8ae113c3008d9849c9c711a595e3b8037439f1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 11 Feb 2013 13:33:37 -0200 Subject: grub-2.00-1.2: updating revision" * Remove obsolete files * Fixing OS parameter on 10_linux.in for others distros --- libre/grub/fix_stack_pointer_handling_16_relocator.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libre/grub/fix_stack_pointer_handling_16_relocator.patch (limited to 'libre/grub/fix_stack_pointer_handling_16_relocator.patch') diff --git a/libre/grub/fix_stack_pointer_handling_16_relocator.patch b/libre/grub/fix_stack_pointer_handling_16_relocator.patch deleted file mode 100644 index edc0ef502..000000000 --- a/libre/grub/fix_stack_pointer_handling_16_relocator.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/grub-core/lib/i386/relocator16.S b/grub-core/lib/i386/relocator16.S -index c3768f4..982415d 100644 ---- a/grub-core/lib/i386/relocator16.S -+++ b/grub-core/lib/i386/relocator16.S -@@ -130,7 +130,7 @@ VARIABLE(grub_relocator16_ss) - .byte 0xb8 - VARIABLE(grub_relocator16_sp) - .word 0 -- movw %ax, %ss -+ movzwl %ax, %esp - - /* movw imm32, %edx. */ - .byte 0x66, 0xba -- cgit v1.2.3