mbox series

[v2,0/4] Align libgloss/arm and libc/sys/arm sources

Message ID 20190802123346.5377-1-alfedotov@gmail.com
Headers show
Series Align libgloss/arm and libc/sys/arm sources | expand

Message

Alexander Fedotov Aug. 2, 2019, 12:33 p.m. UTC
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.

Comments

Corinna Vinschen Aug. 5, 2019, 11:17 a.m. UTC | #1
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
Richard Earnshaw (lists) Aug. 5, 2019, 12:03 p.m. UTC | #2
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.