1. 05 Dec, 2009 1 commit
    • Sync from git Libtool and regenerate. · 43e02a8a
      /:
      	PR target/38384
      	PR bootstrap/40972
      	* libtool.m4: Sync from git Libtool.
      	* ltoptions.m4: Likewise.
      	* ltversion.m4: Likewise.
      	* lt~obsolete.m4: Likewise.
      	* ltmain.sh: Likewise.
      
      boehm-gc/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      
      fixincludes/:
      	* configure: Regenerate.
      
      gcc/:
      	* configure: Regenerate.
      
      libffi/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* man/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libgfortran/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      libgomp/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libjava/classpath/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* doc/Makefile.in: Regenerate.
      	* doc/api/Makefile.in: Regenerate.
      	* examples/Makefile.in: Regenerate.
      	* external/Makefile.in: Regenerate.
      	* external/jsr166/Makefile.in: Regenerate.
      	* external/relaxngDatatype/Makefile.in: Regenerate.
      	* external/sax/Makefile.in: Regenerate.
      	* external/w3c_dom/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* lib/Makefile.in: Regenerate.
      	* native/Makefile.in: Regenerate.
      	* native/fdlibm/Makefile.in: Regenerate.
      	* native/jawt/Makefile.in: Regenerate.
      	* native/jni/Makefile.in: Regenerate.
      	* native/jni/classpath/Makefile.in: Regenerate.
      	* native/jni/gconf-peer/Makefile.in: Regenerate.
      	* native/jni/gstreamer-peer/Makefile.in: Regenerate.
      	* native/jni/gtk-peer/Makefile.in: Regenerate.
      	* native/jni/java-io/Makefile.in: Regenerate.
      	* native/jni/java-lang/Makefile.in: Regenerate.
      	* native/jni/java-math/Makefile.in: Regenerate.
      	* native/jni/java-net/Makefile.in: Regenerate.
      	* native/jni/java-nio/Makefile.in: Regenerate.
      	* native/jni/java-util/Makefile.in: Regenerate.
      	* native/jni/midi-alsa/Makefile.in: Regenerate.
      	* native/jni/midi-dssi/Makefile.in: Regenerate.
      	* native/jni/native-lib/Makefile.in: Regenerate.
      	* native/jni/qt-peer/Makefile.in: Regenerate.
      	* native/jni/xmlj/Makefile.in: Regenerate.
      	* native/plugin/Makefile.in: Regenerate.
      	* resource/Makefile.in: Regenerate.
      	* scripts/Makefile.in: Regenerate.
      	* tools/Makefile.in: Regenerate.
      
      libjava/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* gcj/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libmudflap/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      libobjc/:
      	* configure: Regenerate.
      
      libssp/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      libstdc++-v3/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* doc/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* libsupc++/Makefile.in: Regenerate.
      	* po/Makefile.in: Regenerate.
      	* python/Makefile.in: Regenerate.
      	* src/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      lto-plugin/:
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      zlib/:
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r155012
      Ralf Wildenhues committed
  2. 26 Aug, 2009 1 commit
  3. 20 Aug, 2009 1 commit
    • Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag. · 197c68cc
      libgomp/ChangeLog:
      
      	* Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
      	* Makefile.in: Regenerate.
      
      ChangeLog:
      
      	* ltmain.sh (func_normal_abspath): New function.
      	(func_relative_path): Likewise.
      	(func_mode_help): Document new -bindir option for link mode.
      	(func_mode_link): Add new -bindir option, and use it to place
      	output DLL if specified.
      
      libgfortran/ChangeLog:
      
      	* Makefile.am (LTLDFLAGS): Add -bindir flag.
      	* Makefile.in: Regenerate.
      
      libssp/ChangeLog:
      
      	* Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
      	* Makefile.in: Regenerate.
      
      libjava/libltdl/ChangeLog:
      
      	* Makefile.am (libltdl_la_LDFLAGS): Add -bindir flag.
      	* Makefile.in: Regenerate.
      
      libjava/classpath/ChangeLog:
      
      	* ltmain.sh (func_normal_abspath): New function.
      	(func_relative_path): Likewise.
      	(func_mode_help): Document new -bindir option for link mode.
      	(func_mode_link): Add new -bindir option, and use it to place
      	output DLL if specified.
      
      From-SVN: r150960
      Dave Korn committed
  4. 26 Sep, 2008 1 commit
    • libtool.m4: Update to libtool 2.2.6. · ae11dff4
              * libtool.m4: Update to libtool 2.2.6.
              * lt~obsolete.m4: Update to libtool 2.2.6.
              * ltmain.sh: Update to libtool 2.2.6.
              * ltsugar.m4: Update to libtool 2.2.6.
              * ltversion.m4: Update to libtool 2.2.6.
              * ltoptions.m4: Update to libtool 2.2.6.
              * ltgcc.m4: Update to match changes from libtool 2.2.6.
      
      From-SVN: r140698
      Peter O'Gorman committed
  5. 25 May, 2007 1 commit
  6. 24 May, 2007 1 commit
    • ltmain.sh: Update from ToT Libtool. · 1cf3d07d
              * ltmain.sh: Update from ToT Libtool.
              * libtool.m4: Update from ToT Libtool.
              * ltsugar.m4: New. Update from ToT Libtool.
              * ltversion.m4: New. Update from ToT Libtool.
              * ltoptions.m4: New. Update from ToT Libtool.
              * ltconfig: Remove.
              * ltcf-c.sh: Remove.
              * ltcf-cxx.sh: Remove.
              * ltcf-gcj.sh: Remove.
      	* Regenerate all subdirs
      
      From-SVN: r125032
      Steve Ellcey committed
  7. 06 Jul, 2006 1 commit
    • Port to hosts whose 'sort' and 'tail' implementations treat operands with… · 27b56ba6
      Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...
      
      	Port to hosts whose 'sort' and 'tail' implementations
      	treat operands with leading '+' as file names, as POSIX
      	has required since 2001.  However, make sure the code still
      	works on pre-POSIX hosts.
      	* ltmain.sh: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      
      contrib:
      	* compare_tests: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      gcc:
      	* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
      	which says you should use "tail -c +N" rather than "tail +Nc".
      	Fix a bug: the old code incorrectly skipped 15 bytes, not 16.
      
      From-SVN: r115234
      Paul Eggert committed
  8. 01 Mar, 2006 1 commit
  9. 05 Oct, 2005 1 commit
  10. 03 Oct, 2005 1 commit
  11. 16 Jul, 2005 1 commit
  12. 05 May, 2005 1 commit
    • ltconfig: Define file_list_spec. · c9392a2b
              * ltconfig: Define file_list_spec.  Pass file_list_spec and
              with_gnu_ld to libtool.
              * ltcf-c.sh (aix[45]): Define file_list_spec.
              * ltcf-cxx.sh (aix[45]): Same.
              * ltcf-gcj.sh (aix[45]): Same.
              * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
              exists, write list of input files to temporary file.
      
      From-SVN: r99268
      David Edelsohn committed
  13. 01 Mar, 2005 1 commit
  14. 08 Sep, 2004 1 commit
  15. 04 Feb, 2004 1 commit
  16. 19 Nov, 2003 1 commit
  17. 20 Nov, 2002 1 commit
    • ltconfig (osf[345]): Append $major to soname_spec. · e6226a2f
      	* ltconfig (osf[345]): Append $major to soname_spec.
      	Reflect this in library_names_spec.
      	* ltmain.sh (osf): Prefix $major with . for use as extension.
      
      	boehm-gc:
      	* ltconfig (osf[345]): Append $major to soname_spec.
      	Reflect this in library_names_spec.
      	* ltmain.sh (osf): Prefix $major with . for use as extension.
      
      From-SVN: r59306
      Rainer Orth committed
  18. 06 May, 2002 1 commit
  19. 16 Mar, 2002 1 commit
  20. 15 Mar, 2002 1 commit
  21. 01 Sep, 2001 1 commit
    • backport: ltcf-c.sh: Use $objext, not $ac_objext. · 898c7238
      Merged from gcc-3_0-branch:
      2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
      * ltcf-c.sh: Use $objext, not $ac_objext.
      2001-07-27  Mark Kettenis  <kettenis@gnu.org>
      * ltcf-cxx.sh: Add support for GNU.
      2001-07-22  Timothy Wall  <twall@redhat.com>
      * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
      default settings if using GNU tools with that configuration.
      * ltcf-cxx.sh: Ditto.
      * ltcf-gcj.sh: Ditto.
      2001-07-21  Michael Chastain  <chastain@redhat.com>
      * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
      HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
      * ltmain.sh: Mark as gcc-local.
      
      From-SVN: r45341
      Alexandre Oliva committed
  22. 28 May, 2001 1 commit
  23. 20 May, 2001 1 commit
  24. 20 Apr, 2001 1 commit
  25. 12 Apr, 2001 1 commit
  26. 22 Mar, 2001 1 commit
  27. 24 Jan, 2001 1 commit
  28. 30 Sep, 2000 1 commit
  29. 06 Sep, 2000 1 commit
  30. 01 Aug, 2000 1 commit
  31. 28 Jul, 2000 1 commit
  32. 22 Jul, 2000 1 commit
  33. 22 Jun, 1999 1 commit
  34. 08 Oct, 1998 1 commit
  35. 11 May, 1998 1 commit
    • # · cf4ccd63
      	* mpw-* Delete.  Not used.
      	* ltconfig, ltmain.sh: Update to libtool 1.2a.
      	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
      	for newlib directory.
      	(CXX_FOR_TARGET): Likewise.
      Bring over from devo.
      
      From-SVN: r19691
      Jeff Law committed
  36. 21 Aug, 1997 1 commit