diff options
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 ;; |