Remove some uses of is_mi_like_p from spu-tdep.c
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 1fce0798e24e162d7c456d7b881b298334ff0fbc..e9a2704ebc6e76f4c44da579ab0d5e2923b801b3 100644 (file)
@@ -29,6 +29,7 @@ case $targ in
  hppa*-*-hpux* | \
  ia64-*-hpux* | \
  *-*-vxworks* | \
+ mt-*-* | \
  null)
     echo "*** Configuration $targ is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -36,8 +37,9 @@ case $targ in
     ;;
 esac
 
-i386_tobjs="i386-tdep.o arch/i386.o i387-tdep.o"
-amd64_tobjs="amd64-tdep.o arch/amd64.o"
+x86_tobjs="x86-tdep.o"
+i386_tobjs="i386-tdep.o arch/i386.o i387-tdep.o ${x86_tobjs}"
+amd64_tobjs="amd64-tdep.o arch/amd64.o ${x86_tobjs}"
 
 # Here are three sections to get a list of target specific object
 # files according to target triplet $TARG.
@@ -46,7 +48,7 @@ amd64_tobjs="amd64-tdep.o arch/amd64.o"
 
 case "${targ}" in
 aarch64*-*-*)
-       cpu_obs="aarch64-tdep.o arch/aarch64-insn.o";;
+       cpu_obs="aarch64-tdep.o arch/aarch64-insn.o arch/aarch64.o";;
 
 alpha*-*-*)
        # Target: Alpha
@@ -114,7 +116,7 @@ aarch64*-*-freebsd*)
 
 aarch64*-*-linux*)
        # Target: AArch64 linux
-       gdb_target_obs="aarch64-linux-tdep.o \
+       gdb_target_obs="aarch64-linux-tdep.o arch/aarch64.o\
                        arch/arm.o arch/arm-linux.o arch/arm-get-next-pcs.o \
                        arm-tdep.o arm-linux-tdep.o \
                        glibc-tdep.o linux-tdep.o solib-svr4.o \
@@ -371,11 +373,6 @@ m68*-*-openbsd*)
        gdb_target_obs="m68k-tdep.o m68k-bsd-tdep.o"
        ;;
 
-m88*-*-openbsd*)
-       # Target: OpenBSD/m88k
-       gdb_target_obs="m88k-tdep.o"
-       ;;
-
 mep-*-*)
        # Target: Toshiba Media Processor (MEP)
        gdb_target_obs="mep-tdep.o"
@@ -442,11 +439,6 @@ msp430*-*-elf)
        gdb_sim=../sim/msp430/libsim.a
        ;;
 
-mt-*-*)
-       # Target: Morpho Technologies ms1 processor
-       gdb_target_obs="mt-tdep.o"
-       ;;
-
 nds32*-*-elf)
        # Target: AndesTech NDS32 core
        gdb_target_obs="nds32-tdep.o"
@@ -463,6 +455,12 @@ nios2*-*-*)
        gdb_target_obs="nios2-tdep.o"
        ;;
 
+or1k-*-* | or1knd-*-*)
+       # Target: OpenCores OpenRISC 1000 32-bit implementation bare metal
+       gdb_target_obs="or1k-tdep.o"
+       gdb_sim=../sim/or1k/libsim.a
+       ;;
+
 powerpc*-*-freebsd*)
        # Target: FreeBSD/powerpc
        gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \
@@ -513,11 +511,16 @@ powerpc*-*-*)
 
 s390*-*-linux*)
        # Target: S390 running Linux
-       gdb_target_obs="s390-linux-tdep.o solib-svr4.o linux-tdep.o \
-                       linux-record.o"
+       gdb_target_obs="s390-linux-tdep.o s390-tdep.o solib-svr4.o \
+                       linux-tdep.o linux-record.o symfile-mem.o"
        build_gdbserver=yes
        ;;
 
+riscv*-*-*)
+       # Target: RISC-V architecture
+       gdb_target_obs="riscv-tdep.o"
+       ;;
+
 rl78-*-elf)
        # Target: Renesas rl78
        gdb_target_obs="rl78-tdep.o"
@@ -538,7 +541,7 @@ score-*-*)
 
 sh*-*-linux*)
        # Target: GNU/Linux Super-H
-       gdb_target_obs="sh-tdep.o sh64-tdep.o sh-linux-tdep.o \
+       gdb_target_obs="sh-tdep.o sh-linux-tdep.o \
                        solib-svr4.o symfile-mem.o \
                        glibc-tdep.o linux-tdep.o"
        gdb_sim=../sim/sh/libsim.a
@@ -551,16 +554,11 @@ sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
        ;;
 sh*-*-openbsd*)
        # Target: OpenBSD/sh
-       gdb_target_obs="sh-tdep.o sh64-tdep.o sh-nbsd-tdep.o"
-       ;;
-sh64-*-elf*)
-       # Target: Renesas/Super-H 64 bit with simulator
-       gdb_target_obs="sh-tdep.o sh64-tdep.o"
-       gdb_sim=../sim/sh64/libsim.a
+       gdb_target_obs="sh-tdep.o sh-nbsd-tdep.o"
        ;;
 sh*)
        # Target: Embedded Renesas Super-H processor
-       gdb_target_obs="sh-tdep.o sh64-tdep.o"
+       gdb_target_obs="sh-tdep.o"
        gdb_sim=../sim/sh/libsim.a
        ;;
 
This page took 0.045289 seconds and 4 git commands to generate.