[BUILDROBOT] Ann: config-list.mk backend updated (was: [jbg...@lug-owl.de: Re: r214024 ...])

2014-08-22 Thread Jan-Benedict Glaw
On Sun, 2014-08-17 14:05:24 +0200, Manuel López-Ibáñez wrote: [...] > In config-list.mk, it says "Make sure you have a recent enough gcc > (with ada support) in your path so that --enable-werror-always will > work" For this commit in particular, recent enough means "exactly the > same revision".

Re: Enable EBX for x86 in 32bits PIC code

2014-08-22 Thread Ilya Enkovich
Hi, On Cauldron 2014 we had a couple of talks about relaxation of ebx usage in 32bit PIC mode. It was decided that the best approach would be to not fix ebx register, use speudo register for GOT base address and let allocator do the rest. This should be similar to how clang and icc work with