This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Use BFD assembler with DJGPP


Hi guys,
With dwarf2 support in gas set to become BFD assembler only, it looks like I've found 
the right time to switch DJGPP to BFD assembler especially since the kinks have been 
worked out with its COFF support.

gas/ChangeLog:

2000-12-13  Mark Elbrecht  <snowball3@bigfoot.com>

	* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
	  configure: Regenerate.

Index: src/gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.49
diff -c -p -r1.49 configure.in
*** configure.in	2000/12/12 19:28:12	1.49
--- configure.in	2000/12/13 19:36:59
*************** changequote([,])dnl
*** 257,263 ****
        i386-*-sco3.2*)       fmt=coff ;;
        i386-*-vsta)          fmt=aout ;;
        i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
! 			    fmt=coff em=go32
  			    AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
  			    ;;
        i386-*-rtemself*)     fmt=elf ;;
--- 257,263 ----
        i386-*-sco3.2*)       fmt=coff ;;
        i386-*-vsta)          fmt=aout ;;
        i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
! 			    fmt=coff em=go32 bfd_gas=yes
  			    AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
  			    ;;
        i386-*-rtemself*)     fmt=elf ;;
Index: src/gas/configure
===================================================================
RCS file: /cvs/src/src/gas/configure,v
retrieving revision 1.58
diff -c -p -r1.58 configure
*** configure	2000/12/01 18:19:19	1.58
--- configure	2000/12/13 19:37:21
*************** EOF
*** 2397,2403 ****
        i386-*-sco3.2*)       fmt=coff ;;
        i386-*-vsta)          fmt=aout ;;
        i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
! 			    fmt=coff em=go32
  			    cat >> confdefs.h <<\EOF
  #define STRICTCOFF 1
  EOF
--- 2397,2403 ----
        i386-*-sco3.2*)       fmt=coff ;;
        i386-*-vsta)          fmt=aout ;;
        i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
! 			    fmt=coff em=go32 bfd_gas=yes
  			    cat >> confdefs.h <<\EOF
  #define STRICTCOFF 1
  EOF


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]