This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: R_PPC_EMB_SDA21 relocation
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Dave Murphy" <wintermute2k4 at ntlworld dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 05 Jul 2004 23:58:08 -0400
- Subject: Re: R_PPC_EMB_SDA21 relocation
- References: <INEKJJILJLMPDJPJFMPGCELDFAAA.wintermute2k4@ntlworld.com>
GCC 3.4 changed to a new mechanism for recording small data, but
without more information it is difficult to analyze what might be wrong.
The original mechanism recorded the '@' for special section names.
The new mechanism sets the flag for both that and for objects that meet
the -G size switch requirement.
I would recommend creating a GCC Bugzilla bug with additional
information.
Thanks, David