$OpenBSD: patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_h,v 1.1 2001/09/07 16:47:23 espie Exp $
--- language/modula3/m3compiler/m3cc/gcc/config/i386/i386.h.orig	Fri Sep  7 17:48:43 2001
+++ language/modula3/m3compiler/m3cc/gcc/config/i386/i386.h	Fri Sep  7 17:49:00 2001
@@ -2450,7 +2450,7 @@ do { long l;						\
    c -- don't print special prefixes before constant operands.  */
 
 #define PRINT_OPERAND_PUNCT_VALID_P(CODE)				\
-  ((CODE) == '*')
+  ((CODE) == '*' || (CODE) == '_')
 
 /* Print the name of a register based on its machine mode and number.
    If CODE is 'w', pretend the mode is HImode.
