Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h | zack | 2000-05-29 | 1 | -8/+11 |
| | | | | | | | | | | | | | | if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34254 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Update from Cygnus libiberty. | law | 1998-05-15 | 1 | -9/+9 |
| | | | | | | | libiberty uses autoconf now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Initial revision | jason | 1997-08-21 | 1 | -0/+831 |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4 |