forked from OSchip/llvm-project
				
			Match GCC's behaviour for these sections.
llvm-svn: 46916
This commit is contained in:
		
							parent
							
								
									727c7634c7
								
							
						
					
					
						commit
						52ea27db17
					
				| 
						 | 
					@ -92,8 +92,8 @@ LinuxTargetAsmInfo::LinuxTargetAsmInfo(const PPCTargetMachine &TM)
 | 
				
			||||||
  CommentString = "#";
 | 
					  CommentString = "#";
 | 
				
			||||||
  GlobalPrefix = "";
 | 
					  GlobalPrefix = "";
 | 
				
			||||||
  PrivateGlobalPrefix = "";
 | 
					  PrivateGlobalPrefix = "";
 | 
				
			||||||
  ConstantPoolSection = "\t.section .rodata.cst4\t";
 | 
					  ConstantPoolSection = "\t.section .rodata\t";
 | 
				
			||||||
  JumpTableDataSection = ".section .rodata.cst4";
 | 
					  JumpTableDataSection = ".section .rodata";
 | 
				
			||||||
  CStringSection = "\t.section\t.rodata";
 | 
					  CStringSection = "\t.section\t.rodata";
 | 
				
			||||||
  StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
 | 
					  StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
 | 
				
			||||||
  StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
 | 
					  StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue