Message ID | 20190802123346.5377-1-alfedotov@gmail.com |
---|---|
Headers | show |
Series | Align libgloss/arm and libc/sys/arm sources | expand |
On Aug 2 07:33, Alexander Fedotov wrote: > This series of patches is intended to syncronize libgloss and newlib/libc/sys/arm > sources. As Richard mentioned many times new patches for libgloss/arm requires the > same changes to be applied libc/sys/arm. And vice versa. For the moment they are > totally different (e.g. syscalls.c) and this comlicates it's maintainance. Your subjects are still a bit long, but it's ok. Richard? Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat
On 02/08/2019 13:33, Alexander Fedotov wrote: > This series of patches is intended to syncronize libgloss and newlib/libc/sys/arm > sources. As Richard mentioned many times new patches for libgloss/arm requires the > same changes to be applied libc/sys/arm. And vice versa. For the moment they are > totally different (e.g. syscalls.c) and this comlicates it's maintainance. > > Pushed. Thanks for doing this. R.