bfd: patch for missing strtoull

Andreas Schwab schwab@suse.de
Fri Jan 4 10:54:00 GMT 2002
Aldy Hernandez <aldyh@redhat.com> writes:

|> Index: configure.in
|> ===================================================================
|> RCS file: /cvs/uberbaum/bfd/configure.in,v
|> retrieving revision 1.77
|> diff -c -p -r1.77 configure.in
|> *** configure.in	2002/01/04 14:49:03	1.77
|> --- configure.in	2002/01/04 18:30:25
|> *************** AC_HEADER_TIME
|> *** 141,146 ****
|> --- 141,148 ----
|>   AC_HEADER_DIRENT
|>   AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
|>   
|> + AC_CHECK_FUNC(strtoull, [AC_DEFINE(HAVE_STRTOULL)], )
|> + 

IMHO that should be AC_CHECK_FUNCS(strtoull), or extend the list above.

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



More information about the Binutils mailing list