projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f2799
)
Fix segfault when running ia16-elf-gdb
author
Henry Castro
<hcvcastro@gmail.com>
Sat, 21 Aug 2021 18:14:37 +0000
(14:14 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/configure.tgt
b/gdb/configure.tgt
index b6de6b29a62392c7fa82b7b2d1e2e306326cfd20..56cdfef937b2ea5fa01788adcc227d58946855dd 100644
(file)
--- a/
gdb/configure.tgt
+++ b/
gdb/configure.tgt
@@
-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"