On 3/6/23 15:34, Finn Thain wrote:
Would it alter the driver .o files? If not, the changes won't require actual testing.
Hi Finn,My understanding is that declaring a static data structure const may move it to another section in the .o file but otherwise that the .o file should not be affected. I agree that retesting shouldn't be necessary for patches that only involve making data structures const.
Thanks, Bart.