diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-07 14:03:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-07 14:03:35 +0000 |
commit | 527a23b8c50c46c2d3b74fb7bb207c66c7251016 (patch) | |
tree | 7c3225dd80d0ddb7276317d8f1b3df59f1326e03 /bfd/ChangeLog | |
parent | 7b12cedcda5639cc94c2c4bc8d3a1e4168e58c49 (diff) | |
download | binutils-gdb-527a23b8c50c46c2d3b74fb7bb207c66c7251016.tar.gz |
* elf32-sh.c (vxworks_object_p): Only check for vxworks target vectors if
they are going to be created.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 34927fcaa8f..a30f240e1f5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2006-08-07 Nick Clifton <nickc@redhat.com> + * elf32-sh.c (vxworks_object_p): Only check for vxworks target + vectors if they are going to be created. + +2006-08-07 Nick Clifton <nickc@redhat.com> + * configure.in (bfd_elf32_shnbsd_vec): Fix typo. * configure: Regenerate. |