This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
_initialize_arch_tdep() not getting called
- From: William Tambe <tambewilliam at gmail dot com>
- To: binutils at sourceware dot org
- Date: Sat, 10 Aug 2019 02:12:53 -0500
- Subject: _initialize_arch_tdep() not getting called
I am running into an issue where my GDB port is not calling
_initialize_arch_tdep() which is responsible for calling
register_gdbarch_init().
The files arch-tdep.c has been properly created and contain the
function _initialize_arch_tdep().
During GDB initialization, the function gdbarch_find_by_info() fail
causing the following error to occur:
arch-utils.c:693: internal-error: initialize_current_architecture:
Selection of initial architecture failed
Any idea what I could have missed causing _initialize_arch_tdep() not
to be called ?