diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 20:46:47 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 20:46:47 +0000 |
commit | a6e98532bce126b1d4ef91d20a3069d2a67e1fcf (patch) | |
tree | ab28735e4e0255d5577353f0413ea5619231dd8f /gcc/config/i386/unix.h | |
parent | 9e2f83d247fa4ab46a5807ef4cd2478887143fa7 (diff) | |
download | gcc-a6e98532bce126b1d4ef91d20a3069d2a67e1fcf.zip gcc-a6e98532bce126b1d4ef91d20a3069d2a67e1fcf.tar.gz gcc-a6e98532bce126b1d4ef91d20a3069d2a67e1fcf.tar.bz2 |
* config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
From-SVN: r71835
Diffstat (limited to 'gcc/config/i386/unix.h')
-rw-r--r-- | gcc/config/i386/unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index f348552..102afe0 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -22,8 +22,6 @@ Boston, MA 02111-1307, USA. */ 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 |