diff options
Diffstat (limited to 'gcc/config/vxworks.c')
-rw-r--r-- | gcc/config/vxworks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vxworks.c b/gcc/config/vxworks.c index 2b1525a3180..7e56bd93a4c 100644 --- a/gcc/config/vxworks.c +++ b/gcc/config/vxworks.c @@ -1,5 +1,5 @@ /* Common VxWorks target definitions for GNU compiler. - Copyright (C) 2007, 2008 + Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. @@ -120,7 +120,7 @@ vxworks_emutls_var_init (tree var, tree decl, tree tmpl_addr) return build_constructor (type, v); } -/* Do VxWorks-specific parts of OVERRIDE_OPTIONS. */ +/* Do VxWorks-specific parts of TARGET_OPTION_OVERRIDE. */ void vxworks_override_options (void) |