annotate core/grub/patch-clang.patch @ 993:2cdbc5f913f0

kde/kactivities: initial import, closes #1786
author David Demelier <markand@malikania.fr>
date Wed, 28 Aug 2019 20:48:00 +0200
parents fc7a2268d9a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
764
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 --- grub-core/boot/i386/pc/startup_raw.S.orig 2019-08-08 07:18:39.284272833 +0000
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 +++ grub-core/boot/i386/pc/startup_raw.S 2019-08-08 07:18:56.876273374 +0000
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 @@ -118,7 +118,9 @@
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
4
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 #include "../../../kern/i386/realmode.S"
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
6
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 +#define addrsig text
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 #include <rs_decoder.h>
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 +#undef addrsig
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
10
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 .text
fc7a2268d9a6 core/grub: fix build with llvm, but still requires binutils
David Demelier <markand@malikania.fr>
parents:
diff changeset
12