forked from Imagelibrary/binutils-gdb
* Makefile.am (ALL_MACHINES): Add ms1 support.
(ALL_MACHINES_CFILES): Same. (BFD32_BACKENDS): Same. (BFD32_BACKENDS_CFILES): Same. * Makefile.in: Regenerate. * archures.c (bfd_architecture): Add ms1 entries. Externalize bfd_ms1_arch. (bfd_archures_list): Add bfd_ms1_arch. * bfd-in2.h: Regenerate. * cpu-ms1.c: New file. * elf32-ms1.c: New file. * targets.c: Define extern of bfd_elf32_ms1_vec. Add bfd_elf32_ms1_vec to _bfd_target_vector. * configure.in: Add bfd_elf32_ms1_vec case. * configure: Regenerate. * config.bfd: Add ms1-*-elf to table.
This commit is contained in:
@@ -790,6 +790,7 @@ extern const bfd_target sco5_core_vec;
|
||||
extern const bfd_target trad_core_vec;
|
||||
|
||||
extern const bfd_target bfd_elf32_am33lin_vec;
|
||||
extern const bfd_target bfd_elf32_ms1_vec;
|
||||
static const bfd_target * const _bfd_target_vector[] = {
|
||||
|
||||
#ifdef SELECT_VECS
|
||||
@@ -1120,6 +1121,7 @@ static const bfd_target * const _bfd_target_vector[] = {
|
||||
&we32kcoff_vec,
|
||||
&z8kcoff_vec,
|
||||
&bfd_elf32_am33lin_vec,
|
||||
&bfd_elf32_ms1_vec,
|
||||
#endif /* not SELECT_VECS */
|
||||
|
||||
/* Always support S-records, for convenience. */
|
||||
|
||||
Reference in New Issue
Block a user