diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 13:18:29 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 14:39:44 -0400 |
commit | a48ff3efda87200f2a9b69d72287f9b6cd5dbba1 (patch) | |
tree | b74edecab8a3a10042d07eb13c8ac741ef806948 /sim/ChangeLog | |
parent | d424629da8759410671d96d33a3fbd5bc38f93b2 (diff) | |
download | fsf-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/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index e832e13..908b50b 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,11 @@ 2021-06-12 Mike Frysinger <vapier@gentoo.org> + * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and + types. + * config.h.in, configure: Regenerate. + +2021-06-12 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT. * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT. * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate. |