Uniquefy gdb.threads/attach-into-signal.exp
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index c97ebdd982ca504b11201fa8eba5ef5bf8ae2e55..f2c1a2d8bda41dc766326dee148928c7e6c7af61 100644 (file)
@@ -44,8 +44,9 @@ aarch64*-*-elf)
 aarch64*-*-linux*)
        # Target: AArch64 linux
        gdb_target_obs="aarch64-tdep.o aarch64-linux-tdep.o \
+                       arm-tdep.o arm-linux-tdep.o \
                        glibc-tdep.o linux-tdep.o solib-svr4.o \
-                       symfile-mem.o"
+                       symfile-mem.o linux-record.o"
        build_gdbserver=yes
        ;;
 
@@ -615,6 +616,11 @@ xstormy16-*-*)
        # No simulator libraries are needed -- target uses SID.
        ;;
 
+ft32-*-elf)
+       gdb_target_obs="ft32-tdep.o"
+       gdb_sim=../sim/ft32/libsim.a
+       ;;
+
 v850*-*-elf | v850*-*-rtems*)
        # Target: NEC V850 processor
        gdb_target_obs="v850-tdep.o"
This page took 0.02304 seconds and 4 git commands to generate.