Adda minimal gcc config. This is just enough to build the bits of csu we
get from gcc, and libgcc_eh. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
840f7c2dc1
commit
6dd9f5b375
3
contrib/gcc/config/aarch64/aarch64.h
Normal file
3
contrib/gcc/config/aarch64/aarch64.h
Normal file
@ -0,0 +1,3 @@
|
||||
/* $FreeBSD */
|
||||
|
||||
#define FIRST_PSEUDO_REGISTER 67
|
6
contrib/gcc/config/aarch64/freebsd.h
Normal file
6
contrib/gcc/config/aarch64/freebsd.h
Normal file
@ -0,0 +1,6 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#undef INIT_SECTION_ASM_OP
|
||||
#undef FINI_SECTION_ASM_OP
|
||||
#define INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init_array,\"aw\",%init_array"
|
||||
#define FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\",%fini_array"
|
Loading…
x
Reference in New Issue
Block a user