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] binutils: Fix warning on platforms that don't have asprintf()


On Fri, Mar 03, 2017 at 02:14:35PM +0000, Sam Thursfield wrote:
>     Fixes the following warning:
>     
>     	nm.c: In function 'get_elf_symbol_type':
>     	nm.c:364:9: error: implicit declaration of function 'asprintf' [-Werror=implicit-function-declaration]
>     	     n = asprintf (&bufp, _("<processor specific>: %d"), type);
>     		 ^~~~~~~~

Thanks, committed.

-- 
Alan Modra
Australia Development Lab, IBM


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