diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-12-24 16:50:26 +0800 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-12-24 16:54:21 +0800 |
commit | 443bfd5a371633064bf251a74b27382c7774f217 (patch) | |
tree | 14c300d20748af4fb39ef320c52958c5cf8590f9 /gas/testsuite/ChangeLog | |
parent | ab8314b3d99625c9a2125d39f4f3e74bf9e49cce (diff) | |
download | fsf-binutils-gdb-443bfd5a371633064bf251a74b27382c7774f217.zip fsf-binutils-gdb-443bfd5a371633064bf251a74b27382c7774f217.tar.gz fsf-binutils-gdb-443bfd5a371633064bf251a74b27382c7774f217.tar.bz2 |
Add tests for gas arch autodetection on ARM
2015-12-09 Andre Vieira <andre.simoesdiasvieira@arm.com>
gas/testsuite/
* gas/arm/automatic-bw.d: New.
* gas/arm/automatic-bw.s: New.
* gas/arm/automatic-cbz.d: New.
* gas/arm/automatic-cbz.s: New.
* gas/arm/automatic-clrex.d: New.
* gas/arm/automatic-clrex.s: New.
* gas/arm/automatic-lda.d: New.
* gas/arm/automatic-lda.s: New.
* gas/arm/automatic-ldaex.d: New.
* gas/arm/automatic-ldaex.s: New.
* gas/arm/automatic-ldaexb.d: New.
* gas/arm/automatic-ldaexb.s: New.
* gas/arm/automatic-ldrex.d: New.
* gas/arm/automatic-ldrex.s: New.
* gas/arm/automatic-ldrexd.d: New.
* gas/arm/automatic-ldrexd.s: New.
* gas/arm/automatic-movw.d: New.
* gas/arm/automatic-movw.s: New.
* gas/arm/automatic-sdiv.d: New.
* gas/arm/automatic-sdiv.s: New.
* gas/arm/automatic-strexb.d: New.
* gas/arm/automatic-strexb.s: New.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0808b29..eac24c2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2015-12-24 Andre Vieira <andre.simoesdiasvieira@arm.com> + + * gas/arm/automatic-bw.d: New. + * gas/arm/automatic-bw.s: New. + * gas/arm/automatic-cbz.d: New. + * gas/arm/automatic-cbz.s: New. + * gas/arm/automatic-clrex.d: New. + * gas/arm/automatic-clrex.s: New. + * gas/arm/automatic-lda.d: New. + * gas/arm/automatic-lda.s: New. + * gas/arm/automatic-ldaex.d: New. + * gas/arm/automatic-ldaex.s: New. + * gas/arm/automatic-ldaexb.d: New. + * gas/arm/automatic-ldaexb.s: New. + * gas/arm/automatic-ldrex.d: New. + * gas/arm/automatic-ldrex.s: New. + * gas/arm/automatic-ldrexd.d: New. + * gas/arm/automatic-ldrexd.s: New. + * gas/arm/automatic-movw.d: New. + * gas/arm/automatic-movw.s: New. + * gas/arm/automatic-sdiv.d: New. + * gas/arm/automatic-sdiv.s: New. + * gas/arm/automatic-strexb.d: New. + * gas/arm/automatic-strexb.s: New. + 2015-12-16 Mickael Guene <mickael.guene@st.com> * gas/arm/adds-thumb1-reloc-local.d: New |