https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #17 from Heiko Eißfeldt <heiko at hexco dot de> --- > > I would like to fix the atoi in read-rtl and atoi/atol/atoll/atoq in > > read-rtl-function, using strtoq as a fallback when strtoll is not available. > > Please note that you have strtoll (and friends) implemented in libiberty. > You could use the one from the library instead of a fallback to strtoq. Thanks, then strtoq (used by BSD and now deprecated) can be replaced also.