aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14merge from gccDJ Delorie1-0/+6
2010-06-10merge from gccDJ Delorie1-0/+12
2010-06-10 PR other/43838Jakub Jelinek1-0/+11
* cp-demangle.c (struct d_print_info): Add flush_count field. (d_print_init): Initialize it to 0. (d_print_flush): Increment it. (d_print_comp): If needed flush before appending ", ". Only decrement dpi->len if no flushes happened during the recursive call. * testsuite/demangle-expected: Add a test for this.
2010-06-03merge from gccDJ Delorie1-1/+8
2010-05-26merge from gccDJ Delorie1-0/+5
2010-05-06merge from gccDJ Delorie1-0/+7
2010-04-24merge from gccDJ Delorie1-0/+8
2010-04-07merge from gccDJ Delorie1-0/+5
2010-03-22merge from gccDJ Delorie1-0/+4
2010-03-15merge from gccDJ Delorie1-0/+4
2010-02-04merge from gccDJ Delorie1-0/+4
2010-02-03merge from gccDJ Delorie1-1/+15
2010-01-21merge from gccDJ Delorie1-0/+5
2010-01-11merge from gccDJ Delorie1-0/+8
2010-01-10Return dgs.alc on successH.J. Lu1-0/+5
2010-01-09 Ian Lance Taylor <iant@google.com> PR other/42230 * cp-demangle.c (d_demangle): Return dgs.alc on success.
2010-01-05merge from gccDJ Delorie1-0/+6
2009-12-08 * pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans1-0/+4
2009-11-25merge from gccDJ Delorie1-1/+1
2009-11-25 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.Ben Elliston1-0/+5
* configure: Regenerate.
2009-11-25 * functions.texi: Rebuild.Ben Elliston1-0/+4
2009-11-25 * README: Mention changes to Makefile.in and functions.texi.Ben Elliston1-0/+6
* gather-docs: Mention 'make stamp-functions' in the header.
2009-11-23 * pex-unix.c (pex_child_error): Improve warning avoidance byBen Elliston1-0/+7
checking the results of write(3) and exiting with -2 if any write returns a negative value.
2009-11-22merge from gccDJ Delorie1-0/+4
2009-11-19 * pex-unix.c (pex_child_error): Define writeerr macro to avoidBen Elliston1-0/+6
unused result warnings from write(3) calls. Undefine writeerr after all uses.
2009-10-09merge from gccDJ Delorie1-0/+14
2009-10-02merge from gccDJ Delorie1-0/+16
2009-09-23merge from gccDJ Delorie1-0/+4
2009-09-222009-09-22 Ozkan Sezer <sezeroz@gmail.com>Kai Tietz1-0/+4
* choose-temp.c: Include unistd.h for mingw targets.
2009-09-16merge from gccgdb_7_0-branchpointDJ Delorie1-0/+4
2009-09-15merge from gccDJ Delorie1-0/+4
2009-09-042009-09-04 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu1-0/+8
PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated.
2009-09-032009-09-03 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu1-0/+9
PR target/39065 * configure.ac: Also check for intptr_t. * config.h.in: Regenerated. * configure: Regenerated. * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t instead of of long.
2009-09-02(Also add missing entry for configure.com)Tristan Gingold1-0/+8
2009-09-02 Tristan Gingold <gingold@adacore.com> * vmsbuild.com: Removed as unused and superceeded by makefile.vms. * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
2009-09-01merge from gccDJ Delorie1-6/+0
2009-09-012009-09-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+6
* makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
2009-08-24Sync from GCC: Update AC_PREREQ entries to 2.64.Ralf Wildenhues1-0/+4
/: * configure.ac (AC_PREREQ): Bump to 2.64. intl/: * configure.ac (AC_PREREQ): Bump to 2.64. libdecnumber/: * configure.ac (AC_PREREQ): Bump to 2.64. libiberty/: * configure.ac (AC_PREREQ): Bump to 2.64.
2009-08-232009-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
PR ld/10536 * Makefile.in (install-html-recursive): Removed.
2009-08-22merge from gccDJ Delorie1-0/+5
2009-08-13merge from gccDJ Delorie1-0/+5
2009-07-29merge from gccDJ Delorie1-0/+4
2009-07-27merge from gccDJ Delorie1-0/+7
2009-07-25merge from gccDJ Delorie1-0/+5
2009-07-25merge from gccDJ Delorie1-1/+9
2009-07-17merge from gccDJ Delorie1-0/+9
2009-06-21merge from gccDJ Delorie1-0/+5
2009-06-16 PR 10197Nick Clifton1-0/+6
* testsuite/test-demangle.c: Rename getline to get_line to avoid conflicts with system function of the same name.
2009-05-30merge from gccDJ Delorie1-0/+6
2009-05-29merge from gccDJ Delorie1-1/+1
2009-05-292009-05-29 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+4
* pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
2009-05-29merge from gccDJ Delorie1-0/+6