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, committed] Sync libiberty from GCC


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

> On Tue, 2015-01-13 20:39:46 +0100, Andreas Schwab <schwab@linux-m68k.org> wrote:
>> Jan-Benedict Glaw <jbglaw@lug-owl.de> writes:
>> > I synced libiberty from GCC.
>> >
>> > 2014-11-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
>> >
>> > libiberty/
>> > 	* ChangeLog: Update from upstream libiberty.
> [...]
>> 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 ();
>
> I'm sorry!  I missed include/libiberty.h when looking for stuff in
> common (--> it's added to my comparison script.)
>
>   The following patch (installed as obvious) updates libiberty.h and
> appropriately adds missing changelog entries. (For one added
> prototype, the matching changelog entry was actually already in
> place.)
>
>
> 2015-01-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
>
> 	* libiberty.h: Merge from GCC.

Please also install in the gdb-7.9 branch.

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]