This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, Committed] Fix bootstrap everwhere except for powerpc-apple-darwin


Committed as obvious.


-- Pinski


ChangeLog:
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove extraneous semicolon.




Index: target-def.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/target-def.h,v
retrieving revision 1.95
diff -u -p -r1.95 target-def.h
--- target-def.h        16 Aug 2004 20:54:36 -0000      1.95
+++ target-def.h        16 Aug 2004 21:51:32 -0000
@@ -274,7 +274,7 @@ Foundation, 59 Temple Place - Suite 330,
    TARGET_SCHED_IS_COSTLY_DEPENDENCE}

 /* In except.c */
-#define TARGET_EH_RETURN_FILTER_MODE  default_eh_return_filter_mode;
+#define TARGET_EH_RETURN_FILTER_MODE  default_eh_return_filter_mode

 /* In tree.c.  */
 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]