aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2011-05-17 * strsignal.c (psignal): Change second parameter to const char *.Corinna Vinschen1-0/+5
Fix comment accordingly.
2011-04-20merge from gccDJ Delorie1-0/+13
2011-04-10merge from gccDJ Delorie1-0/+6
2011-03-31bfd/Tristan Gingold1-0/+4
2011-03-31 Tristan Gingold <gingold@adacore.com> * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning. (_bfd_vms_write_etir): Ditto. (_bfd_vms_slurp_etir): Avoid to use intptr_t * configure.com: Generate bfd_stdint.h binutils/ 2011-03-31 Tristan Gingold <gingold@adacore.com> * makefile.vms (DEBUG_OBJS): Add elfcomm.obj. libiberty/ 2011-03-31 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Add filename_cmp.obj
2011-03-25merge from gccDJ Delorie1-5/+0
2011-03-042011-03-04 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+5
* cplus-dem.c (ada_demangle): Stop memory leak. Also fix a one line indent problem.
2011-02-28ChangeLog libiberty/Kai Tietz1-0/+5
2011-02-28 Kai Tietz <kai.tietz@onevision.com> * filename_cmp.c (filename_ncmp): New function. * functions.texi: Regenerated. ChangeLog include/ 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * filenames.h (filename_ncmp): New prototype. ChangeLog bfd/ 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp. (adjust_relative_path): Likewise. (_bfd_construct_extended_name_table): Likewise. * corefile.c (generic_core_file_matches_executable_p): Likewise. * elf32-bfin.c (bfinfdpic_relocate_section): Likewise. * elf32-frv.c (elf32_frv_relocate_section): Likewise. * elf32-spu.c (sort_bfds): Likewise. (spu_elf_auto_overlay): Likewise. * syms.c (_bfd_stab_section_find_nearest_line): Likewise. * xcofflink.c (xcoff_set_import_path): Likewise. * xtensa-isa.c (xtensa_regfile_lookup): Likewise. (xtensa_regfile_lookup_shortname): Likewise.
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues1-0/+19
libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate.
2011-01-03merge from gccDJ Delorie1-4/+0
2010-12-09bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignoreMike Frysinger1-0/+4
This seems to cover a few random targets as well as --enable-targets=all. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-12-08merge from gccDJ Delorie1-0/+5
2010-11-29merge from gccDJ Delorie1-0/+4
2010-11-21merge from gccDJ Delorie1-0/+8
2010-11-20PR other/46202: implement install-strip.Ralf Wildenhues1-0/+6
/: PR other/46202 * configure.ac: Fix just-built in-tree STRIP name to be binutils/strip-new. * configure: Regenerate. * Makefile.def (install-strip-gcc, install-strip-binutils) (install-strip-opcodes, install-strip-ld, install-strip-itcl) (install-strip-sid): Mirror dependencies on non-strip variants of these targets on the respective -strip prerequisites. * Makefile.tpl (install-strip, install-strip-host) (install-strip-target): New targets. (install-strip-[+module+], install-strip-target-[+module+]): New targets. * Makefile.in: Regenerate. etc/: * Makefile.in (install-strip): New target. libiberty/: PR other/46202 * Makefile.in (install-strip): New phony target. (install): Also mark as phony.
2010-11-17merge from gccDJ Delorie1-0/+19
2010-11-16Properly demangle a global constructor symbol.H.J. Lu1-0/+9
2010-11-16 H.J. Lu <hongjiu.lu@intel.com> PR other/42670 PR binutils/11137 * cp-demangle.c (d_make_demangle_mangled_name): New. (d_demangle_callback): Use it on DCT_GLOBAL_XTORS. * testsuite/demangle-expected: Updated.
2010-11-14merge from gccDJ Delorie1-0/+5
2010-11-13merge from gccDJ Delorie1-0/+7
2010-11-04Use spawnve on cygwin.Richard Henderson1-0/+9
* configure.ac (AC_CHECK_HEADERS): Add process.h. (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list. (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe. * configure, config.in: Rebuild. * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function. [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
2010-11-02merge from gccDJ Delorie1-0/+19
2010-10-30merge from gccDJ Delorie1-0/+6
2010-10-26merge from gccDJ Delorie1-0/+5
2010-10-07merge from gccDJ Delorie1-0/+5
2010-10-06merge from gccDJ Delorie1-0/+11
2010-09-27merge from gccDJ Delorie1-26/+7
2010-09-102010-09-10 James Lyon <jameslyon0@googlemail.com>Tom Tromey1-0/+33
http://sourceware.org/bugzilla/show_bug.cgi?id=11572 * cp-demangle.c (d_find_pack): Add case for DEMANGLE_COMPONENT_LAMBDA. * testsuite/demangle-expected: Add regression test.
2010-09-09merge from gccDJ Delorie1-0/+11
2010-08-20merge from gccDJ Delorie1-0/+7
2010-08-13 * argv.c (expandargv): Limit the number of times that responseNick Clifton1-0/+5
files are opened in order to prevent infinite recursion.
2010-07-21merge from gccDJ Delorie1-0/+4
2010-07-06include/ChangeLog:Ulrich Weigand1-0/+5
2010-07-06 Ken Werner <ken.werner@de.ibm.com> * floatformat.h (floatformat_ieee_half_big): Add declaration. (floatformat_ieee_half_little): Likewise. libiberty/ChangeLog: 2010-07-06 Ken Werner <ken.werner@de.ibm.com> * floatformat.c (floatformat_ieee_half_big): New variable. (floatformat_ieee_half_little): Likewise. gdb/ChangeLog: 2010-07-06 Ken Werner <ken.werner@de.ibm.com> * gdbtypes.h (floatformats_ieee_half): Add declaration. * gdbtypes.c (floatformats_ieee_half): New variable. * doublest.c (floatformat_from_length): Set format to gdbarch_half_format if length matches. * gdbarch.sh (half_bit): New architecture method. (half_format): Likewise. * gdbarch.h: Regenerate. * gdbarch.c: Likewise.
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.