diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
commit | a06a29f25f5dc608a08e5ff3608923c97769faee (patch) | |
tree | 45d799cf5cb376027f0037b0ef3e1fc318100cac /bfd | |
parent | 9692141b0ac99192d6309757ff6c5376bc97593f (diff) | |
download | gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.zip gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.gz gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.bz2 |
Add i386-netbsd-gnu target.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 276c491..487f23c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-06-13 Robert Millan <zeratul2@wanadoo.es> + + * config.bfd: Add i386-netbsd-gnu target. + 2003-06-12 Nick Clifton <nickc@redhat.com> * opncls.c (calc_crc32): Rename to diff --git a/bfd/config.bfd b/bfd/config.bfd index 1627350..90b52cc 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -446,7 +446,7 @@ case "${targ}" in targ_cflags=-DOLD_FREEBSD_ABI_LABEL ;; esac ;; - i[3-7]86-*-netbsdelf*) + i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386netbsd_vec ;; |