[v2,01/14] LoongArch: Update NEWS and README for the LoongArch port.

Message ID 20211231064455.1030051-2-caiyinyu@loongson.cn
State Superseded
Headers
Series GLIBC LoongArch PATCHES |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

caiyinyu Dec. 31, 2021, 6:44 a.m. UTC
  ---
 NEWS   | 2 ++
 README | 1 +
 2 files changed, 3 insertions(+)
  

Comments

Adhemerval Zanella Jan. 4, 2022, 1:30 p.m. UTC | #1
On 31/12/2021 03:44, caiyinyu wrote:
> ---
>  NEWS   | 2 ++
>  README | 1 +
>  2 files changed, 3 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 4762bfcc4e..c78143cc67 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -9,6 +9,8 @@ Version 2.35
>  
>  Major new features:
>  
> +* Add LoongArch Port.  Loongson Ltd.
> +
>  * Unicode 14.0.0 Support: Character encoding, character type info, and
>    transliteration tables are all updated to Unicode 14.0.0, using
>    generator scripts contributed by Mike FABIAN (Red Hat).

Please follow other ports description, such the recent one for or1k [1],
by adding the minimum binutils, gcc, and Linux version required along
with the triple name and any other relevant information (32/64-bit, 
endianess, time_t, LFS support, etc).

Also put the addition at the end of the list.

> diff --git a/README b/README
> index d0f0edb393..f0812d7a80 100644
> --- a/README
> +++ b/README
> @@ -31,6 +31,7 @@ The GNU C Library supports these configurations for using Linux kernels:
>  	i[4567]86-*-linux-gnu
>  	x86_64-*-linux-gnu	Can build either x86_64 or x32
>  	ia64-*-linux-gnu
> +	loongarch64-*-linux-gnu
>  	m68k-*-linux-gnu
>  	microblaze*-*-linux-gnu
>  	mips-*-linux-gnu

[1] https://patchwork.sourceware.org/project/glibc/patch/20220104031414.2416928-14-shorne@gmail.com/
  
caiyinyu April 15, 2022, 1:28 a.m. UTC | #2
在 2022/1/4 下午9:30, Adhemerval Zanella 写道:
> On 31/12/2021 03:44, caiyinyu wrote:
>> ---
>>   NEWS   | 2 ++
>>   README | 1 +
>>   2 files changed, 3 insertions(+)
>>
>> diff --git a/NEWS b/NEWS
>> index 4762bfcc4e..c78143cc67 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -9,6 +9,8 @@ Version 2.35
>>   
>>   Major new features:
>>   
>> +* Add LoongArch Port.  Loongson Ltd.
>> +
>>   * Unicode 14.0.0 Support: Character encoding, character type info, and
>>     transliteration tables are all updated to Unicode 14.0.0, using
>>     generator scripts contributed by Mike FABIAN (Red Hat).
> Please follow other ports description, such the recent one for or1k [1],
> by adding the minimum binutils, gcc, and Linux version required along
> with the triple name and any other relevant information (32/64-bit,
> endianess, time_t, LFS support, etc).
>
> Also put the addition at the end of the list.
>
>> diff --git a/README b/README
>> index d0f0edb393..f0812d7a80 100644
>> --- a/README
>> +++ b/README
>> @@ -31,6 +31,7 @@ The GNU C Library supports these configurations for using Linux kernels:
>>   	i[4567]86-*-linux-gnu
>>   	x86_64-*-linux-gnu	Can build either x86_64 or x32
>>   	ia64-*-linux-gnu
>> +	loongarch64-*-linux-gnu
>>   	m68k-*-linux-gnu
>>   	microblaze*-*-linux-gnu
>>   	mips-*-linux-gnu
> [1]https://patchwork.sourceware.org/project/glibc/patch/20220104031414.2416928-14-shorne@gmail.com/


Fixed.
  

Patch

diff --git a/NEWS b/NEWS
index 4762bfcc4e..c78143cc67 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@  Version 2.35
 
 Major new features:
 
+* Add LoongArch Port.  Loongson Ltd.
+
 * Unicode 14.0.0 Support: Character encoding, character type info, and
   transliteration tables are all updated to Unicode 14.0.0, using
   generator scripts contributed by Mike FABIAN (Red Hat).
diff --git a/README b/README
index d0f0edb393..f0812d7a80 100644
--- a/README
+++ b/README
@@ -31,6 +31,7 @@  The GNU C Library supports these configurations for using Linux kernels:
 	i[4567]86-*-linux-gnu
 	x86_64-*-linux-gnu	Can build either x86_64 or x32
 	ia64-*-linux-gnu
+	loongarch64-*-linux-gnu
 	m68k-*-linux-gnu
 	microblaze*-*-linux-gnu
 	mips-*-linux-gnu