aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-28 01:43:21 -0500
committerMike Frysinger <vapier@gentoo.org>2021-03-12 19:50:26 -0500
commit367c5eb75095f4b9bc4c1b310a092bcac45da137 (patch)
tree95e2cb25cf18e6aae2158dec779939ce621c3a99 /ChangeLog
parent8673b5d2e0e75987129b0702f1b161bb236f6bd6 (diff)
downloadfsf-binutils-gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.zip
fsf-binutils-gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.tar.gz
fsf-binutils-gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.tar.bz2
sim: drop dep on configure-gdb
I'm not entirely sure why this is here since the sim doesn't use anything from the gdb/ dir directly, and the commit that added it included a bunch more changes and doesn't seem to call out this dep specifically.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cd48fa..a75f55e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-12 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.def: Remove all-sim dependency on configure-gdb.
+ * Makefile.in: Regenerated.
+
2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/26766