diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-28 01:43:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-03-12 19:50:26 -0500 |
commit | 367c5eb75095f4b9bc4c1b310a092bcac45da137 (patch) | |
tree | 95e2cb25cf18e6aae2158dec779939ce621c3a99 /ChangeLog | |
parent | 8673b5d2e0e75987129b0702f1b161bb236f6bd6 (diff) | |
download | binutils-gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.tar.gz |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4cd48fa1dad..a75f55e802d 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 |