crti.asm: Change _bss_start to __bss_start.
authorChen Liqin <liqin@sunnorth.com.cn>
Wed, 4 Apr 2007 01:49:10 +0000 (01:49 +0000)
committerChen Liqin <liqin@gcc.gnu.org>
Wed, 4 Apr 2007 01:49:10 +0000 (01:49 +0000)
commitc668146359113c30e8c1e5a44153cc0e45f073eb
tree161a48bb545b26b41ec061a8f303dabd808e7160
parentd4c3cb8c5ce69bae3ca3a6d7d3b0f4ce55a0fe7d
crti.asm: Change _bss_start to __bss_start.

2007-04-04  Chen Liqin  <liqin@sunnorth.com.cn>

        * config/score/crti.asm: Change _bss_start to __bss_start.
        * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
        (OUTGOING_REG_PARM_STACK_SPACE) update.
        * config/score/score.opt: add options to make backend support
        score5, score5u, score7 and score7d.
        * config/score/score.md: Likewise.
        * config/score/misc.md: Likewise.
        * config/score/mac.md: Likewise.
        * doc/invoke.texi: Likewise.
        * doc/md.texi: update constraints define.

From-SVN: r123490
gcc/ChangeLog
gcc/config/score/crti.asm
gcc/config/score/mac.md
gcc/config/score/misc.md
gcc/config/score/score.h
gcc/config/score/score.md
gcc/config/score/score.opt
gcc/doc/invoke.texi
gcc/doc/md.texi