[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2022-07-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=10009 Alan Modra changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2009-04-01 Thread cburgess at qnx dot com
--- Additional Comments From cburgess at qnx dot com 2009-04-01 17:38 --- we do have some minor local changes. If it helps I'll check if it happens with a standard linux target. the -shared switch on our qcc is a synonym for -fpic, it will pass -fpic to the compiler. we are using -mno

[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2009-04-01 Thread rsandifo at nildram dot co dot uk
--- Additional Comments From rsandifo at nildram dot co dot uk 2009-04-01 17:29 --- Hmm, this target doesn't seem to be in the FSF sources. Are you using a locally-modified version? Unlike PLTs, .MIPS.stubs entries must never act as the canonical function address. Their only use is to

[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2009-03-26 Thread cburgess at qnx dot com
--- Additional Comments From cburgess at qnx dot com 2009-03-26 13:40 --- For some reason attachments don't work for me, here are the example source files... a.c: #include int main(void) { fptr *fp; /* * Here we call function(), which initially selects a traditional