This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
FangSoftSoft
/
sectorlisp
oglindă de
https://github.com/jart/sectorlisp.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
main
Ramuri
Etichete
friendly
jcc
main
reform
tailcall
sectorlisp
/
sectorlisp.lds
sectorlisp.lds
121 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
12
ENTRY(_start)
SECTIONS {
. = 0;
.text : {
*(.text)
*(.rodata .rodata.*)
}
/DISCARD/ : {
*(.*)
}
}