File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ 2013-03-13 Claudiu Zissulescu <
[email protected] >
2+
3+ * config/arc/arc.h (ASM_SPEC): Pass mlock option to the
4+ assembler when using matomic.
5+ * config/arc/t-arc-newlib (MULTILIB_MATCHES): Remove mno-mpy synonym.
6+
172013-03-12 Claudiu Zissulescu <
[email protected] >
28
39 * doc/invoke.texi: Update document with ARCv2HS options.
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ along with GCC; see the file COPYING3. If not see
176176%{mcpu=ARC700:%{mlock}} \
177177%{mcpu=ARC700:%{mswape}} \
178178%{mcpu=ARC700:%{mrtsc}} \
179+ %{matomic:-mlock} \
179180%{mcpu=ARCv2EM:-mEM} \
180181%{mcpu=ARCv2HS:-mHS} \
181182"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ MULTILIB_DIRNAMES = arc600 arc601 arc700 em hs mul64 mul32x16 norm
2424MULTILIB_MATCHES = mcpu?ARC600=mcpu?arc600
2525MULTILIB_MATCHES += mcpu?ARC600=mARC600
2626MULTILIB_MATCHES += mcpu?ARC600=mA6
27- MULTILIB_MATCHES += mcpu?ARC600=mno-mpy
2827MULTILIB_MATCHES += mcpu?ARC601=mcpu?arc601
2928MULTILIB_MATCHES += EL=mlittle-endian
3029MULTILIB_MATCHES += EB=mbig-endian
You can’t perform that action at this time.
0 commit comments