aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-04 08:33:24 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-04 21:56:38 -0400
commita147f3ff8c353a68d8525149f34d08bbe62bc6fa (patch)
tree90e93b10b0ff47b90d27841eb6a91e5086a1f300 /sim/mcore/ChangeLog
parent4df817de57014779d4c07036bcd3835f10b4ba92 (diff)
downloadfsf-binutils-gdb-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.zip
fsf-binutils-gdb-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.tar.gz
fsf-binutils-gdb-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.tar.bz2
sim: remove sys/times.h in most places
The v850 port used this, and then it got copied to other ports even though it wasn't needed. Clean it up to avoid portability issues on platforms not providing this (e.g. mingw64 for Windows).
Diffstat (limited to 'sim/mcore/ChangeLog')
-rw-r--r--sim/mcore/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index d028e2b..83b788a 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,9 @@
2021-05-04 Mike Frysinger <vapier@gentoo.org>
+ * interp.c: Delete sys/times.h include.
+
+2021-05-04 Mike Frysinger <vapier@gentoo.org>
+
* configure: Regenerate.
2021-05-01 Mike Frysinger <vapier@gentoo.org>