Fix segfault when running ia16-elf-gdb

"A problem internal to GDB has been detected,
further debugging may prove unreliable."

Segmentation fault
This commit is contained in:
Henry Castro 2021-08-21 14:14:37 -04:00 committed by Tom Tromey
parent c9f2799101
commit 6bc2c6ee80

View 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"