From: Nathanael Nerode Date: Fri, 26 Sep 2003 20:46:47 +0000 (+0000) Subject: * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6e98532bce126b1d4ef91d20a3069d2a67e1fcf;p=gcc.git * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT. From-SVN: r71835 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72e9756a892..34f80133c9a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-26 Nathanael Nerode + + * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT. + 2003-09-26 Loren James Rittle * config/i386/i386.h (ix86_return_in_memory): Revert my last patch. diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index f3485524124..102afe0da30 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