diff options
author | Steve Chamberlain <sac@cygnus> | 1994-04-29 16:48:25 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-04-29 16:48:25 +0000 |
commit | dbf13547b7ec255d095409e0c7a9ee2d8b96d505 (patch) | |
tree | b625f416f5ed452de8240006666cfd1cb987024c /bfd | |
parent | 7c6ba20141be963dccbf99168c3025eaf5e083ca (diff) | |
download | gdb-dbf13547b7ec255d095409e0c7a9ee2d8b96d505.zip gdb-dbf13547b7ec255d095409e0c7a9ee2d8b96d505.tar.gz gdb-dbf13547b7ec255d095409e0c7a9ee2d8b96d505.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rwxr-xr-x | bfd/config.bfd | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 96bd2a0..860241f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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) diff --git a/bfd/config.bfd b/bfd/config.bfd index ca52682..dc901e8 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;; |