aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorChen Liqin <liqin@sunnorth.com.cn>2007-10-18 06:53:22 +0000
committerChen Liqin <liqin@gcc.gnu.org>2007-10-18 06:53:22 +0000
commit254f522229578af1af093b2e4b6f1a0cc400d216 (patch)
tree21c6e2a418217219d93231a9992172c5df2f5047 /gcc/config.gcc
parent23710ddde48ab95c906e89280383aa0c99eea2f1 (diff)
downloadgcc-254f522229578af1af093b2e4b6f1a0cc400d216.zip
gcc-254f522229578af1af093b2e4b6f1a0cc400d216.tar.gz
gcc-254f522229578af1af093b2e4b6f1a0cc400d216.tar.bz2
Because we merge score3 and score7 into the same backend,
so make a lot of changes in the code structure. Changelog: * config.gcc : update score-*-elf(extra_objs). * config/score/mac.md : Remove. * config/score/misc.md : Remove. * config/score/score7.md : Remove. * config/score/score-mdaux.h : Remove. * config/score/score-mdaux.c : Remove. * config/score/score-version.h : Remove. * config/score/score-generic.md : New. * config/score/score3.h : New. * config/score/score3.c : New. * config/score/score7.h : New. * config/score/score7.c : New. * config/score/mul-div.S : add flush_cache score3 support. * config/score/elf.h : Fix some typos. * config/score/score.md : merge score3 and score7 pattern. * config/score/score.c : use to seperate which target it used. * config/score/score.h : use to seperate the target macro. * config/score/score.opt : remove -mmac option , add -mscore3, -mscore3d and -march OPTION support. From-SVN: r129431
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9c040c1..864fa7c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2127,7 +2127,7 @@ s390x-ibm-tpf*)
score-*-elf)
tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
tmake_file=score/t-score-elf
- extra_objs="score-mdaux.o"
+ extra_objs="score7.o score3.o"
;;
sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \