aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/dgux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/dgux.h')
-rw-r--r--gcc/config/i386/dgux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h
index ccc8a0a..54b29af 100644
--- a/gcc/config/i386/dgux.h
+++ b/gcc/config/i386/dgux.h
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#include "i386/sysv4.h"
#ifndef VERSION_INFO2
-#define VERSION_INFO2 "$Revision: 1.6 $"
+#define VERSION_INFO2 "$Revision: 1.7 $"
#endif
#ifndef VERSION_STRING
@@ -228,7 +228,7 @@ Boston, MA 02111-1307, USA. */
#undef SELECT_RTX_SECTION
#define SELECT_RTX_SECTION(MODE,RTX) \
{ \
- if (flag_pic && symbolic_operand (RTX)) \
+ if (flag_pic && symbolic_operand (RTX, VOIDmode)) \
data_section (); \
else \
const_section (); \