]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/libgcc2.c
Update copyright years.
[thirdparty/gcc.git] / libgcc / libgcc2.c
index d217e339c21ba2ae8b0b94083b1b9aacdb785db8..eee8bce907979719ed5efac2ed2b8f2bc96ad791 100644 (file)
@@ -1,6 +1,6 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1989-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1640,6 +1640,8 @@ __mulbitint3 (UWtype *ret, SItype retprec,
 #endif
 
 #ifdef L_divmodbitint4
+/* D = -S.  */
+
 static void
 bitint_negate (UWtype *d, const UWtype *s, SItype n)
 {