This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [Patch ARM] Fix build attributes for armv8-a in case of assembler files that contain no directives.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dea6e325f6aca9ec51b932ad514063d57bcc5aea

commit dea6e325f6aca9ec51b932ad514063d57bcc5aea
Author: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Date:   Thu Dec 17 16:33:24 2015 +0000

    [Patch ARM] Fix build attributes for armv8-a in case of assembler files that contain no directives.
    
    Add missing ChangeLog entry.

Diff:
---
 gas/ChangeLog | 9 +++++++++
 1 file changed, 9 insertions(+)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]