Re: libgcc_s_sjlj-1 and libstdc++-6 dependency...

2015-02-05 Thread David Guillen
You are probably looking for: -static-libgcc -static-libstdc++ Cheers, David 2015-02-04 18:06 GMT+00:00 Umesh Kalappa : > Hi All, > > Was configured and build gcc 4.8.3 for windows on linux using mingw . > > configure options as > > ../../src45x/gcc/configure --build=i686-pc-linux-gnu --host=i68

Re: limiting call clobbered registers for library functions

2015-02-05 Thread Paul Shortis
On 03/02/15 09:14, Joern Rennecke wrote: On 2 February 2015 at 21:54, Paul Shortis wrote: I could have avoided the expander and used a single instruction pattern for a)b)c) if if could have found a way to have alternative dependent clobbers in an instruction pattern. I investigated attributes b

Fwd: ANNOUNCEMENT: Intel386 psABI version 1.0

2015-02-05 Thread H.J. Lu
FYI. H.J. -- Forwarded message -- From: H.J. Lu Date: Thu, Feb 5, 2015 at 10:35 AM Subject: ANNOUNCEMENT: Intel386 psABI version 1.0 To: IA32 System V Application Binary Interface After almost 18 years, I am very pleased to announce "System V Application Binary Interface Intel

Possible typo in LRA

2015-02-05 Thread sa...@hederstierna.com
Hi When reviewing some code from LRA, I just saw some lines that looked a bit strange, could it be a possible typo perhaps? The file "lra.c" from GC5 master branch current date Line 469: /* Try x = index_scale; x = x + disp; x = x + base. */ last = get_last_insn ()

Re: Possible typo in LRA

2015-02-05 Thread Jeff Law
On 02/05/15 14:36, sa...@hederstierna.com wrote: Hi When reviewing some code from LRA, I just saw some lines that looked a bit strange, could it be a possible typo perhaps? The file "lra.c" from GC5 master branch current date Line 469: /* Try x = index_scale; x = x + disp; x =