diff options
author | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-16 02:13:06 +0000 |
---|---|---|
committer | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-16 02:13:06 +0000 |
commit | de79ba9f345763849a4fd285bc6c9508e4b209b5 (patch) | |
tree | 36ecf1de84b364717f7c04621ad8fbaf05e24bc5 /ChangeLog | |
parent | 22ae655fb35b5428154b87f8e7ce2f4f39ecd041 (diff) | |
download | ppe42-gcc-de79ba9f345763849a4fd285bc6c9508e4b209b5.tar.gz ppe42-gcc-de79ba9f345763849a4fd285bc6c9508e4b209b5.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117771 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ff76bfc077..841905daca0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-16 Tan Shengguo <shengguo@sunnorth.com.cn> + + * MAINTAINERS: Add Tan Shengguo as score port maintainer. + 2006-10-10 Brooks Moses <bmoses@stanford.edu> * Makefile.def: Added pdf target handling. |