diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2015-08-04 11:54:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2015-08-04 04:54:20 -0700 |
commit | 75587afb1872f6451eacd6089b6c8b8719550a60 (patch) | |
tree | 93c67cbe40fa60f55a16696999090315c6bab640 /libjava/classpath/java/lang/ClassCircularityError.java | |
parent | 01003b83810cbaff81d9a7c00947afa725cbbe9a (diff) | |
download | gcc-75587afb1872f6451eacd6089b6c8b8719550a60.zip gcc-75587afb1872f6451eacd6089b6c8b8719550a60.tar.gz gcc-75587afb1872f6451eacd6089b6c8b8719550a60.tar.bz2 |
Compile IAMCU tests with -fno-pie -no-pie
Since IAMCU tests clear all scratch integer registers with:
asm __volatile__ ("xor %%eax, %%eax\n\t" \
"xor %%edx, %%edx\n\t" \
"xor %%ecx, %%ecx\n\t" \
::: "eax", "edx", "ecx");
PIC register may be trashed between setting PIC register and using it.
This patch compiles AMCU tests with -fno-pie -no-pie.
PR target/67110
* gcc.target/i386/iamcu/abi-iamcu.exp (additional_flags): Add
-fno-pie -no-pie.
From-SVN: r226570
Diffstat (limited to 'libjava/classpath/java/lang/ClassCircularityError.java')
0 files changed, 0 insertions, 0 deletions