aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-08-29 10:45:06 -0400
committerTom Tromey <tromey@adacore.com>2019-10-25 08:22:44 -0600
commit52c64cf72d40aace2d2fedca32e5c0373cd9a484 (patch)
tree586cc5a6e547af9d8a381681d8a76e53035603e8 /gdb/gdbserver/ChangeLog
parent37a5888387413a4b787468eff710eefebe134201 (diff)
downloadfsf-binutils-gdb-52c64cf72d40aace2d2fedca32e5c0373cd9a484.zip
fsf-binutils-gdb-52c64cf72d40aace2d2fedca32e5c0373cd9a484.tar.gz
fsf-binutils-gdb-52c64cf72d40aace2d2fedca32e5c0373cd9a484.tar.bz2
gdbserver does not need xstrdup
gdbserver has its own implementation of xstrdup. However, because gdbserver links against libiberty now, I think this is not needed. This patch removes it. gdb/gdbserver/ChangeLog 2019-10-25 Tom Tromey <tromey@adacore.com> * utils.c (xstrdup): Remove. Change-Id: I2aa56d18d0f9af8e70a00dff431d2fda5705a5d5
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index dcd6238..5539479 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-25 Tom Tromey <tromey@adacore.com>
+
+ * utils.c (xstrdup): Remove.
+
2019-10-23 Tom Tromey <tom@tromey.com>
* configure, config.in: Rebuild.