On Wed, Jun 22, 2011 at 3:25 PM, Ian Lance Taylor <i...@google.com> wrote: > "H.J. Lu" <hjl.to...@gmail.com> writes: > >> Apparently, there is no GCC maintainer for Linux/x86 platform. I have >> been working on GCC, as well as binutils and C libraries, for Linux/x86 >> over 20 years. I ported GCC, binutils and the C library to Linux/x86. I >> like to be appointed as maintainer for Linux/x86 platform. > > H.J., you're a good developer, but I'm concerned that you commit patches > too quickly without fully considering all the issues. You are quick to > update your changes as well, but this leads to churn which has its own > problems. I would be comfortable saying that you should have the > ability to approve other people's patches for Linux/x86 (other people > who don't work closely with you, at any rate), but I'm not entirely > comfortable saying that you should be able to commit your own patches > without review. >
My direct motivation is to use DT_INIT_ARRAY on Linux/x86. I have worked on all areas of DT_INIT_ARRAY, including specification as well as implementations in assembler, linker and glibc. My GCC patch hasn't been reviewed for many months. It appears to me that no GCC maintainers seem interested or have capability to review platform specific support for Linux/x86. If I am wrong, please let me know what I can do to make Linux/x86 to use DT_INIT_ARRAY. Thanks. -- H.J.