This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 06/17] RISC-V: Startup and Dynamic Loading Code
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Palmer Dabbelt <palmer at dabbelt dot com>
- Cc: <libc-alpha at sourceware dot org>, Andrew Waterman <andrew at sifive dot com>, Darius Rad <darius at bluespec dot com>, <dj at redhat dot com>, <patches at groups dot riscv dot org>
- Date: Thu, 25 Jan 2018 17:04:57 +0000
- Subject: Re: [PATCH 06/17] RISC-V: Startup and Dynamic Loading Code
- Authentication-results: sourceware.org; auth=none
- References: <20180125043621.19972-1-palmer@dabbelt.com> <20180125043621.19972-7-palmer@dabbelt.com>
On Wed, 24 Jan 2018, Palmer Dabbelt wrote:
> diff --git a/sysdeps/riscv/crti.S b/sysdeps/riscv/crti.S
I'm wondering if this file should be sysdeps/init_array/crti.S; it seems
entirely generic and analogous to sysdeps/init_array/pt-crti.S (and
nothing currently uses sysdeps/init_array - it was previously used by the
NaCl port - so putting the file in sysdeps/init_array couldn't break
anything for other ports).
--
Joseph S. Myers
joseph@codesourcery.com