We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using compiler
gcc-arm-8.2-2019.01-x86_64-aarch64-elf/bin/aarch64-elf-gcc
I found that the default for COMMON section is -fcommon, which will generate COMMON section, I have to use -fno-common explictly in CFLAGS.
But my understanding it should have -fno-common as defaut? Anything that changed?
thanks for reply, how about arm cc? is it default with -fno-common?
Starting from AC6.3 it's also default to `-fno-common`