Skip to content

Commit

Permalink
gdbserver: Fix build after adding tls feature to arm tdesc.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed May 4, 2022
1 parent 6a90a4a commit 24ef0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdbserver/linux-arm-tdesc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 24ef0d4

Please sign in to comment.