Commit cecab05b by Uros Bizjak

re PR target/45476 (libgcc should contain TCmode functions)

        PR target/45476
        * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
	LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
        * config/i386/mingw32.h: ... here.

From-SVN: r163741
parent 427eb57d
2010-09-01 Uros Bizjak <ubizjak@gmail.com>
PR target/45476
* config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
* config/i386/mingw32.h: ... here.
2010-09-01 Andi Kleen <ak@linux.intel.com> 2010-09-01 Andi Kleen <ak@linux.intel.com>
PR lto/45475 PR lto/45475
......
...@@ -296,6 +296,12 @@ do { \ ...@@ -296,6 +296,12 @@ do { \
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN)) asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
/* Put all *tf routines in libgcc. */
#undef LIBGCC2_HAS_TF_MODE
#define LIBGCC2_HAS_TF_MODE 1
#define LIBGCC2_TF_CEXT q
#define TF_SIZE 113
/* Output function declarations at the end of the file. */ /* Output function declarations at the end of the file. */
#undef TARGET_ASM_FILE_END #undef TARGET_ASM_FILE_END
#define TARGET_ASM_FILE_END i386_pe_file_end #define TARGET_ASM_FILE_END i386_pe_file_end
......
...@@ -135,14 +135,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -135,14 +135,6 @@ along with GCC; see the file COPYING3. If not see
#define STANDARD_STARTFILE_PREFIX_2 "" #define STANDARD_STARTFILE_PREFIX_2 ""
#endif #endif
/* Put all *tf routines in libgcc. */
#undef LIBGCC2_HAS_TF_MODE
#define LIBGCC2_HAS_TF_MODE 1
#undef LIBGCC2_TF_CEXT
#define LIBGCC2_TF_CEXT q
#undef TF_SIZE
#define TF_SIZE 113
/* Output STRING, a string representing a filename, to FILE. /* Output STRING, a string representing a filename, to FILE.
We canonicalize it to be in Unix format (backslashes are replaced We canonicalize it to be in Unix format (backslashes are replaced
forward slashes. */ forward slashes. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment