This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
With the patch below my signature, i386-go32-rtems works again in
gas-971208 just as in binutils 2.8.1.
--joel
Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
* bfd/config.bfd (i[3456]86*-go32-rtems*): Fix to be the same
as i[3456]86-go32.
* gas/configure.in (i386*-go32-rtems*): Fix to be the same
as i[3456]86-go32.
diff -r -c gas-971208-orig/bfd/config.bfd gas-971208/bfd/config.bfd
*** gas-971208-orig/bfd/config.bfd Mon Dec 8 03:18:59 1997
--- gas-971208/bfd/config.bfd Sat Dec 20 14:21:49 1997
***************
*** 152,158 ****
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec
;;
! i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32*)
targ_defvec=go32coff_vec
targ_selvecs="go32stubbedcoff_vec i386aout_vec"
;;
--- 152,158 ----
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec
;;
! i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32* | i[3456]86-go32-rtems* )
targ_defvec=go32coff_vec
targ_selvecs="go32stubbedcoff_vec i386aout_vec"
;;
diff -r -c gas-971208-orig/gas/configure.in gas-971208/gas/configure.in
*** gas-971208-orig/gas/configure.in Mon Dec 8 03:30:17 1997
--- gas-971208/gas/configure.in Mon Dec 22 10:40:41 1997
***************
*** 167,173 ****
i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
fmt=coff ;;
i386-*-vsta) fmt=aout ;;
! i386-*-msdosdjgpp* | i386-*-go32*)
fmt=coff em=go32;;
i386-*-rtems*) fmt=coff ;;
i386-*-gnu*) fmt=elf ;;
--- 167,173 ----
i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
fmt=coff ;;
i386-*-vsta) fmt=aout ;;
! i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
fmt=coff em=go32;;
i386-*-rtems*) fmt=coff ;;
i386-*-gnu*) fmt=elf ;;