From: Vladimir Serbinenko Date: Fri, 27 Dec 2013 10:20:37 +0000 (+0100) Subject: Merge branch 'master' of git.sv.gnu.org:/srv/git/grub X-Git-Tag: 2.02-beta3~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645ff636fec53d48b93be436c1f15bd43b2bc1a7;p=thirdparty%2Fgrub.git Merge branch 'master' of git.sv.gnu.org:/srv/git/grub Conflicts: ChangeLog --- 645ff636fec53d48b93be436c1f15bd43b2bc1a7 diff --cc ChangeLog index 153bc43c1,53f048128..da3c2dfdf --- a/ChangeLog +++ b/ChangeLog @@@ -1,10 -1,12 +1,19 @@@ - 2013-12-25 Vladimir Serbinenko ++2013-12-27 Vladimir Serbinenko + + * grub-core/kern/arm/cache_armv6.S: Remove .arch directive. + + As these functions are used on pre-ARMv6 CPUs as well we don't want + to make assembler assume that architecture is higher than default one. + + 2013-12-27 Colin Watson + + * NEWS: First draft of 2.02 entry. + + 2013-12-27 Colin Watson + + * INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes. + * docs/grub.texi (Getting the source code): Likewise. + 2013-12-25 Andrey Borzenkov * grub-core/osdep/windows/platform.c (get_platform): Fix EFI