[Development] Serious ABI issue discovered in -reduce-relocations

2012-01-13 Thread Thiago Macieira
Hello We've got a problem with -reduce-relocations. tl;dr: it's a broken concept and we either add a permanent workaround or we stop using it. The permanent workaround is to compile all executables in PIC/PIE mode. Long story: The -reduce-relocations option in configure checks that the compiler s

Re: [Development] Serious ABI issue discovered in -reduce-relocations

2012-01-13 Thread Simon Hausmann
On Friday, January 13, 2012 12:33:46 PM ext Thiago Macieira wrote: > Hello > > We've got a problem with -reduce-relocations. tl;dr: it's a broken concept > and we either add a permanent workaround or we stop using it. The permanent > workaround is to compile all executables in PIC/PIE mode. I thi

Re: [Development] Serious ABI issue discovered in -reduce-relocations

2012-01-13 Thread Thiago Macieira
On Friday, 13 de January de 2012 15.55.06, Simon Hausmann wrote: > On Friday, January 13, 2012 12:33:46 PM ext Thiago Macieira wrote: > > Hello > > > > We've got a problem with -reduce-relocations. tl;dr: it's a broken concept > > and we either add a permanent workaround or we stop using it. The >