diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2018-03-20 10:56:10 +0100 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2018-04-25 21:00:02 +0000 |
commit | 4b86cbe91c130077f967fa84b0abdbb68e9ec742 (patch) | |
tree | d38a7b65b7b09584b42e57f2d770e7b005d7b58d /ld/ChangeLog | |
parent | f350fc2e37d79119afa73361f331b8be1174cf40 (diff) | |
download | gdb-4b86cbe91c130077f967fa84b0abdbb68e9ec742.zip gdb-4b86cbe91c130077f967fa84b0abdbb68e9ec742.tar.gz gdb-4b86cbe91c130077f967fa84b0abdbb68e9ec742.tar.bz2 |
[ARM] FDPIC: New tests.
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
ld/
* testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests.
* testsuite/ld-arm/fdpic-main.d: New test.
* testsuite/ld-arm/fdpic-main.ld: New.
* testsuite/ld-arm/fdpic-main.r: New.
* testsuite/ld-arm/fdpic-main.s: New.
* testsuite/ld-arm/fdpic-main.sym: New.
* testsuite/ld-arm/fdpic-shared.d: New test.
* testsuite/ld-arm/fdpic-shared.ld: New.
* testsuite/ld-arm/fdpic-shared.r: New.
* testsuite/ld-arm/fdpic-shared.s: New.
* testsuite/ld-arm/fdpic-shared.sym: New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 07f1723..695b517 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,21 @@ 2018-04-25 Christophe Lyon <christophe.lyon@st.com> Mickaël Guêné <mickael.guene@st.com> + * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests. + * testsuite/ld-arm/fdpic-main.d: New test. + * testsuite/ld-arm/fdpic-main.ld: New. + * testsuite/ld-arm/fdpic-main.r: New. + * testsuite/ld-arm/fdpic-main.s: New. + * testsuite/ld-arm/fdpic-main.sym: New. + * testsuite/ld-arm/fdpic-shared.d: New test. + * testsuite/ld-arm/fdpic-shared.ld: New. + * testsuite/ld-arm/fdpic-shared.r: New. + * testsuite/ld-arm/fdpic-shared.s: New. + * testsuite/ld-arm/fdpic-shared.sym: New. + +2018-04-25 Christophe Lyon <christophe.lyon@st.com> + Mickaël Guêné <mickael.guene@st.com> + * testsuite/ld-elf/pr2404b.c (main): Rename time variable into time1. |