Rename __gnu_slim_lto to __gnu_lto_slim
gcc/: 2011-10-13 Andi Kleen <ak@linux.intel.com> * toplev.c (compile_file): Rename __gnu_slim_lto to __gnu_lto_slim. From-SVN: r180064
This commit is contained in:
parent
930d4d4e23
commit
b74bdc6145
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-10-13 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
* toplev.c (compile_file): Rename __gnu_slim_lto to __gnu_lto_slim.
|
||||
|
||||
2011-10-16 Ira Rosen <ira.rosen@linaro.org>
|
||||
|
||||
PR tree-optimization/50727
|
||||
|
|
|
@ -651,13 +651,13 @@ compile_file (void)
|
|||
{
|
||||
#if defined ASM_OUTPUT_ALIGNED_DECL_COMMON
|
||||
ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE,
|
||||
"__gnu_slim_lto",
|
||||
"__gnu_lto_slim",
|
||||
(unsigned HOST_WIDE_INT) 1, 8);
|
||||
#elif defined ASM_OUTPUT_ALIGNED_COMMON
|
||||
ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_slim_lto",
|
||||
ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_slim",
|
||||
(unsigned HOST_WIDE_INT) 1, 8);
|
||||
#else
|
||||
ASM_OUTPUT_COMMON (asm_out_file, "__gnu_slim_lto",
|
||||
ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_slim",
|
||||
(unsigned HOST_WIDE_INT) 1,
|
||||
(unsigned HOST_WIDE_INT) 1);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue