File copyright assignment | GSOC 16

2016-05-07 Thread Ayush Goel
Hi, I have been selected for the google summer of code ’16 with GCC. I’m required to file a copyright assignment before I can start making contributions to the project. I would like to obtain the relevant forms in order to contribute to the gcc project. Thanks, Ayush Goel

GSOC '16 student | Ayush Goel

2016-05-09 Thread ayush goel
I’ll be proceeding.  https://gcc.gnu.org/wiki/replacelibibertywithgnulib Any kind of suggestion or criticism to the approach mentioned will be highly appreciated.  It’s a pleasure working with gcc. - Cheers Ayush Goel

Importing gnulib inside gcc

2016-06-21 Thread ayush goel
I’m working on importing gnulib inside gcc so that gcc can leverage it’s functionality (and possible replace certain dependencies from libiberty).  I have imported the required gnulib modules in a directory inside the gcc directory, along with the necessary configure.ac and Makefile.in require

Should we import gnulib under gcc/ or at the top-level like libiberty?

2016-06-22 Thread ayush goel
a gnulib directory inside gdb/ in the top level directory.  -- Thanks, Ayush Goel

Importing gnulib in gcc

2016-06-24 Thread ayush goel
le in the Makefile.def and added the corresponding dependency of all-gcc on gnulib targets and regenerated the Makefile.in and configure files. However I still don’t see compiled gnulib files as a sub directory in the build directory?  What can be the reason for that? -- Thanks, Ayush Goel

Build fails on importing gnulib

2016-07-04 Thread ayush goel
h in all such files.  Is this due to some variable like HAVE_CONFIG_H being set? -- Thanks, Ayush Goel