ldgen: Remove some remaining references to TARGET.project.ld.in

This commit is contained in:
Angus Gratton
2021-07-07 11:55:33 +10:00
committed by Michael (XIAO Xufeng)
parent 1e628c0f30
commit c1ca7a35b0
4 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ size_t __cxx_eh_arena_size_get(void)
* The rest of the init_array sections is sorted for iteration in descending order during startup, however.
* Hence a different section is generated for the init_priority functions which is looped
* over in ascending direction instead of descending direction.
* The RISC-V-specific behavior is dependent on the linker script esp32c3.project.ld.in.
* The RISC-V-specific behavior is dependent on the linker script ld/esp32c3/sections.ld.in.
*/
static void do_global_ctors(void)
{