* config/h8300/h8300.c (TARGET_DEFAULT_TARGET_FLAGS): New.
authorPrafulla Thakare <prafullat@kpitcummins.com>
Mon, 28 Aug 2006 13:51:04 +0000 (13:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 28 Aug 2006 13:51:04 +0000 (13:51 +0000)
From-SVN: r116509

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 3acd226d174e90f7d5437083256cb00441bb4a6e..745c64217fe3d5e6bec4a4ee3f0d48de68d5d094 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-28  Prafulla Thakare  <prafullat@kpitcummins.com>
+
+       * config/h8300/h8300.c (TARGET_DEFAULT_TARGET_FLAGS): New.
+
 2006-08-27  Roger Sayle  <roger@eyesopen.com>
 
        * ifcvt.c (cheap_bb_rtx_cost_p): Don't speculatively execute
index 9dd8b76bfb201e72310e2ae84d3697226ef7e77e..cfda1f3d098912e6b0f99121780e413b165fa3ec 100644 (file)
@@ -5746,4 +5746,7 @@ h8300_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
 #undef  TARGET_MACHINE_DEPENDENT_REORG
 #define TARGET_MACHINE_DEPENDENT_REORG h8300_reorg
 
+#undef TARGET_DEFAULT_TARGET_FLAGS
+#define TARGET_DEFAULT_TARGET_FLAGS TARGET_DEFAULT
+
 struct gcc_target targetm = TARGET_INITIALIZER;