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/2] Import gnulib module inttypes.


On 04/13/2012 03:40 AM, Yao Qi wrote:

> Current gnulib in gdb was imported from gnulib git
> 250b80067c1e1d8faa0c42fb572f721975b929c5.  I don't upgrade
> gnulib git version here.  I check out gnulib of that
> revision, and import module inttypes.


Excellent.

> 
> gnulib-tool  --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4
>  --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no-libtool
>  --macro-prefix=gl --no-vc-files memmem inttypes
> 
> gdb:
> 
> 2012-04-12  Yao Qi  <yao@codesourcery.com>
> 
> 	Import gnulib module inttypes from git
> 	(250b80067c1e1d8faa0c42fb572f721975b929c5)
> 	* Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
> 	(aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and gnulib/m4/inttypes-pri.m4
> 	* aclocal.m4, config.in, configure: Regnerated.


Typo.

> 	* gnulib/Makefile.am: Update.
> 	* gnulib/Makefile.in: Update.
> 	* gnulib/m4/gnulib-cache.m4: Update.
> 	* gnulib/m4/gnulib-comp.m4: Update.
> 	* gnulib/m4/inttypes-pri.m4: New.
>  	* gnulib/m4/inttypes.m4: New.
> 
> gdb/gdbserver:
> 
> 2012-04-12  Yao Qi  <yao@codesourcery.com>
> 
> 	Import gnulib module inttypes.
> 	* aclocal.m4, config.in, configure: Regenerated.


Looks good to me.

-- 
Pedro Alves


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