This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Why does dynamic relocation change depending on the optimization
- To: GCC <gcc at gcc dot gnu dot org>
- Subject: Why does dynamic relocation change depending on the optimization
- From: Stephen Smith <ischis2 at home dot com>
- Date: Thu, 22 Mar 2001 10:51:04 -0700
I have a piece of code whose relocation record changes from R_PPC_JMP_SLOT to R_PPC_COPY if I turn optimization on.
The OS I am only supports ADDR32, JMP_SLOT and RELATIVE relocations.
What should I do in the code to change this?
sps