[gcc/objc/ChangeLog]
authorzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2004 20:30:37 +0000 (20:30 +0000)
committerzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2004 20:30:37 +0000 (20:30 +0000)
2004-09-03  Ziemowit Laski  <zlaski@apple.com>

* config-lang.in: Update copyright notice.
(lang_requires): Indicate that ObjC requires C to be built first.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87053 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/ChangeLog
gcc/objc/config-lang.in

index d6354d2..f16978d 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-03  Ziemowit Laski  <zlaski@apple.com>
+
+       * config-lang.in: Update copyright notice.
+       (lang_requires): Indicate that ObjC requires C to be built first.
+
 2004-09-01  Ziemowit Laski  <zlaski@apple.com>
 
        * objc-act.c (objc_check_decl): Use OBJC_TYPE_NAME macro instead of
index 91b86d8..72de2ff 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU Objective-C
-#   Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003
+#   Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004
 #   Free Software Foundation, Inc.
 
 #This file is part of GCC.
@@ -34,4 +34,7 @@ stagestuff="cc1obj\$(exeext)"
 
 target_libs=target-libobjc
 
+# Most of the object files for cc1obj actually come from C.
+lang_requires="c"
+
 gtfiles="\$(srcdir)/objc/objc-act.h \$(srcdir)/c-parse.in \$(srcdir)/c-tree.h \$(srcdir)/c-decl.c \$(srcdir)/c-objc-common.c \$(srcdir)/c-common.c \$(srcdir)/c-common.h \$(srcdir)/c-pragma.c \$(srcdir)/objc/objc-act.c"