Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-29 Thread Jiong Wang
Christophe Lyon writes: > On 27 June 2015 at 14:49, Jiong Wang wrote: >> >> Andreas Schwab writes: >> >>> Jiong Wang writes: >>> Andreas Schwab writes: > spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc > -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-29 Thread Christophe Lyon
On 27 June 2015 at 14:49, Jiong Wang wrote: > > Andreas Schwab writes: > >> Jiong Wang writes: >> >>> Andreas Schwab writes: >>> spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret -fdiagnostics-color=never -O0

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-27 Thread Jiong Wang
Andreas Schwab writes: > Jiong Wang writes: > >> Andreas Schwab writes: >> >>> spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc >>> -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret >>> -fdiagnostics-color=never -O0 -w -fpie -c -o pr65593.o >>> /opt/gcc/gcc-20150627/gcc/

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-27 Thread Andreas Schwab
Jiong Wang writes: > Andreas Schwab writes: > >> spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc >> -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret >> -fdiagnostics-color=never -O0 -w -fpie -c -o pr65593.o >> /opt/gcc/gcc-20150627/gcc/testsuite/gcc.c-torture/compile/pr

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-27 Thread Jiong Wang
Andreas Schwab writes: > spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc > -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret > -fdiagnostics-color=never -O0 -w -fpie -c -o pr65593.o > /opt/gcc/gcc-20150627/gcc/testsuite/gcc.c-torture/compile/pr65593.c > /tmp/cc0Pymaf.s:

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-27 Thread Andreas Schwab
spawn -ignore SIGHUP /opt/gcc/gcc-20150627/Build/gcc/xgcc -B/opt/gcc/gcc-20150627/Build/gcc/ -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -fpie -c -o pr65593.o /opt/gcc/gcc-20150627/gcc/testsuite/gcc.c-torture/compile/pr65593.c /tmp/cc0Pymaf.s: Assembler messages: /tmp/cc0Pymaf.s

Re: [AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-26 Thread Marcus Shawcroft
On 26 June 2015 at 10:32, Jiong Wang wrote: > > This patch respin https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01804.html. > > A new symbol classification "SYMBOL_SMALL_GOT_28K" added to represent symbol > which needs go through GOT table and it's under -fpic/-mcmodel-small. the > "_28K" > suffi

[AArch64][2/2] Implement -fpic for -mcmodel=small

2015-06-26 Thread Jiong Wang
This patch respin https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01804.html. A new symbol classification "SYMBOL_SMALL_GOT_28K" added to represent symbol which needs go through GOT table and it's under -fpic/-mcmodel-small. the "_28K" suffix can reflect the symbol's attribute better, and by introd