OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [glibc/] [sysdeps/] [riscv/] [crti.S] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
/* Facilitate pthread initialization using init_array.  */
2
 
3
#ifdef PREINIT_FUNCTION
4
 
5
#if PREINIT_FUNCTION_WEAK
6
# error PREINIT_FUNCTION_WEAK is unsupported
7
#endif
8
 
9
        .section .init_array, "aw"
10
#ifdef __riscv64
11
        .dword PREINIT_FUNCTION
12
#else
13
        .word PREINIT_FUNCTION
14
#endif
15
 
16
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.