[PATCH] Obsolete m32c-rtems and m32r-rtems
Joel Sherrill
joel@rtems.org
Mon Dec 20 15:47:28 GMT 2021
More information about the Binutils mailing list
Mon Dec 20 15:47:28 GMT 2021
- Previous message (by thread): [PATCH 3/3] bfd: merge doc subdir up a level
- Next message (by thread): [PATCH] binutils: fix stack-overflow in debug_write_type [BZ #28718]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2020-12-20 Joel Sherrill <joel@rtems.org> bfd/ * config.bfd (m32c-*-rtems*): Remove target. ld/ * configure.tgt (m32c-*-rtems*): Remove target. * configure.tgt (m32r-*-rtems*): Remove target. --- bfd/config.bfd | 2 +- ld/configure.tgt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bfd/config.bfd b/bfd/config.bfd index 23669b74d68..c062ef8b44c 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -793,7 +793,7 @@ case "${targ}" in targ_selvecs=lm32_elf32_vec ;; - m32c-*-elf | m32c-*-rtems*) + m32c-*-elf) targ_defvec=m32c_elf32_vec targ_underscore=yes ;; diff --git a/ld/configure.tgt b/ld/configure.tgt index 9a491eb3df3..925ce076179 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -436,12 +436,12 @@ lm32-*-*linux*) targ_emul=elf32lm32fd lm32-*-*) targ_emul=elf32lm32 targ_extra_emuls="elf32lm32fd" ;; -m32c-*-elf | m32c-*-rtems*) +m32c-*-elf) targ_emul=elf32m32c ;; m32r*le-*-elf*) targ_emul=m32rlelf ;; -m32r*-*-elf* | m32r*-*-rtems*) +m32r*-*-elf*) targ_emul=m32relf ;; m32r*le-*-linux-*) targ_emul=m32rlelf_linux -- 2.24.4
- Previous message (by thread): [PATCH 3/3] bfd: merge doc subdir up a level
- Next message (by thread): [PATCH] binutils: fix stack-overflow in debug_write_type [BZ #28718]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list