Not sure this is still needed ...
Signed-off-by: Jie Zhang <jie@codesourcery.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
"aarch64*-*-*" {
set asm-arch aarch64
}
- "bfin-*-*" {
+ "bfin-*-elf" {
set asm-arch bfin
+ set debug-flags "-g"
+ }
+ "bfin-*-uclinux" {
+ set asm-arch bfin
+ set debug-flags "-g"
+ if ![target_info exists use_binfmt_flat] {
+ verbose "Skipping asm-source.exp for bfin-uclinux fdpic."
+ continue;
+ }
+ append link-flags " -elf2flt"
}
"frv-*-*" {
set asm-arch frv
# This is a test for the gdb command "dump".
+# Blackfin does not have MMU. The load address might change between
+# different invocations of application. So it is not guaranteed that
+# dump file from one invocation can be restored in another invocation.
+if { [istarget "bfin-*-uclinux"] || [istarget "bfin-*-linux-uclibc"] } then {
+ return 0
+}
+
standard_testfile
set options {debug}