Import libiberty from gcc

This commit is contained in:
Alan Modra
2022-05-13 16:43:15 +09:30
parent 845cbaa9ff
commit 31b15688c4
28 changed files with 165 additions and 148 deletions

View File

@ -30,13 +30,13 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#else
extern PTR malloc ();
extern void *malloc ();
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#else
extern PTR memset ();
extern void *memset ();
#endif
#ifndef MAX