aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ef40e29..67d6a92 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-24 Geoffrey Keating <geoffk@apple.com>
+
+ * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
+
2004-02-24 Jason Merrill <jason@redhat.com>
* tree.c (check_qualified_type): New fn.
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index b3260fd..b9d1ff6 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -850,4 +850,6 @@ enum machopic_addr_class {
#undef ASM_APP_OFF
#define ASM_APP_OFF ""
+#define TARGET_HAS_F_SETLKW
+
#endif /* CONFIG_DARWIN_H */