mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
Add moxie-rtems support
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-07-30 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
|
* config.bfd (targ_cpu): Add moxie-*-rtems support.
|
||||||
|
|
||||||
2010-07-29 Alan Modra <amodra@gmail.com>
|
2010-07-29 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in
|
* elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in
|
||||||
|
@ -418,7 +418,7 @@ case "${targ}" in
|
|||||||
targ_selvecs=bfd_elf32_frv_vec
|
targ_selvecs=bfd_elf32_frv_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
moxie-*-elf | moxie-*-uclinux)
|
moxie-*-elf | moxie-*-rtems | moxie-*-uclinux)
|
||||||
targ_defvec=bfd_elf32_moxie_vec
|
targ_defvec=bfd_elf32_moxie_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user