Removing lookup_minimal_symbol_and_objfile
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 122baf3a8897b0152824563dda9666f0a1f1afb5..f197160896b2fdd3cd631e2c94378b9a95fcb19a 100644 (file)
@@ -37,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.
@@ -372,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"
@@ -496,7 +492,8 @@ powerpc*-*-linux*)
                        spu-multiarch.o \
                        glibc-tdep.o symfile-mem.o linux-tdep.o \
                        ravenscar-thread.o ppc-ravenscar-thread.o \
-                       linux-record.o "
+                       linux-record.o \
+                       arch/ppc-linux-common.o"
        gdb_sim=../sim/ppc/libsim.a
        build_gdbserver=yes
        ;;
@@ -520,6 +517,11 @@ s390*-*-linux*)
        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"
@@ -540,7 +542,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
@@ -553,16 +555,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
        ;;
 
@@ -735,7 +732,7 @@ x86_64-*-openbsd*)
 x86_64-*-rtems*)
        gdb_target_obs="${amd64_tobjs} ${i386_tobjs} i386-bsd-tdep.o"
        ;;
-xtensa*-*-linux*)      gdb_target=linux
+xtensa*-*-linux*)
        # Target: GNU/Linux Xtensa
        gdb_target_obs="xtensa-linux-tdep.o symfile-mem.o linux-tdep.o"
        build_gdbserver=yes
This page took 0.025692 seconds and 4 git commands to generate.