Add gdbarch callback to provide formats for debug info float types
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 2e824add0572a78ff5c784d87467b6719314e79b..7f1aac37425b8611974762cce4e136194c38b796 100644 (file)
@@ -36,7 +36,7 @@ esac
 # map target info into gdb names.
 
 case "${targ}" in
-aarch64*-*-elf)
+aarch64*-*-elf | aarch64*-*-rtems*)
        # Target: AArch64 embedded system
        gdb_target_obs="aarch64-tdep.o aarch64-newlib-tdep.o aarch64-insn.o"
        ;;
@@ -44,7 +44,8 @@ aarch64*-*-elf)
 aarch64*-*-linux*)
        # Target: AArch64 linux
        gdb_target_obs="aarch64-tdep.o aarch64-linux-tdep.o aarch64-insn.o \
-                       arm.o arm-tdep.o arm-linux-tdep.o \
+                       arm.o arm-linux.o arm-get-next-pcs.o arm-tdep.o \
+                       arm-linux-tdep.o \
                        glibc-tdep.o linux-tdep.o solib-svr4.o \
                        symfile-mem.o linux-record.o"
        build_gdbserver=yes
@@ -84,31 +85,34 @@ am33_2.0*-*-linux*)
 
 arm*-wince-pe | arm*-*-mingw32ce*)
        # Target: ARM based machine running Windows CE (win32)
-       gdb_target_obs="arm.o arm-tdep.o arm-wince-tdep.o windows-tdep.o"
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o \
+                       arm-wince-tdep.o windows-tdep.o"
        build_gdbserver=yes
        ;;
 arm*-*-linux*)
        # Target: ARM based machine running GNU/Linux
-       gdb_target_obs="arm.o arm-tdep.o arm-linux-tdep.o glibc-tdep.o \
+       gdb_target_obs="arm.o arm-linux.o arm-get-next-pcs.o arm-tdep.o \
+                        arm-linux-tdep.o glibc-tdep.o \
                        solib-svr4.o symfile-mem.o linux-tdep.o linux-record.o"
        build_gdbserver=yes
        ;;
 arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
        # Target: NetBSD/arm
-       gdb_target_obs="arm.o arm-tdep.o armnbsd-tdep.o solib-svr4.o"
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o armnbsd-tdep.o \
+                       solib-svr4.o"
        ;;
 arm*-*-openbsd*)
        # Target: OpenBSD/arm
-       gdb_target_obs="arm.o arm-tdep.o armbsd-tdep.o armobsd-tdep.o \
-                       obsd-tdep.o solib-svr4.o"
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o armbsd-tdep.o \
+                       armobsd-tdep.o obsd-tdep.o solib-svr4.o"
        ;;
 arm*-*-symbianelf*)
        # Target: SymbianOS/arm
-       gdb_target_obs="arm.o arm-tdep.o arm-symbian-tdep.o"
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o arm-symbian-tdep.o"
        ;;
 arm*-*-*)
        # Target: ARM embedded system
-       gdb_target_obs="arm.o arm-tdep.o"
+       gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o"
        gdb_sim=../sim/arm/libsim.a
        ;;
 
@@ -281,7 +285,7 @@ m32c-*-*)
 
 m32r*-*-linux*)
        # Target: Renesas M32R running GNU/Linux
-       gdb_target_obs="m32r-tdep.o m32r-linux-tdep.o remote-m32r-sdi.o \
+       gdb_target_obs="m32r-tdep.o m32r-linux-tdep.o \
                        glibc-tdep.o solib-svr4.o symfile-mem.o \
                        linux-tdep.o"
        gdb_sim=../sim/m32r/libsim.a
@@ -289,7 +293,7 @@ m32r*-*-linux*)
        ;;
 m32r*-*-*)
        # Target: Renesas m32r processor
-       gdb_target_obs="m32r-tdep.o remote-m32r-sdi.o"
+       gdb_target_obs="m32r-tdep.o"
        gdb_sim=../sim/m32r/libsim.a
        ;;
 
@@ -360,12 +364,12 @@ mips64*-*-openbsd*)
        ;;
 mips*-sde*-elf*)
        # Target: MIPS SDE
-       gdb_target_obs="mips-tdep.o mips-sde-tdep.o remote-mips.o"
+       gdb_target_obs="mips-tdep.o mips-sde-tdep.o"
        gdb_sim=../sim/mips/libsim.a
        ;;
 mips*-*-elf)
        # Target: MIPS ELF
-       gdb_target_obs="mips-tdep.o remote-mips.o"
+       gdb_target_obs="mips-tdep.o"
        gdb_sim=../sim/mips/libsim.a
        ;;
 mips*-*-*)
@@ -390,6 +394,11 @@ mt-*-*)
        gdb_target_obs="mt-tdep.o"
        ;;
 
+nds32*-*-elf)
+       # Target: AndesTech NDS32 core
+       gdb_target_obs="nds32-tdep.o"
+       ;;
+
 nios2*-*-linux*)
        # Target: Altera Nios II running Linux
        gdb_target_obs="nios2-tdep.o nios2-linux-tdep.o solib-svr4.o \
@@ -448,14 +457,13 @@ powerpc*-*-*)
        # Target: PowerPC running eabi
        gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o solib-svr4.o \
                        ravenscar-thread.o ppc-ravenscar-thread.o"
-       if test -f ../sim/ppc/Makefile; then
-         gdb_sim=../sim/ppc/libsim.a
-       fi
+       gdb_sim=../sim/ppc/libsim.a
        ;;
 
 s390*-*-linux*)
        # Target: S390 running Linux
-       gdb_target_obs="s390-linux-tdep.o solib-svr4.o linux-tdep.o"
+       gdb_target_obs="s390-linux-tdep.o solib-svr4.o linux-tdep.o \
+                       linux-record.o"
        build_gdbserver=yes
        ;;
 
@@ -474,9 +482,6 @@ rx-*-elf)
 score-*-*)
        # Target: S+core embedded system
        gdb_target_obs="score-tdep.o"
-       if test -f ../sim/score/Makefile; then
-         gdb_sim=../sim/score/libsim.a
-       fi
        build_gdbserver=yes
        ;;
 
@@ -650,6 +655,9 @@ x86_64-*-dicos*)
        gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
                        dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o"
        ;;
+x86_64-*-elf* | x86_64-*-rtems*)
+       gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o"
+        ;;
 x86_64-*-linux*)
        # Target: GNU/Linux x86-64
        gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \
This page took 0.028833 seconds and 4 git commands to generate.