1. 24 Jan, 2008 1 commit
  2. 05 Jul, 2007 1 commit
  3. 02 Jun, 2007 1 commit
    • configure: Regenerate. · 82a6cadf
      boehm-gc:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libffi:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libgfortran:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libgomp:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libjava:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libmudflap:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libobjc:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libssp:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libstdc++-v3:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      zlib:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      From-SVN: r125278
      Paolo Bonzini committed
  4. 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
  5. 01 Mar, 2007 1 commit
  6. 15 Oct, 2006 1 commit
    • Index: config/ChangeLog · 5b043f08
      2006-10-14  Geoffrey Keating  <geoffk@apple.com>
      
      	* multi.m4: New file, from automake version 2 branch.
      
      Index: libgomp/ChangeLog
      2006-10-14  Geoffrey Keating  <geoffk@apple.com>
      
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      Index: libstdc++-v3/ChangeLog
      2006-10-14  Geoffrey Keating  <geoffk@apple.com>
      
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate with released autoconf-2.59.
      
      Index: libobjc/ChangeLog
      2006-10-14  Geoffrey Keating  <geoffk@apple.com>
      
      	* Makefile.in: Use multi_basedir instead of toplevel_srcdir.
      	* configure.ac: Use multi.m4 from aclocal rather than custom
      	code.  Use multi_basedir instead of toplevel_srcdir.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      Index: libssp/ChangeLog
      2006-10-14  Geoffrey Keating  <geoffk@apple.com>
      
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r117741
      Geoffrey Keating committed
  7. 29 Sep, 2006 1 commit
  8. 24 May, 2006 1 commit
  9. 28 Feb, 2006 1 commit
  10. 20 Jan, 2006 1 commit
  11. 31 Oct, 2005 1 commit
  12. 17 Aug, 2005 1 commit
  13. 02 Jul, 2005 1 commit
    • Makefile.def (target_modules): Add libssp. · 77008252
      	* Makefile.def (target_modules): Add libssp.
      	* configure.in (target_libraries): Add target-libssp.
      	* configure: Rebuilt.
      	* Makefile.in: Rebuilt.
      gcc/
      	* gcc.c (LINK_SSP_SPEC): Define.
      	(link_ssp_spec): New variable.
      	(LINK_COMMAND_SPEC): Add %(link_ssp).
      	(static_specs): Add link_ssp_spec.
      	* configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
      	* configure: Rebuilt.
      	* config.in: Rebuilt.
      
      	* config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
      	* config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
      	* config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
      	* config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
      	* config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
      	If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
      	-0x7008(2) instead of reading __stack_chk_guard variable.
      	* config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
      	number.
      	(UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
      	(stack_protect_set, stack_protect_test): Use *_tls* patterns
      	if TARGET_THREAD_SSP_OFFSET is defined.
      	(stack_tls_protect_set_si, stack_tls_protect_set_di,
      	stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
      
      	Revert:
      	2005-06-27  Richard Henderson  <rth@redhat.com>
      	* libgcc-std.ver (GCC_4.1.0): New.
      	* libgcc.h (__stack_chk_guard): Declare.
      	(__stack_chk_fail, __stack_chk_fail_local): Declare.
      	* libgcc2.c (L_stack_chk, L_stack_chk_local): New.
      	* mklibgcc.in (lib2funcs): Add them.
      
      From-SVN: r101531
      Jakub Jelinek committed