mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
and bfd_elf32_bigarm_vec to targ_selvecs.
This commit is contained in:
parent
6e7c73dd85
commit
4a253e8176
@ -1,3 +1,8 @@
|
||||
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
|
||||
and bfd_elf32_bigarm_vec to targ_selvecs.
|
||||
|
||||
2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
|
||||
|
@ -125,6 +125,7 @@ case "${targ}" in
|
||||
;;
|
||||
arm-*-netbsd* | arm-*-openbsd*)
|
||||
targ_defvec=armnetbsd_vec
|
||||
targ_selvecs="bfd_elf32_littlearm_vec bfd_elf32_bigarm_vec"
|
||||
targ_underscore=yes
|
||||
;;
|
||||
arm-*-riscix*)
|
||||
|
Loading…
Reference in New Issue
Block a user