diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-24 09:26:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-24 09:26:58 +0000 |
commit | 436e8db0b74a5434fa8b1a2a15536f2358cf1543 (patch) | |
tree | 270f459331fd52dc82cb1bc3100ed2df56c900e8 /bfd | |
parent | 83a4591080ee180969ab490b85ef8a7d7f90cbc0 (diff) | |
download | gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.zip gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.gz gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.bz2 |
Add a target for i386-netbsdpe.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4bf712a..f1a700f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-05-24 TAMURA Kent <kent@netbsd.org> + + * config.bfd: Add a target for i386-netbsdpe. + 2002-05-24 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func diff --git a/bfd/config.bfd b/bfd/config.bfd index f42451c..1afdd85 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -381,6 +381,10 @@ case "${targ}" in targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386netbsd_vec ;; + i[3456]86-*-netbsdpe*) + targ_defvec=i386pe_vec + targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" + ;; i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*) targ_defvec=i386netbsd_vec targ_selvecs="bfd_elf32_i386_vec i386bsd_vec" |