Re: [PATCH v2 0/4] Align libgloss/arm and libc/sys/arm sources
"Richard Earnshaw (lists)" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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.