]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/htmxlintrin.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / s390 / htmxlintrin.h
index d35194f79569f99344c50ef162862c7e88993448..a5813ce6f0a881532e0111d02852ffcb62d0e54d 100644 (file)
@@ -1,5 +1,5 @@
 /* XL compiler hardware transactional execution intrinsics
-   Copyright (C) 2013-2018 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 Free Software Foundation, Inc.
    Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com)
 
 This file is part of GCC.
@@ -36,7 +36,7 @@ extern "C" {
 /* FIXME: __TM_simple_begin and __TM_begin should be marked
    __always_inline__ as well but this currently produces an error
    since the tbegin builtins are "returns_twice" and setjmp_call_p
-   (calls.c) therefore identifies the functions as calling setjmp.
+   (calls.cc) therefore identifies the functions as calling setjmp.
    The tree inliner currently refuses to inline functions calling
    setjmp.  */