diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 20:16:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 20:07:57 -0400 |
commit | 497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd (patch) | |
tree | 2cbb25fb1d009872a7c767d12ba43d73ae8eaa6a /sim/ChangeLog | |
parent | 4b530cfa37a27624afc183350470ae261698b7f7 (diff) | |
download | gdb-497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd.zip gdb-497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd.tar.gz gdb-497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd.tar.bz2 |
sim: split debug/stdio/trace/profile options into dedicated m4 files
This follows existing organizational structure with one configure option
per m4 file, and will make it easier to move to the common configure dir.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 908b50b..07a974f 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,16 @@ 2021-06-12 Mike Frysinger <vapier@gentoo.org> + * m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio, + --enable-sim-trace, and --enable-sim-profile with calls to + SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and + SIM_AC_OPTION_PROFILE. + * m4/sim_ac_option_debug.m4: New file. + * m4/sim_ac_option_profile.m4: New file. + * m4/sim_ac_option_stdio.m4: New file. + * m4/sim_ac_option_trace.m4: New file. + +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. |