Fix a misnamed symbol in a linker script. I don't think that this symbol is used
This commit is contained in:
parent
81ab453f6a
commit
56dee97fbf
@ -89,7 +89,7 @@ SECTIONS
|
||||
_sctors = . ;
|
||||
*(.ctors) /* Old ABI: Unallocated */
|
||||
*(.init_array) /* New ABI: Allocated */
|
||||
_edtors = . ;
|
||||
_ectors = . ;
|
||||
}
|
||||
|
||||
.dtors :
|
||||
|
Loading…
Reference in New Issue
Block a user