This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r117771 - in /trunk: ChangeLog config.sub gcc/c...


Author: liqin
Date: Mon Oct 16 02:13:06 2006
New Revision: 117771

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117771
Log:
        * 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.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]