public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: caiyinyu <caiyinyu@loongson.cn>
To: Adhemerval Zanella <adhemerval.zanella@linaro.org>,
	libc-alpha@sourceware.org
Cc: xuchenghua@loongson.cn
Subject: Re: [PATCH v2 04/14] LoongArch: ABI Implementation
Date: Fri, 15 Apr 2022 09:28:24 +0800	[thread overview]
Message-ID: <67a80d85-7ab3-1d49-5a99-047ffa2a786e@loongson.cn> (raw)
In-Reply-To: <2ee245d3-59af-ce52-c33d-c252527469a1@linaro.org>


在 2022/1/4 下午9:46, Adhemerval Zanella 写道:
> On 31/12/2021 03:44, caiyinyu wrote:
>
>> diff --git a/sysdeps/loongarch/bits/wordsize.h b/sysdeps/loongarch/bits/wordsize.h
>> new file mode 100644
>> index 0000000000..0a83454b08
>> --- /dev/null
>> +++ b/sysdeps/loongarch/bits/wordsize.h
>> @@ -0,0 +1,25 @@
>> +/* Determine the wordsize from the preprocessor defines.
>> +   Copyright (C) 2021 Free Software Foundation, Inc.
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library; if not, see
>> +<https://www.gnu.org/licenses/>.  */
>> +
>> +#ifdef __LP64__
>> +#define __WORDSIZE 64
>> +#else
>> +#define __WORDSIZE 32
>> +#endif
>> +
>> +#define __WORDSIZE_TIME64_COMPAT32 0
> You stated you only supported 64-bit ABI and it should imply in wordsize-64,
> so why do you need to provide an arch-specific wordsize.h?

Fixed by using generic code.

>> +END (_dl_runtime_resolve)
>> diff --git a/sysdeps/loongarch/gccframe.h b/sysdeps/loongarch/gccframe.h
>> new file mode 100644
>> index 0000000000..19996f3ce3
>> --- /dev/null
>> +++ b/sysdeps/loongarch/gccframe.h
>> @@ -0,0 +1,21 @@
>> +/* Definition of object in frame unwind info.
>> +   Copyright (C) 2021 Free Software Foundation, Inc.
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library.  If not, see
>> +<https://www.gnu.org/licenses/>.  */
>> +
>> +#define FIRST_PSEUDO_REGISTER 74
>> +
>> +#include <sysdeps/generic/gccframe.h>
> Why do you need to add it? It is used solely on unwind code used only for
> compat code on old ABIs.
Fixed by removing gccframe.h.
>> diff --git a/sysdeps/loongarch/memusage.h b/sysdeps/loongarch/memusage.h
>> new file mode 100644
>> index 0000000000..bdf24bb276
>> --- /dev/null
>> +++ b/sysdeps/loongarch/memusage.h
>> @@ -0,0 +1,25 @@
>> +/* Machine-specific definitions for memory usage profiling.
>> +   Copyright (C) 2021 Free Software Foundation, Inc.
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library.  If not, see
>> +<https://www.gnu.org/licenses/>.  */
>> +
>> +#define GETSP() \
>> +  ({ \
>> +    register uintptr_t stack_ptr asm("$sp"); \
>> +    stack_ptr; \
>> +  })
>> +
>> +#include <sysdeps/generic/memusage.h>
> There is no need to add this header.
Fixed by removing memusage.h
>> diff --git a/sysdeps/unix/sysv/linux/loongarch/ldconfig.h b/sysdeps/unix/sysv/linux/loongarch/ldconfig.h
>> new file mode 100644
>> index 0000000000..126f0860e9
>> --- /dev/null
>> +++ b/sysdeps/unix/sysv/linux/loongarch/ldconfig.h
>> @@ -0,0 +1,30 @@
>> +/* ldconfig default paths and libraries.
>> +   Copyright (C) 2001-2021 Free Software Foundation, Inc.
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library.  If not, see
>> +<http://www.gnu.org/licenses/>.  */
>> +
>> +#include <sysdeps/generic/ldconfig.h>
>> +
>> +#ifdef __loongarch_lp64
>> +#define SYSDEP_KNOWN_INTERPRETER_NAMES \
>> +  { "/lib64/ld-linux-loongarch-lp64d.so.1", FLAG_ELF_LIBC6 },
>> +#else
>> +#error cannot determine ABI
>> +#endif
>> +
> Do you plan to support multilib with different ABIs in the same system? Otherwise
> I think adding another SYSDEP_KNOWN_INTERPRETER_NAMES does not add much.
Fixed.
>> +#define SYSDEP_KNOWN_LIBRARY_NAMES	\
>> +  { "libc.so.6", FLAG_ELF_LIBC6 },	\
>> +  { "libm.so.6", FLAG_ELF_LIBC6 },
>> diff --git a/sysdeps/unix/sysv/linux/loongarch/localplt.data b/sysdeps/unix/sysv/linux/loongarch/localplt.data
>> new file mode 100644
>> index 0000000000..817ab2659a
>> --- /dev/null
>> +++ b/sysdeps/unix/sysv/linux/loongarch/localplt.data
>> @@ -0,0 +1,12 @@
>> +# See scripts/check-localplt.awk for how this file is processed.
>> +# PLT use is required for the malloc family and for matherr because
>> +# users can define their own functions and have library internals call them.
>> +libc.so: calloc
>> +libc.so: free
>> +libc.so: malloc
>> +libc.so: realloc
>> +# The TLS-enabled version of these functions is interposed from libc.so.
>> +ld.so: _dl_signal_error
>> +ld.so: _dl_catch_error
>> +ld.so: _dl_signal_exception
>> +ld.so: _dl_catch_exception
> I think this file should be moved to the Linux ABI patch.

Fixed.

>> diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/fpu/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/loongarch/lp64/fpu/jmp_buf-macros.h
>> new file mode 100644
>> index 0000000000..a02865b4a5
>> --- /dev/null
>> +++ b/sysdeps/unix/sysv/linux/loongarch/lp64/fpu/jmp_buf-macros.h
>> @@ -0,0 +1,44 @@
>> +/* jump buffer constants for LoongArch.
>> +   Copyright (C) 2021 Free Software Foundation, Inc.
>> +
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library.  If not, see
>> +<https://www.gnu.org/licenses/>.  */
>> +
>> +/* Produced by this program:
>> +
>> +   #include <stdio.h>
>> +   #include <unistd.h>
>> +   #include <setjmp.h>
>> +   #include <stddef.h>
>> +
>> +   int main (int argc, char **argv)
>> +   {
>> +       printf ("#define JMP_BUF_SIZE %d\n", sizeof (jmp_buf));
>> +       printf ("#define JMP_BUF_ALIGN %d\n", __alignof__ (jmp_buf));
>> +       printf ("#define SIGJMP_BUF_SIZE %d\n", sizeof (sigjmp_buf));
>> +       printf ("#define SIGJMP_BUF_ALIGN %d\n", __alignof__ (sigjmp_buf));
>> +       printf ("#define MASK_WAS_SAVED_OFFSET %d\n",
>> +	       offsetof (struct __jmp_buf_tag, __mask_was_saved));
>> +       printf ("#define SAVED_MASK_OFFSET %d\n",
>> +	       offsetof (struct __jmp_buf_tag, __saved_mask));
>> +   } */
>> +
>> +#define JMP_BUF_SIZE 304
>> +#define JMP_BUF_ALIGN 8
>> +#define SIGJMP_BUF_SIZE 304
>> +#define SIGJMP_BUF_ALIGN 8
>> +#define MASK_WAS_SAVED_OFFSET 168
>> +#define SAVED_MASK_OFFSET 176
> Same as before.
Removed.
>> diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/nofpu/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/loongarch/lp64/nofpu/jmp_buf-macros.h
>> new file mode 100644
>> index 0000000000..835df05ce5
>> --- /dev/null
>> +++ b/sysdeps/unix/sysv/linux/loongarch/lp64/nofpu/jmp_buf-macros.h
>> @@ -0,0 +1,41 @@
>> +/* Copyright (C) 2020-2021 Free Software Foundation, Inc.
>> +
>> +   This file is part of the GNU C Library.
>> +
>> +   The GNU C Library is free software; you can redistribute it and/or
>> +   modify it under the terms of the GNU Lesser General Public
>> +   License as published by the Free Software Foundation; either
>> +   version 2.1 of the License, or (at your option) any later version.
>> +
>> +   The GNU C Library is distributed in the hope that it will be useful,
>> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>> +   Lesser General Public License for more details.
>> +
>> +   You should have received a copy of the GNU Lesser General Public
>> +   License along with the GNU C Library.  If not, see
>> +<https://www.gnu.org/licenses/>.  */
>> +
>> +/* Produced by this program:
>> +
>> +   #include <stdio.h>
>> +   #include <unistd.h>
>> +   #include <setjmp.h>
>> +   #include <stddef.h>
>> +
>> +   int main (int argc, char **argv)
>> +   {
>> +       printf ("#define JMP_BUF_SIZE %d\n", sizeof (jmp_buf));
>> +       printf ("#define JMP_BUF_ALIGN %d\n", __alignof__ (jmp_buf));
>> +       printf ("#define SIGJMP_BUF_SIZE %d\n", sizeof (sigjmp_buf));
>> +       printf ("#define SIGJMP_BUF_ALIGN %d\n", __alignof__ (sigjmp_buf));
>> +       printf ("#define MASK_WAS_SAVED_OFFSET %d\n", offsetof (struct __jmp_buf_tag, __mask_was_saved));
>> +       printf ("#define SAVED_MASK_OFFSET %d\n", offsetof (struct __jmp_buf_tag, __saved_mask));
>> +   } */
>> +
>> +# define JMP_BUF_SIZE 240
>> +# define JMP_BUF_ALIGN 8
>> +# define SIGJMP_BUF_SIZE 240
>> +# define SIGJMP_BUF_ALIGN 8
>> +# define MASK_WAS_SAVED_OFFSET 104
>> +# define SAVED_MASK_OFFSET 112
> Same as before.
Removed.


  reply	other threads:[~2022-04-15  1:28 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31  6:44 [PATCH v2 00/14] GLIBC LoongArch PATCHES caiyinyu
2021-12-31  6:44 ` [PATCH v2 01/14] LoongArch: Update NEWS and README for the LoongArch port caiyinyu
2022-01-04 13:30   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 02/14] LoongArch: Add LoongArch entries to config.h.in caiyinyu
2021-12-31  6:44 ` [PATCH v2 03/14] LoongArch: Add relocations and ELF flags to elf.h caiyinyu
2021-12-31  6:44 ` [PATCH v2 04/14] LoongArch: ABI Implementation caiyinyu
2022-01-04 13:46   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu [this message]
2021-12-31  6:44 ` [PATCH v2 05/14] LoongArch: Thread-Local Storage Support caiyinyu
2022-01-04 14:01   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 06/14] LoongArch: Generic <math.h> and soft-fp Routines caiyinyu
2022-01-04 14:05   ` Adhemerval Zanella
2022-01-04 20:31     ` Joseph Myers
2021-12-31  6:44 ` [PATCH v2 07/14] LoongArch: Atomic and Locking Routines caiyinyu
2022-01-04 14:09   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 08/14] LoongArch: Linux Syscall Interface caiyinyu
2022-01-04 14:20   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 09/14] LoongArch: Linux ABI caiyinyu
2021-12-31 17:37   ` Joseph Myers
2022-04-15  1:27     ` caiyinyu
2022-01-04 14:24   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 10/14] LoongArch: Linux Startup and Dynamic Loading Code caiyinyu
2022-01-04 14:27   ` Adhemerval Zanella
2022-04-15  1:28     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 11/14] LoongArch: Add ABI Lists caiyinyu
2021-12-31 17:43   ` Joseph Myers
2022-04-15  1:27     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 12/14] LoongArch: Build Infastructure caiyinyu
2022-01-04 14:33   ` Adhemerval Zanella
2021-12-31  6:44 ` [PATCH v2 13/14] LoongArch: Hard Float Support caiyinyu
2021-12-31 17:47   ` Joseph Myers
2022-04-15  1:27     ` caiyinyu
2021-12-31  6:44 ` [PATCH v2 14/14] LoongArch: Update build-many-glibcs.py for the LoongArch Port caiyinyu
2021-12-31 17:34 ` [PATCH v2 00/14] GLIBC LoongArch PATCHES Joseph Myers
2022-04-15  1:27   ` caiyinyu
2022-01-04 13:27 ` Adhemerval Zanella
2022-04-15  1:28   ` caiyinyu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67a80d85-7ab3-1d49-5a99-047ffa2a786e@loongson.cn \
    --to=caiyinyu@loongson.cn \
    --cc=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    --cc=xuchenghua@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).