Re: [toolchain-devel] Differences between gdbproxy/gnulib/lib and upstream gnulib

2011-07-07 Thread Mike Frysinger
On Thu, Jul 7, 2011 at 16:59, Jie Zhang wrote: > On Thu, Jul 7, 2011 at 4:33 PM, Mike Frysinger wrote: >> On Thu, Jul 7, 2011 at 16:29, Jie Zhang wrote: >>> Those differences looks like: >>> ... >>> Do you know why our copy has those changes? Left is our copy and right >>> is the upstream. >> >> gn

Re: [toolchain-devel] Differences between gdbproxy/gnulib/lib and upstream gnulib

2011-07-07 Thread Jie Zhang
On Thu, Jul 7, 2011 at 4:33 PM, Mike Frysinger wrote: > On Thu, Jul 7, 2011 at 16:29, Jie Zhang wrote: >> Those differences looks like: >> ... >> Do you know why our copy has those changes? Left is our copy and right >> is the upstream. > > gnulib is like autotools ... it's generated code based on

Re: [toolchain-devel] Differences between gdbproxy/gnulib/lib and upstream gnulib

2011-07-07 Thread Mike Frysinger
On Thu, Jul 7, 2011 at 16:29, Jie Zhang wrote: > Those differences looks like: > ... > Do you know why our copy has those changes? Left is our copy and right > is the upstream. gnulib is like autotools ... it's generated code based on the latest checkout at the time they're generated. upstream ha