From: Geoffrey Keating Date: Tue, 24 Feb 2004 19:53:33 +0000 (+0000) Subject: * config/darwin.h (TARGET_HAS_F_SETLKW): Define. X-Git-Tag: releases/gcc-4.0.0~9879 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db4d7a18beeb032d2a5a463d07cc760bc9252f7;p=thirdparty%2Fgcc.git * config/darwin.h (TARGET_HAS_F_SETLKW): Define. From-SVN: r78382 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef40e2914e03..67d6a927ce22 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-24 Geoffrey Keating + + * config/darwin.h (TARGET_HAS_F_SETLKW): Define. + 2004-02-24 Jason Merrill * tree.c (check_qualified_type): New fn. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b3260fdded3d..b9d1ff6c8cf9 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 */