1. 12 Nov, 2015 1 commit
  2. 28 Oct, 2015 1 commit
  3. 22 May, 2015 1 commit
  4. 24 Dec, 2014 1 commit
    • xasprintf.c: New file. · e8850918
      libiberty/ChangeLog:
      
      	* xasprintf.c: New file.
      	* Makefile.in (CFILES): Add xasprintf.c.
      	(REQUIRED_OFILES): Add xasprintf.$(objext).
      	(xasprintf.$(objext)): New target.
      	* functions.texi: Regenerate.
      
      include/ChangeLog:
      
      	* libiberty.h (xasprintf): Declare.
      
      gcc/ChangeLog:
      
      	* gengtype.h (xasprintf): Remove declaration.
      	* gengtype.c (xasprintf): Remove.
      
      
      Co-Authored-By: Ben Elliston <bje@au.ibm.com>
      Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
      
      From-SVN: r219060
      Uros Bizjak committed
  5. 11 Dec, 2014 1 commit
    • xvasprintf.c: New file. · 01ca36af
      	* xvasprintf.c: New file.
      	* vprintf-support.h: Likewise.
      	* vprintf-support.c: Likewise.
      	* Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c.
      	(REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext).
      	(vprintf-support.$(objext), xvasprintf.$(objext)): New targets.
      	(vasprintf.$(objext)): Depend on $(srcdir)/vprintf-support.h.
      	* functions.texi: Regenerate.
      	* vasprintf.c (int_vasprintf): Use libiberty_vprintf_buffer_size.
      
      include/ChangeLog:
      
      	* libiberty.h (xvasprintf): Declare.
      
      libcpp/ChangeLog:
      
      	* directives.c (cpp_define_formatted): Use xvasprintf.
      
      
      Co-Authored-By: Ben Elliston <bje@au.ibm.com>
      Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
      
      From-SVN: r218618
      Uros Bizjak committed
  6. 28 Oct, 2014 1 commit
    • Add strtoll and strtoull to libiberty. · ea41822a
      2014-10-28  Yury Gribov  <y.gribov@samsung.com>
      
      include/
      	* libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
      
      libiberty/
      	* strtoll.c: New file.
      	* strtoull.c: New file.
      	* configure.ac: Add long long checks.  Add harness for strtoll and
      	strtoull.  Check decls for strtol, strtoul, strtoll, strtoull.
      	* Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
      	* config.in: Regenerate.
      	* configure: Regenerate.
      	* functions.texi: Regenerate.
      	* testsuite/Makefile.in (check-strtol): New rule.
      	(test-strtol): Likewise.
      	(mostlyclean): Clean up strtol test.
      	* testsuite/test-strtol.c: New test.
      
      From-SVN: r216772
      Yury Gribov committed
  7. 23 Sep, 2014 1 commit
    • demangle.h (DMGL_DLANG): New macro. · 43b1b9ed
      include/:
      	* demangle.h (DMGL_DLANG): New macro.
      	(DMGL_STYLE_MASK): Add DMGL_DLANG.
      	(demangling_styles): Add dlang_demangling.
      	(DLANG_DEMANGLING_STYLE_STRING): New macro.
      	(DLANG_DEMANGLING): New macro.
      	(dlang_demangle): New prototype.
      libiberty/:
      	* Makefile.in (CFILES): Add d-demangle.c.
      	(REQUIRED_OFILES): Add d-demangle.o.
      	* cplus-dem.c (libiberty_demanglers): Add dlang_demangling case.
      	(cplus_demangle): Likewise.
      	* d-demangle.c: New file.
      	* testsuite/Makefile.in (really-check): Add check-d-demangle.
      	* testsuite/d-demangle-expected: New file.
      
      From-SVN: r215530
      Iain Buclaw committed
  8. 17 Apr, 2014 1 commit
    • re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) · 4f148bbc
      	PR sanitizer/56781
      lto-plugin/
      	* Makefile.am (CFLAGS, LDFLAGS): Filter out -fsanitize=address.
      	(liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS,
      	liblto_plugin_la_DEPENDENCIES): Prefer ../libiberty/noasan/libiberty.a
      	over ../libiberty/pic/libiberty.a if the former exists.
      	* Makefile.in: Regenerated.
      libiberty/
      	* maint-tool: Also emit rule for noasan/ subdirectory.
      	* configure.ac (NOASANFLAG): Set and substitute.
      	* Makefile.in: Regenerated.
      	(NOASANFLAG): Set.
      	(all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic
      	subdir.
      	(stamp-noasandir): New goal.
      	* configure: Regenerated.
      
      From-SVN: r209476
      Jakub Jelinek committed
  9. 01 Jun, 2013 1 commit
    • re PR other/56780 (--disable-install-libiberty still installs libiberty.a) · 8c9fddf4
      	PR other/56780
      	* libiberty/configure.ac: Move test for --enable-install-libiberty
      	outside of the 'with_target_subdir' test so that it actually gets
      	run.  Add output messages to show the test result.
      	* libiberty/configure: Regenerate.
      	* libiberty/Makefile.in (install_to_libdir): Place the
      	installation of the libiberty library in the same guard as that
      	used for the headers to prevent it being installed unless
      	requested via --enable-install-libiberty.
      
      From-SVN: r199570
      Matt Burgess committed
  10. 02 Jan, 2013 1 commit
    • simple-object-xcoff.c: New file. · a9b01f00
              * simple-object-xcoff.c: New file.
              * Makefile.in: Add it to build machinery.
              * simple-object-common.h (simple_object_xcoff_functions): Declare.
              * simple-object.c (format_functions): Add
              simple_object_xcoff_functions.
      
      From-SVN: r194774
      David Edelsohn committed
  11. 18 Sep, 2012 1 commit
    • strnlen.c: New file. · 9a9baa52
      	* strnlen.c: New file.
      	* configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
      	present.
      	* Makefile.in: Rebuild dependencies.
      	(CFILES): Add strnlen.c.
      	(CONFIGURED_OFILES): Add ./strnlen.$(objext).
      	* configure, config.in, functions.texi: Rebuild.
      
      	* maint-tool: Accept .def files in the include directory.
      
      From-SVN: r191432
      Ian Lance Taylor committed
  12. 27 Apr, 2012 1 commit
    • dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name. · 11ec770e
      gcc
      	* dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
      	(dwarf_tag_name): Use get_DW_TAG_name.
      	(dwarf_attr_name): Use get_DW_AT_name.
      	(dwarf_form_name): Use get_DW_FORM_name.
      	* dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
      include
      	* dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
      	(enum dwarf_location_atom, enum dwarf_type, enum
      	dwarf_call_frame_info): Remove.
      	(DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
      	(DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
      	Include dwarf2.def.
      	(get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
      	(get_DW_OP_name, get_DW_ATE_name): Declare.
      	* dwarf2.def: New file, from dwarf2.h.
      libiberty
      	* dwarfnames.c: New file.
      	* Makefile.in (CFILES): Add dwarfnames.
      	(REQUIRED_OFILES): Add dwarfnames.
      	(./dwarfnames.$(objext)): New target.
      
      From-SVN: r186908
      Tom Tromey committed
  13. 02 Nov, 2011 1 commit
  14. 22 Jul, 2011 1 commit
    • re PR c++/49756 (g++ ICE) · d423df48
      	PR c++/49756
      	* libiberty.h (stack_limit_increase): New prototype.
      
      	* stack-limit.c: New file.
      	* Makefile.in: Regenerate deps.
      	(CFILES): Add stack-limit.c.
      	(REQUIRED_OFILES): Add ./stack-limit.$(objext).
      	* configure.ac (checkfuncs): Add getrlimit and setrlimit.
      	(AC_CHECK_FUNCS): Likewise.
      	* configure: Regenerated.
      	* config.in: Regenerated.
      
      	* gcc.c (main): Call stack_limit_increase (64MB).
      	* toplev.c (toplev_main): Likewise.
      
      From-SVN: r176617
      Jakub Jelinek committed
  15. 20 Nov, 2010 1 commit
    • PR other/46202: implement install-strip. · 455c8f48
      /:
      	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.
      
      gcc/:
      	PR other/46202
      	* Makefile.in (install_sh, INSTALL_STRIP_PROGRAM): New
      	variables.
      	(AR_FOR_TARGET, RANLIB_FOR_TARGET, STRIP_FOR_TARGET): Fix
      	shell quoting.
      	(STRIP_FOR_TARGET): Look for in-tree strip under name strip-new.
      	(install-strip): New target.
      	(STRIPPROG): New variable, exported if STRIP is set.
      	* doc/install.texi (Final install): Minor markup and code style
      	fixes.  Document install-strip target.
      
      fixincludes/:
      	PR other/46202
      	* Makefile.in (install-strip): New phony target.
      	(all, check, install): Also mark as phony.
      
      libgcc/:
      	PR other/46202
      	* Makefile.in (install-strip): New phony target.
      
      libiberty/:
      	PR other/46202
      	* Makefile.in (install-strip): New phony target.
      	(install): Also mark as phony.
      
      gnattools/:
      	PR other/46202
      	* Makefile.in (install-strip): New phony target.
      	(check, installcheck, info, dvi, pdf, html, install)
      	(install-info, install-pdf, install-html, mostlyclean)
      	(clean, distclean, maintainer-clean): Mark phony.
      
      libada/:
      	PR other/46202
      	* Makefile.in (install-strip): New phony target.
      	(check, installcheck, info, dvi, pdf, html, install)
      	(install-info, install-pdf, install-html, mostlyclean)
      	(clean, distclean, maintainer-clean): Mark phony.
      
      From-SVN: r166980
      Ralf Wildenhues committed
  16. 02 Nov, 2010 1 commit
    • simple-object.h: New file. · 1cfabf34
      include/:
      	* simple-object.h: New file.
      libiberty/:
      	* simple-object.c: New file.
      	* simple-object-common.h: New file.
      	* simple-object-elf.c: New file.
      	* simple-object-mach-o.c: New file.
      	* simple-object-coff.c: New file.
      	* simple-object.txh: New file.
      	* configure.ac: Add AC_TYPE_SSIZE_T.
      	* Makefile.in: Rebuild dependencies.
      	(CFILES): Add simple-object.c, simple-object-coff,
      	simple-object-elf.c, and simple-object-mach-o.c.
      	(REQUIRED_OFILES): Add corresponding object files.
      	* configure: Rebuild.
      	* config.in: Rebuild.
      	* functions.texi: Rebuild.
      
      Co-Authored-By: Dave Korn <dave.korn.cygwin@gmail.com>
      Co-Authored-By: Iain Sandoe <iains@gcc.gnu.org>
      
      From-SVN: r166185
      Ian Lance Taylor committed
  17. 06 Oct, 2010 1 commit
    • [PATCH] Report LTO phase in lto1 process name v2 · 6e9bd0f8
      On larger parallel WHOPR builds I find it useful to see in top which
      phase a given lto1 is in.
      
      Set the process name to lto1-wpa, lto1-ltrans, lto1-lto depending
      on the current mode.
      
      This is currently only implemented for Linux and only
      using the "comm" process name, which is reported in top.
      
      v2: Moved function to libiberty, renamed setproctitle to match
      BSD. In theory it should pick up BSD's libc function for this
      on a BSD system, but I haven't tested this.
      
      gcc/lto/
      
      2010-10-06  Andi Kleen <ak@linux.intel.com>
      
      	* lto.c (lto_process_name): Add.
      	(lto_main): Call lto_process_name.
      
      include/
      
      2010-10-06  Andi Kleen <ak@linux.intel.com>
      
      	* libiberty.h (setproctitle): Add prototype.
      
      libiberty/
      
      2010-10-06  Andi Kleen <ak@linux.intel.com>
      
      	* Makefile.in (CFILES): Add setproctitle.
      	(CONFIGURED_OFILES): Add setproctitle.
      	(setproctitle): Add rule.
      	* config.in: Regenerate.
      	* configure: Regenerate.
      	* configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
      	* setproctitle.c: Add file.
      	* functions.texi: Regenerate.
      
      From-SVN: r165066
      Andi Kleen committed
  18. 08 Sep, 2010 1 commit
    • re PR bootstrap/44001 (.o vs. obj => @OBJEXT@ and $ac_objext) · 16f60fcb
      2010-09-08  Tristan Gingold  <gingold@adacore.com>
      
      	PR 44001
      	* maint-tool (missing): Fix pattern for object file.
      	(deps): Use $(objext) for object extension.
      	* Makefile.in (objext): New variable.
      	Replace all occurences of .o with .$(objext)
      	Regenerate with maint-deps
      	* configure.ac (pexecute): Set to the basename.
      	* configure: Regenerate.
      
      From-SVN: r163989
      Tristan Gingold committed
  19. 24 Apr, 2010 1 commit
    • filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR... · 3009276c
      2010-04-23  Pedro Alves  <pedro@codesourcery.com>
      
      include/
      * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
      always define it independently of host, add `dos_based' parameter,
      and handle it.
      (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
      independently of host, add `dos_based' parameter, and handle it.
      (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
      it independently of host, add `dos_based' parameter, and handle
      it.
      (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
      (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
      (HAS_DOS_DRIVE_SPEC): New.
      (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
      (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
      (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
      * libiberty.h (dos_lbasename, unix_lbasename): Declare.
      
      libiberty/
      * lbasename.c (lbasename): Split into ...
      (unix_lbasename, dos_basename): ... these.
      (lbasename): ... and reimplement on top of them.
      * Makefile.in (lbasename.o): Add dependency on
      $(INCDIR)/filenames.h.
      
      From-SVN: r158681
      Pedro Alves committed
  20. 02 Mar, 2010 1 commit
  21. 30 Sep, 2009 1 commit
  22. 23 Aug, 2009 1 commit
  23. 30 Jul, 2009 1 commit
    • Makefile.in (AUTOCONF, [...]): New variables. · 6efbd53f
      fixincludes/
      	* Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
      	New variables.
      	($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
      	Use them.
      
      gcc/
      	* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
      	New variables.
      	($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
      	(AUTOHEADER): New variable.
      	($(srcdir)/cstamp-h.in): Use it.
      
      gnattools/
      	* Makefile.in (AUTOCONF, configure_deps): New variables.
      	($(srcdir)/configure): Use them.
      
      libada/
      	* Makefile.in (AUTOCONF, configure_deps): New variables.
      	($(srcdir)/configure)): Use them.  Also depend on multi.m4.
      
      libgcc/
      	* configure.ac: Add snippet for maintainer-mode.
      	* configure: Regenerate.
      	* Makefile.in (AUTOCONF, configure_deps): New variables.
      	($(srcdir)/configure)): New rule, active only with maintainer
      	mode turned on.
      
      libiberty/
      	* Makefile.in (AUTOCONF, configure_deps): New variables.
      	($(srcdir)/configure): New rule, active only in maintainer mode.
      
      libobjc/
      	* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
      	New variables.
      	($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
      
      intl/
      	* Makefile.in (aclocal_deps): New variable.
      	($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
      
      libdecnumber/
      	* Makefile.in (aclocal_deps): New variable.
      	($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
      
      From-SVN: r150277
      Ralf Wildenhues committed
  24. 24 Jul, 2009 1 commit
    • crc32.c: New file. · b524249c
      libiberty/:
      	* crc32.c: New file.
      	* Makefile.in: Rebuild dependencies.
      	(CFILES): Add crc32.c.
      	(REQUIRED_OFILES): Add ./crc32.o.
      	* functions.texi: Rebuild.
      include/:
      	* libiberty.h (crc32): Declare.
      
      From-SVN: r150067
      Ian Lance Taylor committed
  25. 26 Apr, 2009 1 commit
  26. 27 Mar, 2009 1 commit
    • memmem.c: New file, from gnulib. · 5fbd9447
      	* memmem.c: New file, from gnulib.
      	* configure.ac: Add memmem to list of functions provided if they
      	are not available on the host.
      	* Makefile.in: Rebuild dependencies.
      	(CFILES): Add memmem.c.
      	(CONFIGURED_OFILES): Add memmem.o.
      	* configure, config.in, functions.texi: Rebuild.
      
      From-SVN: r145139
      Ian Lance Taylor committed
  27. 22 Oct, 2008 1 commit
    • ./ · b36c386c
      	PR gdb/921
      	PR gdb/1646
      	PR gdb/2175
      	PR gdb/2176
      
      	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
      	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
      	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
      	(HOST_EXPORTS): Pass CPPFLAGS.
      	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
      	(LDFLAGS_FOR_TARGET): Initialize from configure script.
      	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
      	* Makefile.in, configure: Regenerated.
      	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
      	and CPPFLAGS_FOR_BUILD.
      
      	libiberty/
      	* Makefile.in (CPPFLAGS): Define.
      	(FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
      
      From-SVN: r141292
      Daniel Jacobowitz committed
  28. 15 Oct, 2008 1 commit
  29. 24 Jul, 2008 1 commit
  30. 27 Mar, 2008 1 commit
  31. 25 Mar, 2008 1 commit
  32. 25 Jul, 2007 1 commit
    • ternary.h: Remove. · f4f29b59
      include/
      	* ternary.h: Remove.
      
      libiberty/
      	* Makefile.in (CFILES): Remove ternary.c.
      	(REQUIRED_OFILES): Remove ./ternary.o.
      	(INSTALLED_HEADERS): Remove ternary.h.
      	(ternary.o): Remove.
      	* ternary.c: Remove.
      
      From-SVN: r126902
      Ben Elliston committed
  33. 12 Jul, 2007 1 commit
  34. 03 May, 2007 1 commit
  35. 29 Mar, 2007 1 commit
  36. 01 Mar, 2007 2 commits
  37. 10 Oct, 2006 1 commit
    • --(top level)-------------------------------------------- · b5422ad7
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.def: Added pdf target handling.
      	* Makefile.tpl: Added pdf target handling.
      	* Makefile.in: Regenerated.
      
      ---fixincludes--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---gcc----------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* configure.ac: Added pdf to "Make-hooks"
      	* Makefile.in: Added TEXI2PDF definition, and various pdf-file
      	targets and *.pdf file patterns in cleanup targets.
      	* configure: Regenerated.
      
      ---gcc/cp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "c++.pdf" target support.
      
      ---gcc/fortran--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
      	support.
      
      ---gcc/java-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
      
      ---gcc/objc-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "objc.pdf" target.
      
      ---gcc/objcp----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "obj-c++.pdf" target.
      
      ---gcc/treelang-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "treelang.pdf" target support.
      
      ---gnattools----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libcpp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libdecnumber-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libiberty----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added "pdf", "libiberty.pdf" target support.
      	* testsuite/Makefile.in: Added empty "pdf" target.
      
      ---libobjc------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      From-SVN: r117618
      Brooks Moses committed
  38. 04 Jul, 2006 1 commit
    • ltconfig: chmod 644 before ranlib during install. · 706601d9
      ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      libiberty/ChangeLog:
      * Makefile.in: chmod 644 before ranlib during install.
      gcc/ChangeLog:
      * mklibgcc.in: chmod 644 before ranlib during install.
      libjava/classpath/ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      
      From-SVN: r115183
      Peter O'Gorman committed
  39. 06 Apr, 2006 1 commit