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
This commit is contained in:
parent
6e287baeec
commit
267409e8b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue