This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 527b8861cd Automatic date update in version.in new fdb2b35b8f RISC-V: Added ld testcases for the medlow and medany code models.
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: 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