Replace Travis CI with Github workflow
This commit is contained in:
@@ -41,6 +41,13 @@ SECTIONS {
|
||||
*(.text*);
|
||||
} =0
|
||||
|
||||
.text.unlikely :
|
||||
ALIGN(4)
|
||||
{
|
||||
src/crt0.o(.text.unlikely);
|
||||
*(.text.unlikely*);
|
||||
} =0
|
||||
|
||||
script_data :
|
||||
ALIGN(4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user