]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm directives, remove #ifndef __mips...
authorChung-Lin Tang <cltang@codesourcery.com>
Wed, 29 Aug 2012 09:33:49 +0000 (09:33 +0000)
committerChung-Lin Tang <cltang@gcc.gnu.org>
Wed, 29 Aug 2012 09:33:49 +0000 (09:33 +0000)
commit1274718f64c1aa5bd0ec72a658502d26db864220
tree95ecbd26b0cecc0e3e0a75ae56bb06a2134cab3e
parent867a8345348ba8723f93182c858c77a31e404dcf
mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm directives, remove #ifndef __mips16 guards.

2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>

* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm
directives, remove #ifndef __mips16 guards.
* config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
mapping style, add ../lib/mips16.
(MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
(MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.

From-SVN: r190774
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/t-linux64