* config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL)
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 21 Mar 2005 20:50:26 +0000 (20:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 21 Mar 2005 20:50:26 +0000 (20:50 +0000)
(TARGET_DEFAULT, target_flags, TARGET_SWITCHES): Delete.
* config/fr30/fr30.opt: New file.

From-SVN: r96830

gcc/ChangeLog
gcc/config/fr30/fr30.h
gcc/config/fr30/fr30.opt [new file with mode: 0644]

index 571faaeda0f564d0abb85f72b9c8e1b34bb9461e..acdafa6ade9508a6f470834b1029195af3a1f760 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL)
+       (TARGET_DEFAULT, target_flags, TARGET_SWITCHES): Delete.
+       * config/fr30/fr30.opt: New file.
+
 2005-03-18  Daniel Berlin  <dberlin@dberlin.org>
        
        Fix PR tree-optimization/20542
index 7847a7672bda0c4e42f965ab72751bbd55ab422e..8f3d4de738711eb9a6a6215fa96113683f055d1b 100644 (file)
@@ -49,24 +49,6 @@ Boston, MA 02111-1307, USA.  */
     }                                          \
    while (0)
 
-/* Use LDI:20 instead of LDI:32 to load addresses.  */
-#define TARGET_SMALL_MODEL_MASK        (1 << 0)
-#define TARGET_SMALL_MODEL     (target_flags & TARGET_SMALL_MODEL_MASK)
-
-#define TARGET_DEFAULT         0
-
-/* This declaration should be present.  */
-extern int target_flags;
-
-#define TARGET_SWITCHES                                                \
-{                                                              \
-  { "small-model",      TARGET_SMALL_MODEL_MASK,               \
-    N_("Assume small address space") },                                \
-  { "no-small-model", - TARGET_SMALL_MODEL_MASK, "" },         \
-  { "no-lsim",          0, "" },                               \
-  { "",                 TARGET_DEFAULT, "" }                   \
-}
-
 #define TARGET_VERSION fprintf (stderr, " (fr30)");
 
 #define CAN_DEBUG_WITHOUT_FP
diff --git a/gcc/config/fr30/fr30.opt b/gcc/config/fr30/fr30.opt
new file mode 100644 (file)
index 0000000..bf6f869
--- /dev/null
@@ -0,0 +1,27 @@
+; Options for the FR30 port of the compiler.
+
+; Copyright (C) 2005 Free Software Foundation, Inc.
+;
+; This file is part of GCC.
+;
+; GCC is free software; you can redistribute it and/or modify it under
+; the terms of the GNU General Public License as published by the Free
+; Software Foundation; either version 2, or (at your option) any later
+; version.
+;
+; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+; WARRANTY; without even the implied warranty of MERCHANTABILITY or
+; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+; for more details.
+;
+; You should have received a copy of the GNU General Public License
+; along with GCC; see the file COPYING.  If not, write to the Free
+; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+; 02111-1307, USA.
+
+msmall-model
+Target Report Mask(SMALL_MODEL)
+Assume small address space
+
+mno-lsim
+Target RejectNegative Undocumented