]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/vax/elf.h
tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
[gcc.git] / gcc / config / vax / elf.h
index c7b3d2124b2ca1631fc9346ff126ca0f2200f530..8e5f4afe650c8d0f4ee8d6571ab583866c97429d 100644 (file)
@@ -1,5 +1,6 @@
 /* Target definitions for GNU compiler for VAX using ELF
-   Copyright (C) 2002, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
    Contributed by Matt Thomas <matt@3am-software.com>
 
 This file is part of GCC.
@@ -72,13 +73,10 @@ along with GCC; see the file COPYING3.  If not see
 #undef  ASM_OUTPUT_BEFORE_CASE_LABEL
 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE)
 
-#undef OVERRIDE_OPTIONS
-#define OVERRIDE_OPTIONS                               \
+#undef SUBTARGET_OVERRIDE_OPTIONS
+#define SUBTARGET_OVERRIDE_OPTIONS                     \
   do                                                   \
     {                                                  \
-      /* Do generic VAX overrides.  */                 \
-      override_options ();                             \
-                                                       \
       /* Turn off function CSE if we're doing PIC.  */ \
       if (flag_pic)                                    \
        flag_no_function_cse = 1;                       \
This page took 0.03348 seconds and 5 git commands to generate.