Fix segfault when running ia16-elf-gdb
authorHenry Castro <hcvcastro@gmail.com>
Sat, 21 Aug 2021 18:14:37 +0000 (14:14 -0400)
committerTom Tromey <tromey@adacore.com>
Fri, 17 Sep 2021 19:36:51 +0000 (13:36 -0600)
"A problem internal to GDB has been detected,
further debugging may prove unreliable."

Segmentation fault

gdb/configure.tgt

index b6de6b29a62392c7fa82b7b2d1e2e306326cfd20..56cdfef937b2ea5fa01788adcc227d58946855dd 100644 (file)
@@ -81,6 +81,11 @@ i[34567]86-*-*)
        fi
        ;;
 
+ia16*-*-*)
+       # Target: Intel IA-16
+       cpu_obs="${i386_tobjs}"
+       ;;
+
 ia64*-*-*)
        # Target: Intel IA-64
        cpu_obs="ia64-tdep.o"