]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/xtensa/crti.S
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / xtensa / crti.S
index 026b93b8cc05d648477c160335ee252a76beda50..cf34b1a6b4a4a1754ea0afd17d6fbefa6e7ca551 100644 (file)
@@ -1,5 +1,5 @@
 # Start .init and .fini sections.
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2024 Free Software Foundation, Inc.
 # 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
 # .init sections.  Users may put any desired instructions in those
 # sections.
 
-#include "xtensa-config.h"
+#include "xtensa-config-builtin.h"
+
+/* An executable stack is *not* required for these functions.  */
+#if defined(__ELF__) && defined(__linux__)
+.section .note.GNU-stack,"",%progbits
+.previous
+#endif
 
        .section .init
        .globl _init