aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2020-01-24 15:03:14 +0100
committerHannes Domani <ssbssa@yahoo.de>2020-01-24 19:18:28 +0100
commitbdaed379e9c19ff38a00c9e210e4f7d56f7c5880 (patch)
tree70d1f53f2db321e52d0f1b993d5405ae9f85616a /gdb/gdbserver/ChangeLog
parent3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd (diff)
downloadfsf-binutils-gdb-bdaed379e9c19ff38a00c9e210e4f7d56f7c5880.zip
fsf-binutils-gdb-bdaed379e9c19ff38a00c9e210e4f7d56f7c5880.tar.gz
fsf-binutils-gdb-bdaed379e9c19ff38a00c9e210e4f7d56f7c5880.tar.bz2
Add install-strip target to gdbserver
So far this was only possible indirectly when invoked from the gdb directory. This makes the install-strip target independent from gdb. 2020-01-24 Hannes Domani <ssbssa@yahoo.de> * Makefile.in (install-strip): New target. (install_sh, INSTALL_STRIP_PROGRAM, STRIP): New variables. * aclocal.m4: Regenerate. * configure: Regenerate. * configure.ac: Add AM_PROG_INSTALL_STRIP.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 5f1e086..aeb9cb6 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,11 @@
+2020-01-24 Hannes Domani <ssbssa@yahoo.de>
+
+ * Makefile.in (install-strip): New target.
+ (install_sh, INSTALL_STRIP_PROGRAM, STRIP): New variables.
+ * aclocal.m4: Regenerate.
+ * configure: Regenerate.
+ * configure.ac: Add AM_PROG_INSTALL_STRIP.
+
2020-01-24 Maciej W. Rozycki <macro@wdc.com>
* Makefile.in (SFILES): Adjust paths to point to real files.