[patch] Remove dead code from config/i386/unix.h

Nathanael Nerode neroden@twcny.rr.com
Fri Sep 26 05:44:00 GMT 2003


This appears to be totally unused.  Bootstrapped i686-pc-linux-gnu.
OK to commit to mainline?

	* config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.

Index: unix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/unix.h,v
retrieving revision 1.25
diff -u -r1.25 unix.h
--- unix.h	26 Sep 2003 04:07:46 -0000	1.25
+++ unix.h	26 Sep 2003 04:32:59 -0000
@@ -22,8 +22,6 @@
    that are the same for all the i386 Unix systems
    (though they may differ in non-Unix systems).  */
 
-#define DEFAULT_ASSEMBLER_DIALECT 0
-
 /* Define macro used to output shift-double opcodes when the shift
    count is in %cl.  Some assemblers require %cl as an argument;
    some don't.  This macro controls what to do: by default, don't




More information about the Gcc-patches mailing list