I need (if possible) to change the name of the section where gcc allocates C constants.
Is it possible to ask for a different section name for ALL constants?
Thanks, Marco
I need (if possible) to change the name of the section where gcc allocates C constants.
Is it possible to ask for a different section name for ALL constants?
Thanks, Marco
Assuming you are using GNU binutils : try objcopy with the '--rename-section' option after compilation or linking.
_Ico
Have something to add? Share your thoughts — no account required.
Ask the community — no account required