]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/microblaze/umodsi3.S
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / microblaze / umodsi3.S
index 6e42c9f0ed6e3cd4ea9e9d8d5ddf5728dcfb379d..6cb47339ffb6aa0eba0babda09a7b86daf0702a7 100644 (file)
@@ -1,6 +1,6 @@
 ###################################
 # 
-#  Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2024 Free Software Foundation, Inc.
 #
 #  Contributed by Michael Eager <eager@eagercon.com>.
 #
 # 
 #######################################
        
+/* An executable stack is *not* required for these functions.  */
+#ifdef __linux__
+.section .note.GNU-stack,"",%progbits
+.previous
+#endif
+
        .globl  __umodsi3
        .ent    __umodsi3
        .type   __umodsi3,@function