aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/dgux.h
diff options
context:
space:
mode:
authorStan Cox <coxs@gcc.gnu.org>1996-02-16 16:51:26 +0000
committerStan Cox <coxs@gcc.gnu.org>1996-02-16 16:51:26 +0000
commit67abaf8f955b52c53463e24add11a065573f0c55 (patch)
tree4c739352cc9c00a03b9c5aefec01b6f52dac9392 /gcc/config/i386/dgux.h
parentb8ffd55700e251454abceafa1480ef4790fc58b5 (diff)
(OPTIMIZATION_OPTIONS): call optimization_options
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/dgux.h')
-rw-r--r--gcc/config/i386/dgux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h
index 5b461c49259..1bcbb09a3ba 100644
--- a/gcc/config/i386/dgux.h
+++ b/gcc/config/i386/dgux.h
@@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/sysv4.h"
#ifndef VERSION_INFO2
-#define VERSION_INFO2 "$Revision$"
+#define VERSION_INFO2 "$Revision: 1.1 $"
#endif
#ifndef VERSION_STRING
@@ -132,6 +132,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern int flag_signed_bitfields; \
flag_signed_bitfields = 0; \
abort_helper (); \
+ optimization_options (LEVEL); \
} while (0)