With CCS3 the linker command file line ".cinit : LOAD=FLASH_INIT, RUN=IRAM, table(BINIT)" works fine.
With CCS4 I got the error:
cannot apply table(BINIT) operator to C auto initialization section ".cinit"; this section contains linker-generated copy table sections.
What can I do to aviod this error? Is the .cinit section in the copy table not longer allowed?