mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| SECTIONS
 | |
| {
 | |
| 	/* The exporter will patch this section to enclose the data appended to the executable (embedded PCK) */
 | |
| 	pck 0 (INFO) : AT ( ADDR (.rodata) + SIZEOF (.rodata) )
 | |
| 	{
 | |
| 		/* binutils < 2.30 need some actual content for the linker not to discard the section */
 | |
| 		BYTE(0);
 | |
| 	}
 | |
| }
 | |
| INSERT AFTER .rodata;
 | 
