public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdbserver: Fix build after adding tls feature to arm tdesc.
@ 2022-05-04  4:39 John Baldwin
  0 siblings, 0 replies; only message in thread
From: John Baldwin @ 2022-05-04  4:39 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=24ef0d41ac9632ff85d3781e5852371e39661558

commit 24ef0d41ac9632ff85d3781e5852371e39661558
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Tue May 3 21:38:12 2022 -0700

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

Diff:
---
 gdbserver/linux-arm-tdesc.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbserver/linux-arm-tdesc.cc b/gdbserver/linux-arm-tdesc.cc
index 293e108a9cc..c636e6e5ea2 100644
--- a/gdbserver/linux-arm-tdesc.cc
+++ b/gdbserver/linux-arm-tdesc.cc
@@ -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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-04  4:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04  4:39 [binutils-gdb] gdbserver: Fix build after adding tls feature to arm tdesc John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).