mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix a misnamed symbol in a linker script. I don't think that this symbol is used
This commit is contained in:
@@ -89,7 +89,7 @@ SECTIONS
|
||||
_sctors = . ;
|
||||
*(.ctors) /* Old ABI: Unallocated */
|
||||
*(.init_array) /* New ABI: Allocated */
|
||||
_edtors = . ;
|
||||
_ectors = . ;
|
||||
}
|
||||
|
||||
.dtors :
|
||||
|
||||
Reference in New Issue
Block a user