diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 00:15:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 00:15:51 -0300 |
commit | 43a5bcc4818d2b06b0dbc8f53c9b9c26150e7dc6 (patch) | |
tree | 5178fe6d32627d77375f7651dd06b06d6acf06eb /libre-testing/grub/fix_stack_pointer_handling_16_relocator.patch | |
parent | ff0f66c534f9f5d0c042c3eaf48bd7e52d94fa34 (diff) | |
download | abslibre-43a5bcc4818d2b06b0dbc8f53c9b9c26150e7dc6.tar.gz abslibre-43a5bcc4818d2b06b0dbc8f53c9b9c26150e7dc6.tar.bz2 abslibre-43a5bcc4818d2b06b0dbc8f53c9b9c26150e7dc6.zip |
grub-2.00-1: adding new grub to [libre] repo on abslibre
Diffstat (limited to 'libre-testing/grub/fix_stack_pointer_handling_16_relocator.patch')
-rw-r--r-- | libre-testing/grub/fix_stack_pointer_handling_16_relocator.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-testing/grub/fix_stack_pointer_handling_16_relocator.patch b/libre-testing/grub/fix_stack_pointer_handling_16_relocator.patch deleted file mode 100644 index edc0ef502..000000000 --- a/libre-testing/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 |