Fix a misnamed symbol in a linker script. I don't think that this symbol is used

This commit is contained in:
Gregory Nutt 2015-05-04 13:45:24 -06:00
parent 81ab453f6a
commit 56dee97fbf

View file

@ -89,7 +89,7 @@ SECTIONS
_sctors = . ;
*(.ctors) /* Old ABI: Unallocated */
*(.init_array) /* New ABI: Allocated */
_edtors = . ;
_ectors = . ;
}
.dtors :