mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdbserver: Fix build after adding tls feature to arm tdesc.
This commit is contained in:
@ -35,7 +35,7 @@ arm_linux_read_description (arm_fp_type fp_type)
|
||||
|
||||
if (tdesc == nullptr)
|
||||
{
|
||||
tdesc = arm_create_target_description (fp_type);
|
||||
tdesc = arm_create_target_description (fp_type, false);
|
||||
|
||||
static const char *expedite_regs[] = { "r11", "sp", "pc", 0 };
|
||||
init_target_desc (tdesc, expedite_regs);
|
||||
|
Reference in New Issue
Block a user