mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Add moxie-uclinux support.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-31 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
|
* config.bfd (targ_cpu): Add moxie-uclinux support.
|
||||||
|
|
||||||
2009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
|
2009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
* linker.c (fix_syms): Consider SEC_LOAD when choosing section.
|
* linker.c (fix_syms): Consider SEC_LOAD when choosing section.
|
||||||
|
@ -418,7 +418,7 @@ case "${targ}" in
|
|||||||
targ_selvecs=bfd_elf32_frv_vec
|
targ_selvecs=bfd_elf32_frv_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
moxie-*-elf)
|
moxie-*-elf | moxie-*-uclinux)
|
||||||
targ_defvec=bfd_elf32_moxie_vec
|
targ_defvec=bfd_elf32_moxie_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-31 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
|
* configure.tgt (generic_target): Add moxie-uclinux support.
|
||||||
|
|
||||||
2009-07-30 Nick Clifton <nickc@redhat.com>
|
2009-07-30 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
|
* doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
|
||||||
|
@ -149,6 +149,7 @@ case ${generic_target} in
|
|||||||
frv-*-*linux*) fmt=elf em=linux;;
|
frv-*-*linux*) fmt=elf em=linux;;
|
||||||
frv-*-*) fmt=elf ;;
|
frv-*-*) fmt=elf ;;
|
||||||
|
|
||||||
|
moxie-*-uclinux) fmt=elf em=linux;;
|
||||||
moxie-*-*) fmt=elf ;;
|
moxie-*-*) fmt=elf ;;
|
||||||
|
|
||||||
hppa-*-linux*)
|
hppa-*-linux*)
|
||||||
|
Reference in New Issue
Block a user