[PATCH 2/14] [LoongArch] ABI Implementation

Joseph Myers joseph@codesourcery.com
Thu Aug 19 16:37:20 GMT 2021


On Thu, 19 Aug 2021, Paul Hua via Libc-alpha wrote:

>         * sysdeps/loongarch/__longjmp.S: New file.

glibc no longer uses GNU ChangeLog format.  You can remove the ChangeLog 
entries from all patches in the series.

>         * sysdeps/loongarch/tls-macros.h: Likewise.

glibc no longer has tls-macros.h files.  You can remove this file.

> +#ifdef __LP64__
> +#define __WORDSIZE 64
> +#else

Throughout the patch series, note that glibc uses "# " for nested 
preprocessor directives, so

# define __WORDSIZE 64

here.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list