]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/gc.c
Fix boostrap failure in tree-ssa-loop-ch.cc
[thirdparty/gcc.git] / libobjc / gc.c
index 573f6c76e82d7e863f0707b871712719f049a2fb..7e8b0349a85d940db9da7b53a82f91442b863d2c 100644 (file)
@@ -1,6 +1,5 @@
 /* Basic data types for Objective C.
-   Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2023 Free Software Foundation, Inc.
    Contributed by Ovidiu Predescu.
 
 This file is part of GCC.
@@ -37,7 +36,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/runtime.h"
 #include "objc-private/module-abi-8.h"
 
-#include <gc.h>
+#include <gc/gc.h>
 #include <limits.h>
 
 /* gc_typed.h uses the following but doesn't declare them */
@@ -45,7 +44,7 @@ typedef GC_word word;
 typedef GC_signed_word signed_word;
 #define BITS_PER_WORD (CHAR_BIT * sizeof (word))
 
-#include <gc_typed.h>
+#include <gc/gc_typed.h>
 
 /* The following functions set up in `mask` the corresponding pointers.
    The offset is incremented with the size of the type.  */