Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1464
Project:Branches: joel/rtems:main-test_cat-LTO-5739 to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill Reviewer: Chris Johns ## Summary testsuites/support: Relocate file system test helpers The functions test_cat(), test_extend(), and test_write() were used in multiple tests but the source was not in a shared location. Building with LTO exposed that the prototypes for the shared test_cat() did not always match the real signature. Making these shared and prototyped in a header file resolves this. Closes #5739 ## Generative AI None <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1464 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-dih9ju7urbmdfpdpecltkxg6g-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
