On Wed, Nov 14, 2018 at 06:27:33PM +0100, Alexander Graf wrote: > This patch adds a 32/64 capable setjmp implementation for RISC-V. > > Signed-off-by: Alexander Graf <ag...@suse.de> > Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> > --- > grub-core/lib/riscv/setjmp.S | 82 > +++++++++++++++++++++++++++++++++++++++++++ > include/grub/riscv32/setjmp.h | 27 ++++++++++++++ > include/grub/riscv64/setjmp.h | 27 ++++++++++++++ > 3 files changed, 136 insertions(+) > create mode 100644 grub-core/lib/riscv/setjmp.S > create mode 100644 include/grub/riscv32/setjmp.h > create mode 100644 include/grub/riscv64/setjmp.h > > diff --git a/grub-core/lib/riscv/setjmp.S b/grub-core/lib/riscv/setjmp.S > new file mode 100644 > index 000000000..053e2e6ba > --- /dev/null > +++ b/grub-core/lib/riscv/setjmp.S > @@ -0,0 +1,82 @@ > +/* > + * GRUB -- GRand Unified Bootloader > + * Copyright (C) 2013 Free Software Foundation, Inc.
s/2013/2018/ Please fix this here and in other places/patches. Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel