diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 19:11:06 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-11 00:58:55 -0500 |
commit | 34ac507d94ea4af59f931b26e66e7721c967f55c (patch) | |
tree | 140bc46daa66e12331fde4c42f93ee6374714b48 /sim/common/ChangeLog | |
parent | 3e35d6c9ffe40c6c9c4f0a9a58d6dff8a0558d31 (diff) | |
download | fsf-binutils-gdb-34ac507d94ea4af59f931b26e66e7721c967f55c.zip fsf-binutils-gdb-34ac507d94ea4af59f931b26e66e7721c967f55c.tar.gz fsf-binutils-gdb-34ac507d94ea4af59f931b26e66e7721c967f55c.tar.bz2 |
sim: config: do not try to align settings
We try to align the output for a few settings, but not most of them.
Drop the aligning entirely to be lazy.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7b5c8f9..b2912fe 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2016-01-11 Mike Frysinger <vapier@gentoo.org> + + * sim-config.c (print_sim_config): Drop extra whitespace before = + in output for byte order, stdio, and msb settings. + 2016-01-10 Mike Frysinger <vapier@gentoo.org> * acinclude.m4 (SIM_AC_COMMON): Call AC_MSG_CHECKING, |