Re: GRUB 2.04 release

2019-07-09 Thread Daniel Kiper
On Fri, Jul 05, 2019 at 12:12:40PM +0200, Daniel Kiper wrote: > Hi all, > > GRUB maintainers are proud to announce GRUB 2.04 that has been just released. > You can find list of new features and major fixes since release 2.02 in the > NEWS file. > > We would like to thank all the people who have con

[PATCH] configure: Add -fno-ident when available

2019-07-09 Thread Vladimir 'phcoder' Serbinenko
On mingw i386-pc without this option mingw generates a rdata$zzz symbol that is page-aligned and hence lzma_decompress no longer fits in its allocated space. With mingw this also saves a bit of space in modules On other platforms we should already strip this, so no effect --- configure.ac | 23 +++

Re: [PATCH] riscv: fix computation of pc-relative relocation offset

2019-07-09 Thread Chester Lin
On Wed, Jun 26, 2019 at 16:50:03 +0200, Andreas Schwab wrote: > The offset calculation was missing the relocation addend. > > Signed-off-by: Andreas Schwab > --- > util/grub-mkimagexx.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/util/grub-mkimagexx.c b/util/gru