[arm] auto-generate arm-isa.h from CPU descriptions
[gcc.git] / libobjc / linking.m
index ba8e0649f44aee84ef10ca4812ba240be362277f..970e1b054402bf2511017c34aa614c178b0ab302 100644 (file)
@@ -1,5 +1,5 @@
 /* Force linking of classes required by Objective C runtime.
-   Copyright (C) 1997, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1997-2017 Free Software Foundation, Inc.
    Contributed by Ovidiu Predescu (ovidiu@net-community.com).
 
 This file is part of GCC.
@@ -31,6 +31,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 void __objc_linking (void)
 {
-  [Object name];
+  [Object class];
 }