annotate gnu/grub/patch-clang.patch @ 1216:6710613b88b9

misc: remove build function
author David Demelier <markand@malikania.fr>
date Wed, 29 Sep 2021 13:49:32 +0200
parents 6de02aa035d2
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