Re: [PATCH] x86-64: Treat R_X86_64_PLT32 as R_X86_64_PC32

2018-02-23 Thread Daniel Kiper
On Tue, Feb 20, 2018 at 06:16:03PM +0100, Daniel Kiper wrote:
> On Sat, Feb 17, 2018 at 06:47:28AM -0800, H.J. Lu wrote:
> > Starting from binutils commit bd7ab16b4537788ad53521c45469a1bdae84ad4a:
> >
> > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bd7ab16b4537788ad53521c45469a1bdae84ad4a
> >
> > x86-64 assembler generates R_X86_64_PLT32, instead of R_X86_64_PC32, for
> > 32-bit PC-relative branches.  Grub2 should treat R_X86_64_PLT32 as
> > R_X86_64_PC32.
> >
> > Signed-off-by: H.J. Lu 
>
> Reviewed-by: Daniel Kiper 

Applied!

FYI, this is last time when I sent commit confirmation.
If I send one in the future then this will be rather
exception than rule. So, if you receive my reviewed-by
and patch is not committed in a week or two then it means
that it fallen into abyss and you have to ping me.

Have a nice weekend,

Daniel

___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel


Re: [PATCH] x86-64: Treat R_X86_64_PLT32 as R_X86_64_PC32

2018-02-20 Thread Daniel Kiper
On Sat, Feb 17, 2018 at 06:47:28AM -0800, H.J. Lu wrote:
> Starting from binutils commit bd7ab16b4537788ad53521c45469a1bdae84ad4a:
>
> https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bd7ab16b4537788ad53521c45469a1bdae84ad4a
>
> x86-64 assembler generates R_X86_64_PLT32, instead of R_X86_64_PC32, for
> 32-bit PC-relative branches.  Grub2 should treat R_X86_64_PLT32 as
> R_X86_64_PC32.
>
> Signed-off-by: H.J. Lu 

Reviewed-by: Daniel Kiper 

Daniel

___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel