* config.bfd (*-go32): Changed to coff.

* coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
	* srec.c (srec_write_symbols): Write out the correct number of
	symbols and don't stick in extra nulls.
This commit is contained in:
Steve Chamberlain 1994-04-29 16:48:25 +00:00
parent 7c6ba20141
commit dbf13547b7
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Fri Apr 29 09:42:39 1994 Steve Chamberlain (sac@cygnus.com)
* config.bfd (*-go32): Changed to coff.
* coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
* srec.c (srec_write_symbols): Write out the correct number of
symbols and don't stick in extra nulls.
Tue Apr 26 15:07:24 1994 Stan Shebs (shebs@andros.cygnus.com)

View File

@ -83,6 +83,7 @@ case "${canon}" in
mips*-*-ecoff*) bfd_name=bigmips ;;
mips*-*-irix5*) bfd_name=mipsbelf ;;
mips*-sgi-*) bfd_name=bigmips ;;
mips*-*-sysv4*) bfd_name=mipsbelf ;;
mips*-*-sysv*) bfd_name=riscos ;;
mips*-*-riscos*) bfd_name=riscos ;;
mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
@ -118,7 +119,7 @@ case "${canon}" in
*-*-sysv4*) bfd_name=${cpu}-elf ;;
*-*-solaris2*) bfd_name=${cpu}-elf ;;
*-*-vsta*) bfd_name=${cpu}-aout ;;
*-*-go32*) bfd_name=${cpu}-aout ;;
*-*-go32*) bfd_name=${cpu}-coff ;;
*-*-sysv*) bfd_name=${cpu}-coff ;;
*-*-aout64*) bfd_name=${cpu}-aout64 ;;