This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO in repository toolchain/ci/binutils-gdb.
from 527b8861cd Automatic date update in version.in adds fdb2b35b8f RISC-V: Added ld testcases for the medlow and medany code models.
No new revisions were added by this update.
Summary of changes: ld/testsuite/ld-riscv-elf/code-model-01.ld | 24 +++++++++++ ld/testsuite/ld-riscv-elf/code-model-02.ld | 24 +++++++++++ ld/testsuite/ld-riscv-elf/code-model-medany-01.d | 4 ++ ld/testsuite/ld-riscv-elf/code-model-medany-02.d | 17 ++++++++ .../ld-riscv-elf/code-model-medany-weakref-01.d | 4 ++ .../ld-riscv-elf/code-model-medany-weakref-02.d | 13 ++++++ ld/testsuite/ld-riscv-elf/code-model-medlow-01.d | 4 ++ ld/testsuite/ld-riscv-elf/code-model-medlow-02.d | 15 +++++++ .../ld-riscv-elf/code-model-medlow-weakref-01.d | 13 ++++++ .../ld-riscv-elf/code-model-medlow-weakref-02.d | 13 ++++++ .../ld-riscv-elf/code-model-relax-medany-01.d | 4 ++ .../ld-riscv-elf/code-model-relax-medany-02.d | 15 +++++++ .../code-model-relax-medany-weakref-01.d | 4 ++ .../code-model-relax-medany-weakref-02.d | 13 ++++++ .../ld-riscv-elf/code-model-relax-medlow-01.d | 13 ++++++ .../ld-riscv-elf/code-model-relax-medlow-02.d | 13 ++++++ .../code-model-relax-medlow-weakref-01.d | 12 ++++++ .../code-model-relax-medlow-weakref-02.d | 12 ++++++ ld/testsuite/ld-riscv-elf/code-model.s | 47 ++++++++++++++++++++++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 16 ++++++++ 20 files changed, 280 insertions(+) create mode 100644 ld/testsuite/ld-riscv-elf/code-model-01.ld create mode 100644 ld/testsuite/ld-riscv-elf/code-model-02.ld create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medany-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medany-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medany-weakref-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medany-weakref-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medlow-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medlow-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medlow-weakref-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-medlow-weakref-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medany-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medany-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medany-weakref-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medany-weakref-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medlow-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medlow-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medlow-weakref-01.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model-relax-medlow-weakref-02.d create mode 100644 ld/testsuite/ld-riscv-elf/code-model.s