mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
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:
parent
c9f2799101
commit
6bc2c6ee80
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user