summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* Tweak various entries to make them match devo.Jeff Law1998-02-221-27/+21
| | | | From-SVN: r18175
* vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and ↵Jeff Law1998-02-221-2/+2
| | | | | | | | | | | | | objalloc.o; remove vasprintf.o. � * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in: Add fnmatch.o and objalloc.o; remove vasprintf.o. [config.h]: Define NEED_strsignal. * functions.def: Correct argument types for strerror and strsignal. Reported by Alex Gutman <agutman@emc.com>. From-SVN: r18174
* vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and ↵Jeff Law1998-02-221-3/+4
| | | | | | | | | | | | | objalloc.o; remove vasprintf.o. $ * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in: Add fnmatch.o and objalloc.o; remove vasprintf.o. [config.h]: Define NEED_strsignal. * functions.def: Correct argument types for strerror and strsignal. Reported by Alex Gutman <agutman@emc.com>. From-SVN: r18173
* vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and ↵Jeff Law1998-02-221-0/+11
| | | | | | | | | | | | | objalloc.o; remove vasprintf.o. P * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in: Add fnmatch.o and objalloc.o; remove vasprintf.o. [config.h]: Define NEED_strsignal. * functions.def: Correct argument types for strerror and strsignal. Reported by Alex Gutman <agutman@emc.com>. From-SVN: r18172
* cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are ↵Jeff Law1998-02-225-10/+31
| | | | | | | | | | | | | 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
* alloca-norm.h (alloca, GCC case): Don't redefine alloca if it was alr eady ↵Jeff Law1998-02-223-1/+12
| | | | | | | | | | defined previously. * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it was alr eady defined previously. * Makefile.in (INSTALL): Use ../install-sh, not install. From-SVN: r18170
* getopt.c: Update to latest FSF version.Ian Lance Taylor1998-02-223-101/+389
| | | | | | | | * getopt.c: Update to latest FSF version. * getopt1.c: Likewise. Bring over from devo. From-SVN: r18169
* Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.Manfred Hollstein1998-02-052-3/+8
| | | | | | | | * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG. (.c.o): Check value of enable_shared, not PICFLAG. (stamp-picdir): Dito. From-SVN: r17681
* config.table (vxworks configs): Default to VxWorks 5.x, as that is the ↵Mike Stump1998-01-311-1/+1
| | | | | | | | | | currently shipping OS. ( * config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS. From-SVN: r17572
* config.table (vxworks configs): Default to VxWorks 5.x, as that is the ↵Mike Stump1998-01-311-0/+5
| | | | | | | | | | currently shipping OS. � * config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS. From-SVN: r17571
* Add mingw32 support.Mumit Khan1998-01-175-8/+211
| | | | | | | | | | | | | | | * 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
* * choose-temp.c: Sync with gcc.Jeffrey A Law1998-01-172-9/+12
| | | | From-SVN: r17394
* typo in last delta.Jeff Law1997-12-041-1/+1
| | | | From-SVN: r16956
* * strsignal.c (sys_nsig): Try NSIG and _NSIG.Jeffrey A Law1997-12-042-0/+10
| | | | From-SVN: r16952
* * Makefile.in (CFILES): Add pexecute.c.Jody Goldberg1997-10-282-1/+5
| | | | From-SVN: r16226
* asprintf.c: Consistently use either stdarg or varargs.Ian Lance Taylor1997-10-162-3/+11
| | | | | | | | * asprintf.c: Consistently use either stdarg or varargs. Bring over from devo. From-SVN: r15929
* Remove code accidentally added twice.Jeff Law1997-10-151-70/+0
| | | | From-SVN: r15909
* and theseJason Merrill1997-10-142-0/+54
| | | | From-SVN: r15902
* cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1997-10-1410-13/+260
| | | | | | | | | | | 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
* cplus-dem.c (demangle_template): Add new parameter.Mark Mitchell1997-09-282-52/+252
| | | | | | | | | | | Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net> * cplus-dem.c (demangle_template): Add new parameter. Handle new template-function mangling. (consume_count_with_underscores): New function. (demangle_signature): Handle new name-mangling scheme. From-SVN: r15778
* Patch from Alexandre Oliva to fix SunOS4 install problem.Jim Wilson1997-09-092-6/+11
| | | | | | | * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR to all filenames in libdir and tooldir. From-SVN: r15210
* Fix `make distclean' failure.Jim Wilson1997-09-052-1/+5
| | | | | | * Makefile.in (distclean): Do MULTICLEAN before deleting Makefile. From-SVN: r15128
* Fix srcdir==objdir build failure with multilibbed libiberty.Jim Wilson1997-09-032-2/+7
| | | | | | | * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to pathname for move-if-change. From-SVN: r15067
* Initial revisionJason Merrill1997-08-2193-0/+16261
From-SVN: r14877