This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
if (flag_pic && DEFAULT_ABI == ABI_V4)
fprintf("\tbl %s@plt",RS6000_MCOUNT);
else
fprintf("\tbl %s",RS6000_MCOUNT);
- Why would I end up with a self-referencing "bl" instruction without the
"@plt"? Any idea? I think I've seen it before, so even though it looks like a bug, it might be a feature (I guess...) :-)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |