This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
DragonOS-Community
/
DragonOS
mirror da
https://github.com/DragonOS-Community/DragonOS.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
:heavy_minus_sign: 删除.eh_frame段
fslongjin
3 anni fa
parent
fa273198b3
commit
ea4981df4d
1 ha cambiato i file
con
0 aggiunte
e
4 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
4
kernel/link.lds
+ 0
- 4
kernel/link.lds
Vedi File
@@ -41,10 +41,6 @@ SECTIONS
_ebss = .;
}
- .eh_frame :
- {
- *(.eh_frame)
- }
_end = .;
}