We have library code which released by thirdparty . It will generate some data which should be defined into specific memory,
Now the problem is that these data was generated into .bss or .common section like:

and the code changed to set pragma for our thirdparty might not be possible.
Do you have any idea how it could be achieved? maybe define something like .bss.test_u8 or test_u8.bss in link file,
compiler version is
ti-cgt-arm_20.2.4.LTS