Issue created by Sebastian Huber: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5722
The linker command file of the `microblaze_fpga` family has no output section for the `.noinit` input sections. The linker places them as orphans in input order, so `bsp_section_noinit_begin` and `bsp_section_noinit_end` receive the same address. The region is empty and the object control blocks lie outside it. `_Memory_Dirty_free_areas()` and `_Memory_Zero_free_areas()` therefore write nothing. `CONFIGURE_DIRTY_MEMORY` and `CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY` have no effect on the initial objects, and `sp54` finds no pattern there. All three variants of the family are affected. Found while running the full test suite on eleven simulators. This description was created with Claude Code assistance. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5722 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-3532fshh19bwfbqdxjx0k6wec-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
