mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
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
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ SECTIONS
|
|||
_sctors = . ;
|
||||
*(.ctors) /* Old ABI: Unallocated */
|
||||
*(.init_array) /* New ABI: Allocated */
|
||||
_edtors = . ;
|
||||
_ectors = . ;
|
||||
}
|
||||
|
||||
.dtors :
|
||||
|
|
Loading…
Reference in a new issue