aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-02-16 16:51:26 +0000
committerStan Cox <coxs@gnu.org>1996-02-16 16:51:26 +0000
commitb7237e6d0665c26eb8a85bcaba32e1a2b5992588 (patch)
tree4c739352cc9c00a03b9c5aefec01b6f52dac9392
parentd393843914e750173ca0cfcc4668ee12fac2455d (diff)
downloadgcc-b7237e6d0665c26eb8a85bcaba32e1a2b5992588.zip
gcc-b7237e6d0665c26eb8a85bcaba32e1a2b5992588.tar.gz
gcc-b7237e6d0665c26eb8a85bcaba32e1a2b5992588.tar.bz2
(OPTIMIZATION_OPTIONS): call optimization_options
From-SVN: r11288
-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 5b461c4..1bcbb09 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)