Re: [PATCH, MIPS] diagnose -fpic/-fpie incompatibility with -mno-abicalls

2012-08-04 Thread Sandra Loosemore
On 08/04/2012 08:09 AM, Richard Sandiford wrote: Sandra Loosemore writes: For all supported MIPS ABIs other than EABI, compiling with -fpic/-fPIC/-fpie/-fPIE implicitly requires abicalls support. On Linux targets, -mabicalls is the default, but bare-metal targets like mips-sde-elf default to -

Re: [PATCH, MIPS] diagnose -fpic/-fpie incompatibility with -mno-abicalls

2012-08-04 Thread Richard Sandiford
Sandra Loosemore writes: > For all supported MIPS ABIs other than EABI, compiling with > -fpic/-fPIC/-fpie/-fPIE implicitly requires abicalls support. On Linux > targets, -mabicalls is the default, but bare-metal targets like > mips-sde-elf default to -mno-abicalls and naively compiling with -

[PATCH, MIPS] diagnose -fpic/-fpie incompatibility with -mno-abicalls

2012-08-03 Thread Sandra Loosemore
For all supported MIPS ABIs other than EABI, compiling with -fpic/-fPIC/-fpie/-fPIE implicitly requires abicalls support. On Linux targets, -mabicalls is the default, but bare-metal targets like mips-sde-elf default to -mno-abicalls and naively compiling with -fPIC alone doesn't result in work