pa.c (hppa_profile_hook): Allocate stack space for register parameters.
[gcc.git] / libobjc / sarray.c
index ea4aa93b7805228a8070fa0353f720415202f0fa..c5f352eca9c7dfbc5992acb7a6e0087daa0bceeb 100644 (file)
@@ -1,6 +1,5 @@
 /* Sparse Arrays for Objective C dispatch tables
-   Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2016 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -27,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc-private/sarray.h"
 #include "objc/runtime.h" /* For objc_malloc */
 #include "objc/thr.h"     /* For objc_mutex_lock */
+#include "objc-private/module-abi-8.h"
 #include "objc-private/runtime.h"
 #include <stdio.h>
 #include <string.h> /* For memset */