diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 22:45:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:12:11 -0400 |
commit | d73f39ee4309d340b97974e49f34e24b8b93fc61 (patch) | |
tree | 18d6d1500fd767acdffdcef39a9ef97fde27c337 /sim/riscv/ChangeLog | |
parent | 406b4ada55b2957c10fedaeaada801e77912d976 (diff) | |
download | binutils-d73f39ee4309d340b97974e49f34e24b8b93fc61.zip binutils-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.gz binutils-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.bz2 |
sim: move sim-inline to the common code
This will allow us to build the common code with the same inline
settings as the arch subdirs, and only do the test once.
Diffstat (limited to 'sim/riscv/ChangeLog')
-rw-r--r-- | sim/riscv/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/riscv/ChangeLog b/sim/riscv/ChangeLog index 813a2a8..9ef700f 100644 --- a/sim/riscv/ChangeLog +++ b/sim/riscv/ChangeLog @@ -1,3 +1,8 @@ +2021-06-20 Mike Frysinger <vapier@gentoo.org> + + * aclocal.m4: Regenerate. + * configure: Regenerate. + 2021-06-19 Mike Frysinger <vapier@gentoo.org> * aclocal.m4: Regenerate. |