Add set/show debug dwarf-line.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 7fdd34e4285fbf90602676ed8712b4c7b869a260..4e4d6a90684154b5bc97775bbe5289c1f4ef2f8c 100644 (file)
@@ -24,6 +24,8 @@ case $targ in
  mips*-*-pe | \
  rs6000-*-lynxos* | \
  sh*-*-pe | \
+ hppa*-*-hpux* | \
+ ia64-*-hpux* | \
  null)
     echo "*** Configuration $targ is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -43,7 +45,7 @@ aarch64*-*-linux*)
        # Target: AArch64 linux
        gdb_target_obs="aarch64-tdep.o aarch64-linux-tdep.o \
                        glibc-tdep.o linux-tdep.o solib-svr4.o \
-                       symfile-mem.o"
+                       symfile-mem.o linux-record.o"
        build_gdbserver=yes
        ;;
 
@@ -149,10 +151,6 @@ h8300-*-*)
        gdb_sim=../sim/h8300/libsim.a
        ;;
 
-hppa*-*-hpux*)
-       # Target: HP PA-RISC running hpux
-       gdb_target_obs="hppa-tdep.o hppa-hpux-tdep.o solib-som.o solib-pa64.o"
-       ;;
 hppa*-*-linux*)
        # Target: HP PA-RISC running Linux
        gdb_target_obs="hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o \
@@ -247,10 +245,6 @@ i[34567]86-*-*)
        gdb_target_obs="i386-tdep.o i387-tdep.o"
        ;;
 
-ia64-*-hpux*)
-       # Target: Intel IA-64 running HP-UX
-       gdb_target_obs="ia64-tdep.o ia64-hpux-tdep.o"
-       ;;
 ia64-*-linux*)
        # Target: Intel IA-64 running GNU/Linux
        gdb_target_obs="ia64-tdep.o ia64-linux-tdep.o linux-tdep.o \
@@ -621,6 +615,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.03511 seconds and 4 git commands to generate.