comparison gcc/config.in @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
307 #ifndef USED_FOR_TARGET 307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_IX86_FILDS 308 #undef HAVE_AS_IX86_FILDS
309 #endif 309 #endif
310 310
311 311
312 /* Define if your assembler supports the sahf mnemonic. */ 312 /* Define if your assembler supports the .quad directive. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_IX86_QUAD
315 #endif
316
317
318 /* Define true if the assembler supports 'rep <insn>, lock <insn>'. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
321 #endif
322
323
324 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
313 #ifndef USED_FOR_TARGET 325 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_IX86_SAHF 326 #undef HAVE_AS_IX86_SAHF
315 #endif 327 #endif
316 328
317 329
391 #ifndef USED_FOR_TARGET 403 #ifndef USED_FOR_TARGET
392 #undef HAVE_AS_POPCNTD 404 #undef HAVE_AS_POPCNTD
393 #endif 405 #endif
394 406
395 407
408 /* Define if your assembler supports .ref */
409 #ifndef USED_FOR_TARGET
410 #undef HAVE_AS_REF
411 #endif
412
413
396 /* Define if your assembler supports .register. */ 414 /* Define if your assembler supports .register. */
397 #ifndef USED_FOR_TARGET 415 #ifndef USED_FOR_TARGET
398 #undef HAVE_AS_REGISTER_PSEUDO_OP 416 #undef HAVE_AS_REGISTER_PSEUDO_OP
399 #endif 417 #endif
400 418
406 424
407 425
408 /* Define if your assembler supports -relax option. */ 426 /* Define if your assembler supports -relax option. */
409 #ifndef USED_FOR_TARGET 427 #ifndef USED_FOR_TARGET
410 #undef HAVE_AS_RELAX_OPTION 428 #undef HAVE_AS_RELAX_OPTION
429 #endif
430
431
432 /* Define if your assembler and linker support GOTDATA_OP relocs. */
433 #ifndef USED_FOR_TARGET
434 #undef HAVE_AS_SPARC_GOTDATA_OP
411 #endif 435 #endif
412 436
413 437
414 /* Define if your assembler and linker support unaligned PC relative relocs. 438 /* Define if your assembler and linker support unaligned PC relative relocs.
415 */ 439 */
800 #ifndef USED_FOR_TARGET 824 #ifndef USED_FOR_TARGET
801 #undef HAVE_DLFCN_H 825 #undef HAVE_DLFCN_H
802 #endif 826 #endif
803 827
804 828
829 /* Define to 1 if you have the `elf_getshdrstrndx' function. */
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_ELF_GETSHDRSTRNDX
832 #endif
833
834
835 /* Define to 1 if you have the `elf_getshstrndx' function. */
836 #ifndef USED_FOR_TARGET
837 #undef HAVE_ELF_GETSHSTRNDX
838 #endif
839
840
841 /* Define if elf_getshstrndx has gABI conformant return values. */
842 #ifndef USED_FOR_TARGET
843 #undef HAVE_ELF_GETSHSTRNDX_GABI
844 #endif
845
846
805 /* Define to 1 if you have the <fcntl.h> header file. */ 847 /* Define to 1 if you have the <fcntl.h> header file. */
806 #ifndef USED_FOR_TARGET 848 #ifndef USED_FOR_TARGET
807 #undef HAVE_FCNTL_H 849 #undef HAVE_FCNTL_H
808 #endif 850 #endif
809 851
1620 #ifndef USED_FOR_TARGET 1662 #ifndef USED_FOR_TARGET
1621 #undef TIME_WITH_SYS_TIME 1663 #undef TIME_WITH_SYS_TIME
1622 #endif 1664 #endif
1623 1665
1624 1666
1667 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
1668 work. */
1669 #ifndef USED_FOR_TARGET
1670 #undef TLS_SECTION_ASM_FLAG
1671 #endif
1672
1673
1625 /* Define if your assembler mis-optimizes .eh_frame data. */ 1674 /* Define if your assembler mis-optimizes .eh_frame data. */
1626 #ifndef USED_FOR_TARGET 1675 #ifndef USED_FOR_TARGET
1627 #undef USE_AS_TRADITIONAL_FORMAT 1676 #undef USE_AS_TRADITIONAL_FORMAT
1628 #endif 1677 #endif
1629 1678
1637 1686
1638 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but 1687 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1639 still efficiently supported by the host hardware. */ 1688 still efficiently supported by the host hardware. */
1640 #ifndef USED_FOR_TARGET 1689 #ifndef USED_FOR_TARGET
1641 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT 1690 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1691 #endif
1692
1693
1694 /* Define if we should use leading underscore on 64 bit mingw targets */
1695 #ifndef USED_FOR_TARGET
1696 #undef USE_MINGW64_LEADING_UNDERSCORES
1642 #endif 1697 #endif
1643 1698
1644 1699
1645 /* Enable extensions on AIX 3, Interix. */ 1700 /* Enable extensions on AIX 3, Interix. */
1646 #ifndef _ALL_SOURCE 1701 #ifndef _ALL_SOURCE