mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +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:
@ -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"
|
||||
|
Reference in New Issue
Block a user