diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-29 01:17:58 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-29 01:17:58 +0000 |
commit | 89665c8562dac7459029330dabb4e426cd1643a6 (patch) | |
tree | ba05dedc3eeb42b9c2cb71a26a7ab31b83a12276 /bfd/configure.host | |
parent | 6f2d32120e50bd3bc24ac0c16f53875a35788314 (diff) | |
download | gdb-89665c8562dac7459029330dabb4e426cd1643a6.zip gdb-89665c8562dac7459029330dabb4e426cd1643a6.tar.gz gdb-89665c8562dac7459029330dabb4e426cd1643a6.tar.bz2 |
Wed Jun 28 18:04:42 1995 Steve Chamberlain <sac@slash.cygnus.com>
* Makefile.in: versados.o is now conditionally built.
* coffcode.h (add_data_entry): New function.
(coff_write_object_contents): Clean up. Calculate
data entries.
* cofflink.c (_bfd_coff_generic_relocate_section):
.reloc and .edata sections are IMAGE_BASED too.
If there's a base_file then write out base information.
* configure.host (i386-*-pe): New.
* syms.c (coff_section_type): Only scan prefixes.
* targets.c (bfd_target_vector): Versados is now conditionally
built.
* config/m68k-coff.mt: Build versados.o
* hosts/i386pe.h: New file.
Diffstat (limited to 'bfd/configure.host')
-rw-r--r-- | bfd/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/configure.host b/bfd/configure.host index 7773b1b..1053ce6 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -30,9 +30,11 @@ i[345]86-sequent-bsd*) my_host=symmetry ;; i[345]86-sequent-sysv4*) my_host=sysv4 ;; i[345]86-sequent-sysv*) my_host=symmetry ;; i[345]86-*-bsd*) my_host=i386bsd ;; +i[345]86-*-freebsd*) my_host=i386bsd ;; i[345]86-*-netbsd*) my_host=i386bsd ;; i[345]86-ncr*-sysv4*) my_host=ncr3000 ;; i[345]86-*-go32*) my_host=go32 ;; +i[345]86-*-pe*) my_host=i386pe ;; i[345]86-esix-sysv3*) my_host=esix ;; i[345]86-*-sysv4*) my_host=i386v4 ;; i[345]86-*-sysv*) my_host=i386v ;; @@ -88,6 +90,7 @@ romp-*-*) my_host=rtbsd ;; rs6000-*-lynx*) my_host=rs6000lynx ;; rs6000-*-*) my_host=rs6000 ;; +powerpc-*-aix*) my_host=rs6000 ;; sparc-*-lynxos*) my_host=sparclynx ;; sparc-*-netbsd*) my_host=sparcnbsd;; |