aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-12 13:18:29 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 14:39:44 -0400
commita48ff3efda87200f2a9b69d72287f9b6cd5dbba1 (patch)
treeb74edecab8a3a10042d07eb13c8ac741ef806948 /sim/ppc/ChangeLog
parentd424629da8759410671d96d33a3fbd5bc38f93b2 (diff)
downloadfsf-binutils-gdb-a48ff3efda87200f2a9b69d72287f9b6cd5dbba1.zip
fsf-binutils-gdb-a48ff3efda87200f2a9b69d72287f9b6cd5dbba1.tar.gz
fsf-binutils-gdb-a48ff3efda87200f2a9b69d72287f9b6cd5dbba1.tar.bz2
sim: ppc: unify header & function & type tests too
Since ppc now shares a config.h with the top-level, move all of its relevant settings up a level. The ppc port tests a lot more funcs, but that's because its syscall emulation is a lot more complete. We'll probably utilize some of these in the common code too.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index fe7e777..2a5b8ca 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,5 +1,11 @@
2021-06-12 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Delete AC_STRUCT_*, AC_TYPE_*, AC_CHECK_FUNCS,
+ AC_CHECK_HEADERS, and AC_HEADER_DIRENT calls.
+ * config.in, configure: Regenerate.
+
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
* configure.ac: Delete sim-env configure option.
* defs.h: Include ../config.h. Undefine PACKAGE* defines.
* std-config.h (ALL_ENVIRONMENT): Define.