crti.asm: add pic support.
authorTan Shengguo <shengguo@sunnorth.com.cn>
Mon, 16 Oct 2006 02:13:06 +0000 (02:13 +0000)
committerChen Liqin <liqin@gcc.gnu.org>
Mon, 16 Oct 2006 02:13:06 +0000 (02:13 +0000)
commitcf723ae82fa0cb6915ae689fde46be56e288608f
tree36ecf1de84b364717f7c04621ad8fbaf05e24bc5
parentc05b443868b215036a8d9ba52a1d2f62b2f25fc1
crti.asm: add pic support.

        * config/score/crti.asm: add pic support.
        * config/score/crtn.asm: add pic support.
        * config/score/score.h: remove builtin_define("__pic__").
        * config/score/score.c: add TARGET_RTX_COST macro.
        * config/score/score.md: PIC support for call/sibcall pattern.
        * config/score/mul-div.S: add pic support.
        * config/score/t-score-elf: update MULTILIB_OPTIONS.
        * ChangeLog: add shengguo as another score maintainer.
        * config.sub: add score support in it.

From-SVN: r117771
ChangeLog
config.sub
gcc/config/score/crti.asm
gcc/config/score/crtn.asm
gcc/config/score/mul-div.S
gcc/config/score/score.c
gcc/config/score/score.h
gcc/config/score/score.md
gcc/config/score/t-score-elf