This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
FangSoftSoft
/
sectorlisp
kopia lustrzana
https://github.com/jart/sectorlisp.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
main
Gałęzie
Tagi
friendly
jcc
main
reform
tailcall
sectorlisp
/
sectorlisp.lds
sectorlisp.lds
121 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
12
ENTRY(_start)
SECTIONS {
. = 0;
.text : {
*(.text)
*(.rodata .rodata.*)
}
/DISCARD/ : {
*(.*)
}
}