diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 22:48:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 22:48:10 +0000 |
commit | 5646395db284960872ceedfef587b49035d29ebe (patch) | |
tree | 2cc5994f81d8776fc5e0b254f4578c6dcd94b4b3 /gcc/config.in | |
parent | 8fb1488cd750fc8c0395874ff4fa42d4096ba191 (diff) | |
download | gcc-5646395db284960872ceedfef587b49035d29ebe.tar.gz |
* config/ia64/crtend.asm: Include "auto-host.h".
[HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
* config/ia64/crtbegin.asm: Similarly.
* config/ia64/t-ia64 (crtbegin.o): Include from current directory.
(crtend.o, crtbeginS.o, crtendS.o): Likewise.
* aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
* configure.in: Use it if --enable-initfini-array not specified.
* doc/install.texi (Configuration): Document --enable-initfini-array.
* configure, config.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58909 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 0e3a91e22b9..4493e882e89 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -482,6 +482,9 @@ /* Define if <time.h> defines clock_t. */ #undef HAVE_CLOCK_T +/* Define .init_array/.fini_array sections are available and working. */ +#undef HAVE_INITFINI_ARRAY + /* Define if host mkdir takes a single argument. */ #undef MKDIR_TAKES_ONE_ARG |