Re: [PATCH] Enable non-PIC noplt tests on 32-bit x86 target

2016-06-24 Thread Uros Bizjak
On Fri, Jun 24, 2016 at 2:33 AM, H.J. Lu wrote: > Since non-PIC noplt works on 32-bit x86 target now with assembler/linker > support, enable non-PIC noplt tests on 32-bit x86 target. main in > noplt-2.c and noplt-4.c are renamed to bar to avoid stack re-alignment > in main

[PATCH] Enable non-PIC noplt tests on 32-bit x86 target

2016-06-23 Thread H.J. Lu
Since non-PIC noplt works on 32-bit x86 target now with assembler/linker support, enable non-PIC noplt tests on 32-bit x86 target. main in noplt-2.c and noplt-4.c are renamed to bar to avoid stack re-alignment in main for 32-bit target, which disables tailcall optimization. Tested on x86. OK