diff options
author | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-19 09:19:21 +0000 |
---|---|---|
committer | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-19 09:19:21 +0000 |
commit | ee0ff92266f2ca8a1e350da27f8c7cdc42b07ab2 (patch) | |
tree | 1f5222a4bf4f8528e42b4517c96a79a2554af9a5 /MAINTAINERS | |
parent | 15b00d6379cd554568639c3ab5dab5b41eaef70a (diff) | |
download | gcc-ee0ff92266f2ca8a1e350da27f8c7cdc42b07ab2.tar.gz |
* doc/invoke.texi (Score Options): New section.
* doc/md.texi (Score family): New section to document constraints.
* config/score/t-score-elf: Fix spelling typo.
* config/score/score.c: Add TARGET_DEFAULT_TARGET_FLAGS macro.
* config/score/score.h: Fix spelling typo.
* config/score/score-mdaux.c: Remove TARGET_NOPINDEX condition.
* config/score/score.opt: Remove -mnpi -mnuls -mSCORE5/5U -mSCORE7
options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 61aeb6ed566..0e7c1c514c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -75,6 +75,7 @@ rs6000 port David Edelsohn dje@watson.ibm.com rs6000 vector extns Aldy Hernandez aldyh@redhat.com s390 port Hartmut Penner hpenner@de.ibm.com s390 port Ulrich Weigand uweigand@de.ibm.com +score port Chen Liqin liqin@sunnorth.com.cn sh port Joern Rennecke joern.rennecke@st.com sh port Alexandre Oliva aoliva@redhat.com sh libraries/configury Kaz Kojima kkojima@gcc.gnu.org |