we're planning on dropping ChangeLog files in sim/ and replacing them with a pointer to the online vcs log. anyone have feedback before we land this ? $ find sim/ -name ChangeLog -delete $ cat >sim/ChangeLog <<EOF Please see the git log online at: https://sourceware.org/git/?p=binutils-gdb.git;a=history;f=sim EOF -mike