[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/5] loongarch: add relaxation support
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v2 0/5] loongarch: add relaxation support |
Date: |
Mon, 12 Jun 2023 15:16:25 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Jun 07, 2023 at 03:34:52PM +0800, Xiaotian Wu wrote:
> Because the binutils of the loongarch architecture adds relaxation support
> [1], the next version of binutils will not be able to build grub.
>
> So we added the R_LARCH_B16, R_LARCH_B21 and R_LARCH_RELAX relocations to
> enhance grub compatibility.
>
> [1]:
> https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=56576f4a722b7398d35802ecf7d4185c27d6d69b
>
> v1->v2:
> - split patch
> - drop cast code
>
> Xiaotian Wu (5):
> Use the correct format specifier for formatted output
> loongarch: Optimize code using pc variable
> loongarch: Rename function names
> loongarch: Add ELF relocation types documentation and comments
For the patches 1-4 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>...
Daniel
- Re: [PATCH v2 0/5] loongarch: add relaxation support, (continued)
Re: [PATCH v2 0/5] loongarch: add relaxation support, Xiaotian Wu, 2023/06/12
- Re: [PATCH v2 0/5] loongarch: add relaxation support, mengqinggang, 2023/06/13
- Re: [PATCH v2 0/5] loongarch: add relaxation support, WANG Xuerui, 2023/06/12
- Re: [PATCH v2 0/5] loongarch: add relaxation support, Xiaotian Wu, 2023/06/13
- Re: [PATCH v2 0/5] loongarch: add relaxation support, mengqinggang, 2023/06/13
- Re: [PATCH v2 0/5] loongarch: add relaxation support, Xiaotian Wu, 2023/06/13
- Re: [PATCH v2 0/5] loongarch: add relaxation support, Xiaotian Wu, 2023/06/13
- Re: [PATCH v2 0/5] loongarch: add relaxation support, mengqinggang, 2023/06/13
Re: [PATCH v2 0/5] loongarch: add relaxation support,
Daniel Kiper <=