aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config
AgeCommit message (Collapse)AuthorFilesLines
2000-07-26mh-openedition.h: Added -DLE370 definition.Dave Pitts1-1/+1
2000-04-27 Dave Pitts <dpitts@cozx.com> * config/mh-openedition.h: Added -DLE370 definition. From-SVN: r35283
1999-09-27alloca-conf.h (alloca): Don't use Gcc builtin or <alloca.h>.Richard Henderson1-0/+7
* alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin or <alloca.h>. * clock.c (GNU_HZ): New definition. (clock): Use it. * getruntime.c: Likewise. * config.table: Use mh-beos. * config/mh-beos: New file. From-SVN: r29680
1999-09-07config.table: Add openedition target.Linas Vepstas1-0/+3
* config.table: Add openedition target. * config/mh-openedition: New file. From-SVN: r29188
1998-05-15Update from Cygnus libiberty.Jeff Law15-102/+0
libiberty uses autoconf now. From-SVN: r19791
1998-05-15This commit was generated by cvs2svn to compensate for changes in r19789,Jeff Law1-3/+1
which included commits to RCS files with non-trunk default branches. From-SVN: r19790
1998-02-22cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are ↵Jeff Law2-1/+2
not actually lengths. * cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are not actually lengths. * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES since it gets built automatically * vasprintf.c (int_vasprintf): Increase buffer size for float/double values. From-SVN: r18171
1998-01-17Add mingw32 support.Mumit Khan1-0/+27
* pexecute.c (pexecute): New function for mingw32. Supports pipes. (pwait): New function for mingw32. * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32. * config/mt-mingw32: New file. * xmalloc.c (first_break): Not used for mingw32. (xmalloc_set_program_name): Don't use sbrk on mingw32. (xmalloc): Likewise. (xrealloc): Likewise. Co-Authored-By: J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl> From-SVN: r17395
1997-10-14and theseJason Merrill1-0/+1
From-SVN: r15902
1997-10-14cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1-1/+1
Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net> * cplus-dem.c (demangle_signature): Don't look for return types on constructors. Handle member template constructors. and update from devo. From-SVN: r15901
1997-08-21Initial revisionJason Merrill15-0/+87
From-SVN: r14877