9 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* Force alignment of .toc section.  */
 | |
| SECTIONS
 | |
| {
 | |
| 	.toc 0 : ALIGN(256)
 | |
| 	{
 | |
| 		*(.got .toc)
 | |
| 	}
 | |
| }
 | 
