gdbserver: Fix build after adding tls feature to arm tdesc.

This commit is contained in:
John Baldwin
2022-05-03 21:38:12 -07:00
parent 6a90a4a430
commit 24ef0d41ac

View File

@ -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);