diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b9c451a3a1..1b3c4598aa7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,15 +1,11 @@ +Tue Jun 9 01:08:47 1998 Richard Henderson + + * toplev.c (flag_new_exceptions): Remove extraneous `extern'. + Mon Jun 8 23:24:48 PDT 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. -Mon Jun 8 23:02:19 PDT 1998 Jeff Law (law@cygnus.com) - - * version.c: Bump for snapshot. - -Mon Jun 8 22:45:08 PDT 1998 Jeff Law (law@cygnus.com) - - * version.c: Bump for snapshot. - Mon Jun 8 23:24:58 1998 David Edelsohn * rs6000.md (mulsidi3): Add !TARGET_POWERPC64 constraint. diff --git a/gcc/toplev.c b/gcc/toplev.c index ed0e1a4a804..f68c9add1ec 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -603,7 +603,7 @@ int flag_exceptions; /* Nonzero means use the new model for exception handling. Replaces -DNEW_EH_MODEL as a compile option. */ -extern int flag_new_exceptions = 0; +int flag_new_exceptions = 0; /* Nonzero means don't place uninitialized global data in common storage by default. */