The compiler does not make such variables const. It's more likely to be string constants and initializers for local variables. It could also be const data from the library. Please generate the linker map file with the --map_file linker option and look at the link map for the .const section; this will tell you what files contributed .const to your program.
↧