From 01a8c731aacbdbed0eb5682d13cc074dc7e25fb3 Mon Sep 17 00:00:00 2001 From: Chenghua Xu Date: Sun, 23 May 2021 10:16:36 +0800 Subject: elf: Use official name LoongArch for EM_LOONGARCH. The official name for Loongson Architecture is LoongArch, it is better to use LoongArch instead of Loongson Loongarch for EM_LOONGARCH to avoid confusion and keep consistent with the various of software in the future. The official documentation in Chinese: http://www.loongson.cn/uploadfile/cpu/LoongArch.pdf The translated version in English: https://loongson.github.io/LoongArch-Documentation/ binutils/ * readelf.c (get_machine_name): Change Loongson Loongarch to LoongArch. include/ * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to LoongArch. --- include/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ChangeLog') diff --git a/include/ChangeLog b/include/ChangeLog index fdb2a7b..abe63e5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2021-05-23 Tiezhu Yang + + * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to + LoongArch. + 2021-05-21 Luis Machado * elf/common.h (NT_MEMTAG): New constant. -- cgit v1.1