Comment 1 for bug 1523315

Revision history for this message
Andre Vieira (andre-simoesdiasvieira) wrote :

Hi Justin,

I am not sure what you are trying to achieve here. The 'local_var' variable as the name points out is a local variable and will thus end up on the stack. The variable itself can not be relocated, however the values used to initialize it "123", "234", "456" will be in .rodata and maybe these are the ones you are trying to relocate?

Can you provide us with a working example (the code you posted does not compile) and the command line you used to compile such that we can try to reproduce your problem.

Cheers,
Andre