]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/ChangeLog
gdbserver: Make `make TAGS' actually work
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index bf0d999148cfeb33e66bac22ba3ece4e19c985f0..5f1e08611a5f21fbb9ecff1d02cbf2fa539adc1b 100644 (file)
@@ -1,3 +1,17 @@
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * Makefile.in (SFILES): Adjust paths to point to real files.
+       (OBS): Move waitstatus.o to target/waitstatus.o.
+       (TAGS): Transform paths appropriately.
+       (%.o): Rename to...
+       (nat/%.o): ... this pattern rule.
+       (%.o): Rename to...
+       (target/%.o): ... this pattern rule.
+       * configure.srv: Adjust paths throughout to include nat/ prefix
+       with the revant files.
+       * configure.ac: Add `nat' and `target' to CONFIG_SRC_SUBDIR.
+       * configure: Regenerate.
+
 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
 
        * Makefile.in (TAGS): Remove config files from the recipe.