This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 06/17] RISC-V: Startup and Dynamic Loading Code


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]