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 06b089d..994b9d3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Bernardo Innocenti <bernie@develer.com> + + * config.bfd: Add m68k-uClinux target. + 2004-01-01 Grant Edwards <grante@visi.com> * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored. diff --git a/bfd/config.bfd b/bfd/config.bfd index 4987bce..152d393 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -651,7 +651,7 @@ case "${targ}" in targ_defvec=m68kcoff_vec targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec" ;; - m68*-*-elf* | m68*-*-sysv4*) + m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux*) targ_defvec=bfd_elf32_m68k_vec targ_selvecs="m68kcoff_vec ieee_vec" ;; |