Make sure the files using atoi() include stdlib.h for its prototype.
These files were relying on it being included implicitly by others
which isn't guaranteed, and newer toolchains produce warnings.
+2021-01-04 Mike Frysinger <vapier@gentoo.org>
+
+ * wrapper.c: Include stdlib.h.
+
2021-01-04 Mike Frysinger <vapier@gentoo.org>
* iwmmxt.c: Include stdlib.h.
#include "config.h"
#include <stdio.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <bfd.h>
#include <signal.h>
+2021-01-04 Mike Frysinger <vapier@gentoo.org>
+
+ * machs.c: Include stdlib.h.
+
2021-01-04 Mike Frysinger <vapier@gentoo.org>
* dv-bfin_dma.c: Include stdlib.h.
#include "config.h"
+#include <stdlib.h>
+
#include "sim-main.h"
#include "gdb/sim-bfin.h"
#include "bfd.h"
+2021-01-04 Mike Frysinger <vapier@gentoo.org>
+
+ * gen-icache.c, igen.c: Include stdlib.h.
+
2021-01-04 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <stdlib.h>
#include "misc.h"
#include "lf.h"
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-
#include <getopt.h>
+#include <stdlib.h>
#include "misc.h"
#include "lf.h"
+2021-01-04 Mike Frysinger <vapier@gentoo.org>
+
+ * gen-icache.c, igen.c: Include stdlib.h.
+
2021-01-04 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (ACX_BUGURL): Change http:// to https://.
*/
+#include <stdlib.h>
#include "misc.h"
#include "lf.h"
*/
-
-
#include <getopt.h>
+#include <stdlib.h>
#include "misc.h"
#include "lf.h"