On Tue, Jul 14, 2015 at 6:46 AM, Hans-Peter Nilsson <h...@bitrange.com> wrote: > On Tue, 14 Jul 2015, H.J. Lu wrote: >> The shared files between gcc and binutils are way out of sync. > > Yeah I noticed, but didn't go for a full sync as that'd require > testing other builds too. Thankfully your imported src commit > was local. > >> I have synced binutils with gcc. I started submitting GCC >> patches to sync with binutils: >> >> https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00707.html >> >> I will commit changes to GCC to sync GCC with binutils. > > Good! > >> In the meantime, you can use the shared files from binutils >> with GCC. > > The commit I did means I don't have to, but this was for a > bare-iron cross-target meaning likely less issues than a > self-hosted target with all bells, whistles and subdirs; people > may see other failures for other targets. >
I have synced toplevel files as well as config/include directories between GCC and binutils-gdb. Please let me know if I have missed anything. Thanks. -- H.J.