This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9705955fd7 [NDS32] Enable relax hint by default. new add86f06ea2 [NDS32] Add hard float support.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 31 + gcc/common/config/nds32/nds32-common.c | 2 + gcc/config.gcc | 42 +- gcc/config/nds32/constants.md | 5 + gcc/config/nds32/constraints.md | 40 +- gcc/config/nds32/iterators.md | 6 +- gcc/config/nds32/nds32-doubleword.md | 211 +++---- gcc/config/nds32/nds32-fpu.md | 503 ++++++++++++++++ gcc/config/nds32/nds32-md-auxiliary.c | 684 ++++++++++++++++++++- gcc/config/nds32/nds32-opts.h | 24 +- gcc/config/nds32/nds32-predicates.c | 67 +++ gcc/config/nds32/nds32-protos.h | 30 + gcc/config/nds32/nds32.c | 1019 ++++++++++++++++++++++++++++---- gcc/config/nds32/nds32.h | 268 +++++++-- gcc/config/nds32/nds32.md | 114 +++- gcc/config/nds32/nds32.opt | 75 +++ gcc/config/nds32/predicates.md | 21 + 17 files changed, 2826 insertions(+), 316 deletions(-) create mode 100644 gcc/config/nds32/nds32-fpu.md