Skip to content

Commit 34aa5bc

Browse files
author
Claudiu Zissulescu
committed
Update multilib synonyms. Pass mlock to the linker when using matomic (required for ARC700).
1 parent 37883fa commit 34aa5bc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

gcc/ChangeLog.ARC

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2013-03-12 Claudiu Zissulescu <[email protected]>
28

39
* doc/invoke.texi: Update document with ARCv2HS options.

gcc/config/arc/arc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
"

gcc/config/arc/t-arc-newlib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ MULTILIB_DIRNAMES = arc600 arc601 arc700 em hs mul64 mul32x16 norm
2424
MULTILIB_MATCHES = mcpu?ARC600=mcpu?arc600
2525
MULTILIB_MATCHES += mcpu?ARC600=mARC600
2626
MULTILIB_MATCHES += mcpu?ARC600=mA6
27-
MULTILIB_MATCHES += mcpu?ARC600=mno-mpy
2827
MULTILIB_MATCHES += mcpu?ARC601=mcpu?arc601
2928
MULTILIB_MATCHES += EL=mlittle-endian
3029
MULTILIB_MATCHES += EB=mbig-endian

0 commit comments

Comments
 (0)