]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AArch64: emit .note.GNU-stack
authorKyle McMartin <kyle@redhat.com>
Thu, 24 Jul 2014 18:32:26 +0000 (18:32 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 24 Jul 2014 18:32:26 +0000 (11:32 -0700)
        2014-07-24  Kyle McMartin  <kyle@redhat.com>
        * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.

From-SVN: r213030

gcc/ChangeLog
gcc/config/aarch64/aarch64-linux.h

index 94152802473eda8666137e44d1971afc67513e18..6c67c3938ca147e6fb99d681b7e8beb6bef46a95 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-24  Kyle McMartin  <kyle@redhat.com>
+
+       * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
+
 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
index 83efad447f1e45dcaa9c76f248d3929d01ffe2b2..4e6e23ad5085ffc2111fb4c1d351f244154b156e 100644 (file)
@@ -43,4 +43,6 @@
     }                                          \
   while (0)
 
+#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
+
 #endif  /* GCC_AARCH64_LINUX_H */