diff options
author | Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> | 2015-12-17 16:33:24 +0000 |
---|---|---|
committer | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-12-17 16:33:24 +0000 |
commit | dea6e325f6aca9ec51b932ad514063d57bcc5aea (patch) | |
tree | 097e9c0b2383bd643417f7fc811ab29470f9291d | |
parent | a6904d5a6aa63e4bef7207407250d8b76b56f8a9 (diff) | |
download | gdb-dea6e325f6aca9ec51b932ad514063d57bcc5aea.zip gdb-dea6e325f6aca9ec51b932ad514063d57bcc5aea.tar.gz gdb-dea6e325f6aca9ec51b932ad514063d57bcc5aea.tar.bz2 |
[Patch ARM] Fix build attributes for armv8-a in case of assembler files that contain no directives.
Add missing ChangeLog entry.
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8e33c21..3147d22 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2015-12-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> + + * gas/config/tc-arm.c (aeabi_set_public_attributes): Adjust + TAG_ARCH_profile for armv8-a. + * gas/testsuite/gas/arm/armv8a-automatic-hlt.d: New test. + * gas/testsuite/gas/arm/armv8a-automatic-hlt.s: New test. + * gas/testsuite/gas/arm/armv8a-automatic-lda.d: New test. + * gas/testsuite/gas/arm/armv8a-automatic-lda.s: New test. + 2015-12-16 Mickael Guene <mickael.guene@st.com> * doc/c-arm.texi: Add documentation about new directives |