diff options
author | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
commit | 0949843db222949909c1cc15724459445105ea1b (patch) | |
tree | 67f494d7588ecdf38c9a0c3c385d6e0c5ec23804 /bfd/config.bfd | |
parent | baaff79e16566902d0e30816bc3fe6b6fb12c323 (diff) | |
download | gdb-0949843db222949909c1cc15724459445105ea1b.zip gdb-0949843db222949909c1cc15724459445105ea1b.tar.gz gdb-0949843db222949909c1cc15724459445105ea1b.tar.bz2 |
Add (linker) support for CR16C processor
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index bb5ab62..ec326cc 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -306,6 +306,11 @@ case "${targ}" in targ_underscore=yes ;; + cr16c-*-elf*) + targ_defvec=bfd_elf32_cr16c_vec + targ_underscore=yes + ;; + cris-*-*) targ_defvec=cris_aout_vec targ_selvecs="bfd_elf32_us_cris_vec bfd_elf32_cris_vec ieee_vec" |