diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-23 10:16:39 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-23 10:16:39 +0000 |
commit | c3dd2023bc7809648f78a463b994bb59da342c3c (patch) | |
tree | 6e8b20f8fae47a4ac30a16dbb56169aa34f079da /gcc/config/initfini-array.h | |
parent | c8366ba3a57961044424e0445e4000ba6c0daa10 (diff) | |
download | gcc-c3dd2023bc7809648f78a463b994bb59da342c3c.tar.gz |
gcc/
* acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
HAVE_INITFINI_ARRAY to work around namespace pollution in
certain versions of newlib system headers.
* config.in: Regenerate.
* configure: Regenerate.
* config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
instead of HAVE_INITFINI_ARRAY.
libgcc/
* config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
instead of HAVE_INITFINI_ARRAY.
* config/ia64/crtend.S: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184503 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/initfini-array.h')
-rw-r--r-- | gcc/config/initfini-array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/initfini-array.h b/gcc/config/initfini-array.h index bb48c70a920..ade9fcd634c 100644 --- a/gcc/config/initfini-array.h +++ b/gcc/config/initfini-array.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#ifdef HAVE_INITFINI_ARRAY +#ifdef HAVE_INITFINI_ARRAY_SUPPORT #define USE_INITFINI_ARRAY |