This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/3] Import mkdir module


> Date: Tue, 19 Mar 2013 09:24:25 -0700
> From: Doug Evans <dje@google.com>
> Cc: gdb-patches <gdb-patches@sourceware.org>
> 
> A ton of random stuff got dragged in.
> Is this typical of gnulib?

Yes, it is.  Take a look at gnulib's modules/mkdir file, and then
examine its dependencies (sys_stat), then its dependencies'
dependencies, etc. etc.  I went only two levels deep, and saw most of
the symbols you show.

This is why I suggested an alternative and much smaller and more
elegant solution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]