summaryrefslogtreecommitdiff
path: root/libiberty/objalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2005-07-221-2/+0
|
* merge from gccDJ Delorie2005-07-091-0/+2
|
* * memcpy.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-091-2/+0
| | | | | * memmove.c: Likewise. * objalloc.c: Likewise.
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-03-281-11/+6
|
* merge from gccDJ Delorie2004-11-201-1/+1
|
* * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg2000-05-291-0/+7
| | | | | | | | | | | | | 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. * sort.c: Bring over from GCC.
* Initial revisionRichard Henderson1999-05-031-0/+291