This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 01/20] Initial empty CPU run-time library for C: libcpu-rt-c
On Tue, Jun 12, 2018 at 4:20 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> Any new configure option needs documentation in install.texi with INSTALL
> regenerated. Any such new feature needs documenting in NEWS as well.
Here is the patch to document --enable-cpu-rt:
https://github.com/hjl-tools/glibc/commit/2d6391762652a39fb8b64b3a87da4b0d92c53616
> I'd expect any such new library to have ABI test baselines. If for some
> reason ABI tests don't get run for this library, that's also a problem;
> you said it can be linked directly with applications, which means it needs
> to be ABI tested to make sure the ABI is properly stable.
>
Here is the patch to add ABI test:
https://github.com/hjl-tools/glibc/commit/a14b8035029ffc248fef53772c557483bcb45985
I will collect more feedbacks and submit a new set of patches.
--
H.J.