From: DJ Delorie Date: Fri, 13 Jun 2003 23:55:54 +0000 (-0400) Subject: bsd.h: Remove ASM_FILE_START. X-Git-Tag: releases/gcc-3.4.0~5852 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=267409e8b0f3b3cd7a2ee231129cb43b1625f166;p=thirdparty%2Fgcc.git bsd.h: Remove ASM_FILE_START. * config/i386/bsd.h: Remove ASM_FILE_START. * config/i386/djgpp.h: Likewise. * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax. * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ... * config.gcc (i[34567]86-pc-msdosdjgpp): ... here. From-SVN: r67922 --- diff --git a/gcc/config.gcc b/gcc/config.gcc index f5c5a1e53dda..88130246285a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1022,7 +1022,7 @@ i[34567]86-*-gnu*) ;; i[34567]86-pc-msdosdjgpp*) xm_file=i386/xm-djgpp.h - tm_file="dbxcoff.h ${tm_file} i386/djgpp.h" + tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h" tmake_file=i386/t-djgpp gnu_ld=yes gas=yes