Hi Yao,

On 2026-07-01T11:17:53, Yao Zi <[email protected]> wrote:
> elf: Define LoongArch bits
>
> They all come from glibc's elf.h
>
> Signed-off-by: Jiaxun Yang <[email protected]>
> Reviewed-by: Heinrich Schuchardt <[email protected]>
> Signed-off-by: Yao Zi <[email protected]>
>
> include/elf.h | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <[email protected]>

> diff --git a/include/elf.h b/include/elf.h
> @@ -225,7 +225,8 @@ typedef struct {
> -#define EM_NUM               92              /* number of machine types */
> +#define EM_LOONGARCH 258     /* LoongArch */
> +
>
>  /* Version */

Two blank lines are left between the new define and the /* Version */
comment. Please drop one.

Regards,
Simon

Reply via email to