This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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, committed] Sync libiberty from GCC


Jan-Benedict Glaw <jbglaw@lug-owl.de> writes:

> Hi!
>
> I synced libiberty from GCC.
>
> MfG, JBG
>
> 2014-11-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
>
> libiberty/
> 	* ChangeLog: Update from upstream libiberty.
> 	* Makefile.in: Ditto.
> 	* choose-temp.c: Ditto.
> 	* config.in: Ditto.
> 	* configure: Ditto.
> 	* configure.ac: Ditto.
> 	* filename_cmp.c: Ditto.
> 	* functions.texi: Ditto.
> 	* make-temp-file.c: Ditto.
> 	* testsuite/Makefile.in: Ditto.
> 	* ChangeLog.jit: New file, update from upstream libiberty.
> 	* strtoll.c: Ditto.
> 	* strtoull.c: Ditto.
> 	* testsuite/test-strtol.c: Ditto.

This is missing all the changes in include/libiberty.h, which is causing
this error:

../../libiberty/choose-temp.c: In function 'choose_temp_base':
../../libiberty/choose-temp.c:62:3: warning: implicit declaration of function 'choose_tmpdir' [-Wimplicit-function-declaration]
   const char *base = choose_tmpdir ();
   ^
../../libiberty/choose-temp.c:62:22: warning: initialization makes pointer from integer without a cast [enabled by default]
   const char *base = choose_tmpdir ();

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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