2008-01-24 17:33:29 +01:00
|
|
|
2008-01-24 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2007-07-05 19:54:10 +02:00
|
|
|
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* aclocal.m4: Regenerated.
|
|
|
|
|
2007-06-02 10:18:15 +02:00
|
|
|
2007-06-02 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2007-05-24 18:37:27 +02:00
|
|
|
2007-05-23 Steve Ellcey <sje@cup.hp.com>
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
2007-03-02 00:50:30 +01:00
|
|
|
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.am: Add dummy install-pdf target.
|
|
|
|
* Makefile.in: Regenerate
|
|
|
|
|
2006-10-15 09:42:57 +02:00
|
|
|
2006-10-14 Geoffrey Keating <geoffk@apple.com>
|
|
|
|
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2006-09-29 23:18:51 +02:00
|
|
|
2006-09-29 Joseph S. Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
PR other/25035
|
|
|
|
* configure.ac (AC_EXEEXT): Remove.
|
|
|
|
(GCC_NO_EXECUTABLES): Call.
|
|
|
|
(ssp_use_symver): Default to no if unable to link.
|
|
|
|
(AC_CHECK_FUNCS): Hardwire results if unable to link.
|
|
|
|
* aclocal.m4, configure, Makefile.in: Regenerate.
|
|
|
|
|
2006-05-24 03:47:02 +02:00
|
|
|
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.am: Add install-html target. Add install-html to .PHONY
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2006-02-28 01:41:19 +01:00
|
|
|
2006-02-27 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
PR 26473
|
|
|
|
* configure.ac (ACX_NONCANONICAL_TARGET): Use it.
|
|
|
|
* Makefile.am (target_noncanonical): Define.
|
|
|
|
(libsubincludedir): New variable.
|
|
|
|
(nobase_libsubinclude_HEADERS): Likewise.
|
|
|
|
(nobase_include_HEADERS): Remove.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Regenerated.
|
|
|
|
|
2006-01-20 22:33:25 +01:00
|
|
|
2006-01-20 Richard Guenther <rguenther@suse.de>
|
|
|
|
|
|
|
|
* configure.ac: Use -fPIC for symbol versioning test.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2005-08-17 05:26:45 +02:00
|
|
|
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
|
|
|
|
|
|
|
|
* ALL: Update FSF address.
|
|
|
|
|
Makefile.def (target_modules): Add libssp.
* 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
2005-07-02 10:52:21 +02:00
|
|
|
2005-07-02 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* ALL: First release as more than just a single file.
|